mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added also a pointer to is_array in the partintro section.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33587 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
096ae48633
commit
5288e30420
1 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,9 @@
|
|||
arrays from database queries, and several functions return arrays.
|
||||
</simpara>
|
||||
<para>
|
||||
See also <function>explode</function>, <function>implode</function>,
|
||||
<function>split</function> and <function>join</function>.
|
||||
See also <function>is_array</function>, <function>explode</function>,
|
||||
<function>implode</function>, <function>split</function>
|
||||
and <function>join</function>.
|
||||
</para>
|
||||
</partintro>
|
||||
|
||||
|
|
Loading…
Reference in a new issue