mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00

Cf. <https://wiki.php.net/rfc/array_key_first_last>. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345342 c90b9560-bf6c-de11-be94-00142212c4b1
109 lines
5.4 KiB
XML
109 lines
5.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!--
|
|
Do NOT translate this file
|
|
-->
|
|
<versions>
|
|
<function name='array' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_change_key_case' from='PHP 4 >= 4.2.0, PHP 5, PHP 7'/>
|
|
<function name='array_chunk' from='PHP 4 >= 4.2.0, PHP 5, PHP 7'/>
|
|
<function name='array_column' from='PHP 5 >= 5.5.0, PHP 7'/>
|
|
<function name='array_combine' from='PHP 5, PHP 7'/>
|
|
<function name='array_count_values' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_diff' from='PHP 4 >= 4.0.1, PHP 5, PHP 7'/>
|
|
<function name='array_diff_assoc' from='PHP 4 >= 4.3.0, PHP 5, PHP 7'/>
|
|
<function name='array_diff_key' from='PHP 5 >= 5.1.0, PHP 7'/>
|
|
<function name='array_diff_uassoc' from='PHP 5, PHP 7'/>
|
|
<function name='array_diff_ukey' from='PHP 5 >= 5.1.0, PHP 7'/>
|
|
<function name='array_fill' from='PHP 4 >= 4.2.0, PHP 5, PHP 7'/>
|
|
<function name='array_fill_keys' from='PHP 5 >= 5.2.0, PHP 7'/>
|
|
<function name='array_filter' from='PHP 4 >= 4.0.6, PHP 5, PHP 7'/>
|
|
<function name='array_flip' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_intersect' from='PHP 4 >= 4.0.1, PHP 5, PHP 7'/>
|
|
<function name='array_intersect_assoc' from='PHP 4 >= 4.3.0, PHP 5, PHP 7'/>
|
|
<function name='array_intersect_key' from='PHP 5 >= 5.1.0, PHP 7'/>
|
|
<function name='array_intersect_uassoc' from='PHP 5, PHP 7'/>
|
|
<function name='array_intersect_ukey' from='PHP 5 >= 5.1.0, PHP 7'/>
|
|
<function name='array_key_exists' from='PHP 4 >= 4.0.7, PHP 5, PHP 7'/>
|
|
<function name='array_key_first' from='PHP 7 >= 7.3.0'/>
|
|
<function name='array_key_last' from='PHP 7 >= 7.3.0'/>
|
|
<function name='array_keys' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_map' from='PHP 4 >= 4.0.6, PHP 5, PHP 7'/>
|
|
<function name='array_merge' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_merge_recursive' from='PHP 4 >= 4.0.1, PHP 5, PHP 7'/>
|
|
<function name='array_multisort' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_pad' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_pop' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_product' from='PHP 5 >= 5.1.0, PHP 7'/>
|
|
<function name='array_push' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_rand' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_reduce' from='PHP 4 >= 4.0.5, PHP 5, PHP 7'/>
|
|
<function name='array_replace' from='PHP 5 >= 5.3.0, PHP 7'/>
|
|
<function name='array_replace_recursive' from='PHP 5 >= 5.3.0, PHP 7'/>
|
|
<function name='array_reverse' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_search' from='PHP 4 >= 4.0.5, PHP 5, PHP 7'/>
|
|
<function name='array_shift' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_slice' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_splice' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_sum' from='PHP 4 >= 4.0.4, PHP 5, PHP 7'/>
|
|
<function name='array_udiff' from='PHP 5, PHP 7'/>
|
|
<function name='array_udiff_assoc' from='PHP 5, PHP 7'/>
|
|
<function name='array_udiff_uassoc' from='PHP 5, PHP 7'/>
|
|
<function name='array_uintersect' from='PHP 5, PHP 7'/>
|
|
<function name='array_uintersect_assoc' from='PHP 5, PHP 7'/>
|
|
<function name='array_uintersect_uassoc' from='PHP 5, PHP 7'/>
|
|
<function name='array_unique' from='PHP 4 >= 4.0.1, PHP 5, PHP 7'/>
|
|
<function name='array_unshift' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_values' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_walk' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='array_walk_recursive' from='PHP 5, PHP 7'/>
|
|
<function name='arsort' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='asort' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='compact' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='count' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='current' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='each' from='PHP 4, PHP 5, PHP 7' deprecated='PHP 7.2.0'/>
|
|
<function name='end' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='extract' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='in_array' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='key' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='key_exists' from='PHP 4 >= 4.0.6, PHP 5, PHP 7'/>
|
|
<function name='krsort' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='ksort' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='list' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='natcasesort' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='natsort' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='next' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='pos' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='prev' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='range' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='reset' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='rsort' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='shuffle' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='sizeof' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='sort' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='uasort' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='uksort' from='PHP 4, PHP 5, PHP 7'/>
|
|
<function name='usort' from='PHP 4, PHP 5, PHP 7'/>
|
|
</versions>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|