mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed mistyped CDATA end tag, parse_str should show up again tomorrow
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63881 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0af348b811
commit
a395304013
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.128 $ -->
|
||||
<!-- $Revision: 1.129 $ -->
|
||||
<reference id="ref.strings">
|
||||
<title>String functions</title>
|
||||
<titleabbrev>Strings</titleabbrev>
|
||||
|
@ -1628,7 +1628,7 @@ $clean = ltrim($binary,"\0x00..\0x1F");
|
|||
if (ord($str) == 10) {
|
||||
echo "The first character of \$str is a line feed.\n";
|
||||
}
|
||||
]>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue