mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added a note that substr_count's needle is case sensitive.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158538 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
39a7a84acd
commit
439ebb0e2c
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.27 -->
|
||||
<refentry id="function.substr-count">
|
||||
<refnamediv>
|
||||
|
@ -16,7 +16,8 @@
|
|||
<para>
|
||||
<function>substr_count</function> returns the number of times the
|
||||
<parameter>needle</parameter> substring occurs in the
|
||||
<parameter>haystack</parameter> string.
|
||||
<parameter>haystack</parameter> string. Please note that
|
||||
<parameter>needle</parameter> is case sensitive.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue