Less than 1 minute
is_assoc
Test of array is an associative array.
public is_assoc({Array})
Test an array to see if it is associative or numerically keyed. Returns TRUE for associative or FALSE for numeric.
Parameters
Parameter | Type | Description |
---|---|---|
$array | array | The array to test |
Generated by Hazaar API Doc Generator