mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
8bc0285b55
commit
6cb4683f32
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue