PHP 8.4.24 Released!

Voting

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

The Note You're Voting On

kumarkulandai at gmail dot com
16 years ago
<?php
$str = "Hello world. (can you hear me?)";
echo quotemeta($str);
?>

The output of the code above will be:
Hello world\. \(can you hear me\?\)

<< Back to user notes page

To Top