<?php
$arr_age
=
array
(18, 20, 25);
if
(
is_array
)){
echo
'变量 $arr_age 是一个数组'
;
}
else
{
'变量 $arr_age 不是一个数组'
?>