Voting

: two minus one?
(Example: nine)

The Note You're Voting On

christoffer
12 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