PHP 8.5.0 Beta 3 available for testing

Voting

: nine plus zero?
(Example: nine)

The Note You're Voting On

Anonymous
20 years ago
To make this perfectly clear (hopefully), an underscore is always added when the string is prefixed.
extract(array("color" => "blue"),EXTR_PREFIX_ALL,'');// note: prefix is empty
is the same as
$color='_blue';

<< Back to user notes page

To Top