SplFixedArray::toArray
Returns a PHP array from the fixed array
&reftitle.description;
public arraySplFixedArray::toArray
Returns a PHP array from the fixed array.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Returns a PHP array, similar to the fixed array.
&reftitle.examples;
SplFixedArray::toArray example
toArray());
?>
]]>
&example.outputs;
int(0)
[1]=>
NULL
[2]=>
int(2)
}
]]>