PHP 8.4.24 Released!

Voting

: max(four, seven)?
(Example: nine)

The Note You're Voting On

ryan at ryano dot net
25 years ago
Actually, if you're using >= 4.0.5, this should theoretically be quicker (less overhead anyway):

$text = str_replace(array("&gt;", "&lt;", "&quot;", "&amp;"), array(">", "<", "\"", "&"), $text);

<< Back to user notes page

To Top