Home
last modified time | relevance | path

Searched defs:preserve_keys (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/spl/
H A Dphp_spl.stub.php54 function iterator_to_array(Traversable $iterator, bool $preserve_keys = true): array {}
/PHP-8.1/ext/standard/
H A Darray.c3446 bool preserve_keys = 0; /* Whether to preserve keys while copying to the new array */ local
4214 bool preserve_keys = 0; /* whether to preserve keys */ local
6160 bool preserve_keys = 0; local
H A Dbasic_functions.stub.php177 function array_slice(array $array, int $offset, ?int $length = null, bool $preserve_keys = false): …
209 function array_reverse(array $array, bool $preserve_keys = false): array {}
331 function array_chunk(array $array, int $length, bool $preserve_keys = false): array {}

Completed in 37 milliseconds