Voting

: max(seven, two)?
(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