Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dphp_spl.stub.php53 function iterator_to_array(iterable $iterator, bool $preserve_keys = true): array {}
/PHP-8.2/ext/standard/
H A Dbasic_functions.stub.php1002 function array_slice(array $array, int $offset, ?int $length = null, bool $preserve_keys = false): …
1058 function array_reverse(array $array, bool $preserve_keys = false): array {}
1199 function array_chunk(array $array, int $length, bool $preserve_keys = false): array {}
H A Darray.c3556 bool preserve_keys = 0; /* Whether to preserve keys while copying to the new array */ local
4334 bool preserve_keys = 0; /* whether to preserve keys */ local
6418 bool preserve_keys = 0; local

Completed in 25 milliseconds