mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
count: see also strlen
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65799 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0bf1036199
commit
db359acf34
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.141 $ -->
|
||||
<!-- $Revision: 1.142 $ -->
|
||||
<reference id="ref.array">
|
||||
<title>Array Functions</title>
|
||||
<titleabbrev>Arrays</titleabbrev>
|
||||
|
@ -2241,9 +2241,9 @@ $result = count ($b);
|
|||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also: <function>sizeof</function>,
|
||||
See also <function>is_array</function>,
|
||||
<function>isset</function>, and
|
||||
<function>is_array</function>.
|
||||
<function>strlen</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue