is_array Finds whether a variable is an array &reftitle.description; boolis_array mixedvalue Finds whether the given variable is an array. &reftitle.parameters; value The variable being evaluated. &reftitle.returnvalues; Returns &true; if value is an array, &false; otherwise. &reftitle.examples; Check that variable is an array ]]> &example.outputs; &reftitle.seealso; is_float is_int is_string is_object