mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Don't use the alias
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250089 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e319c0353b
commit
ad450d6c03
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strrchr">
|
||||
<refnamediv>
|
||||
<refname>strrchr</refname>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<para>
|
||||
If <parameter>needle</parameter> contains more than one character,
|
||||
only the first is used. This behavior is different from that of
|
||||
<function>strchr</function>.
|
||||
<function>strstr</function>.
|
||||
</para>
|
||||
<para>
|
||||
If <parameter>needle</parameter> is not a string, it is converted to
|
||||
|
|
Loading…
Reference in a new issue