mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix #29525.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165264 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
eb896f0e20
commit
b54e1771fb
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.substr-compare">
|
||||
<refnamediv>
|
||||
<refname>substr_compare</refname>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<methodparam><type>string</type><parameter>str</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>case_sensitivity</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>case_insensitivity</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
|
@ -32,8 +32,8 @@
|
|||
<function>substr_compare</function> prints warning and returns &false;.
|
||||
</para>
|
||||
<para>
|
||||
If <parameter>case_sensitivity</parameter> is &true;, comparison is case
|
||||
sensitive.
|
||||
If <parameter>case_insensitivity</parameter> is &true;, comparison is case
|
||||
insensitive.
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue