PHP 8.5.0 Alpha 4 available for testing

Voting

: max(zero, six)?
(Example: nine)

The Note You're Voting On

kumarkulandai at gmail dot com
15 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