PHP 8.5.0 Beta 2 available for testing

Voting

: min(nine, two)?
(Example: nine)

The Note You're Voting On

zequez at gmail dot com
14 years ago
If two keys are the same, the second one prevails.
Example:
<?php
print_r
(array_combine(Array('a','a','b'), Array(1,2,3)));
?>
Returns:
Array
(
[a] => 2
[b] => 3
)

<< Back to user notes page

AltStyle によって変換されたページ (->オリジナル) /