addcslashes: doc bug #14935

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67481 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
irc-html 2002-01-10 02:11:28 +00:00
parent 8bc0285b55
commit 6cb4683f32

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.151 $ -->
<!-- $Revision: 1.152 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
@ -69,7 +69,7 @@ $escaped = addcslashes($not_escaped, "\0..\37!@\177..\377");
<![CDATA[
echo addcslashes('foo[]', 'A..z');
// All upper and lower-case letters will be escaped
// ... but so will the [\]^_` and space characters.
// ... but so will the [\]^_`
]]>
</programlisting>
</informalexample>