mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed bug 14761 (typo)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66498 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0c36f55dd0
commit
0959bbc29c
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.145 $ -->
|
||||
<!-- $Revision: 1.146 $ -->
|
||||
<reference id="ref.strings">
|
||||
<title>String functions</title>
|
||||
<titleabbrev>Strings</titleabbrev>
|
||||
|
@ -1513,7 +1513,7 @@ echo "</PRE>\n";
|
|||
<literal>..</literal> you can specify a range of characters.
|
||||
</para>
|
||||
<example>
|
||||
<title>Usuage example of <function>ltrim</function></title>
|
||||
<title>Usage example of <function>ltrim</function></title>
|
||||
<para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
@ -1995,7 +1995,7 @@ END;
|
|||
<literal>..</literal> you can specify a range of characters.
|
||||
</para>
|
||||
<example>
|
||||
<title>Usuage example of <function>rtrim</function></title>
|
||||
<title>Usage example of <function>rtrim</function></title>
|
||||
<para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
@ -3998,7 +3998,7 @@ echo substr_replace($var, '', 10, -1) . "<br>\n";
|
|||
<literal>..</literal> you can specify a range of characters.
|
||||
</para>
|
||||
<example>
|
||||
<title>Usuage example of <function>trim</function></title>
|
||||
<title>Usage example of <function>trim</function></title>
|
||||
<para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
Loading…
Reference in a new issue