SplFixedArray::toArray
Retourne un tableau PHP à partir d'un tableau à taille fixe
&reftitle.description;
public arraySplFixedArray::toArray
Retourne un tableau PHP à partir d'un tableau à taille fixe.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Retourne un tableau PHP à partir d'un tableau à taille fixe.
&reftitle.examples;
Exemple avec SplFixedArray::toArray
toArray());
?>
]]>
&example.outputs;
int(0)
[1]=>
NULL
[2]=>
int(2)
}
]]>