PHP 8.4.24 Released!

Voting

: min(six, three)?
(Example: nine)

The Note You're Voting On

christoffer
13 years ago
The preferred way to use this on an array would be with the built in PHP function "array_map()", as for example:
$array = array_map("utf8_decode", $array);

<< Back to user notes page

To Top