Voting

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

The Note You're Voting On

jrgns at jadeit dot co dot za
12 years ago
The array to be populated does not need to be defined before calling the function:

<?php
error_reporting
(E_ALL | E_STRICT);
parse_str('var=value', $array);
?>

This will not produce a notice.

<< Back to user notes page

To Top