mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Updating see-also's for trim/chop functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32545 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b97eee2d2d
commit
58aed806b2
1 changed files with 7 additions and 4 deletions
|
@ -144,7 +144,8 @@ $trimmed = chop ($line);
|
|||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also <function>trim</function>.
|
||||
See also <function>trim</function>, <function>ltrim</function>,
|
||||
<function>rtrim</function>, and <function>chop</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -947,7 +948,8 @@ $colon_separated = implode (":", $array);
|
|||
and a plain space.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>chop</function> and <function>trim</function>.
|
||||
See also <function>chop</function>, <function>rtrim</function>, and
|
||||
<function>trim</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -1238,7 +1240,8 @@ $trimmed = rtrim ($line);
|
|||
</example>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>trim</function>, <function>ltrim</function>.
|
||||
See also <function>trim</function>, <function>ltrim</function>, and
|
||||
<function>rtrim</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -2846,7 +2849,7 @@ echo substr_replace ($var, '', 10, -1) . "<br>\n";
|
|||
and a plain space.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>chop</function> and
|
||||
See also <function>chop</function>, <function>rtrim</function> and
|
||||
<function>ltrim</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue