mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
documented default $limit of explode()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338293 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
456e9a04a6
commit
2cca895c8f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<type>array</type><methodname>explode</methodname>
|
||||
<methodparam><type>string</type><parameter>delimiter</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>string</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>limit</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>limit</parameter><initializer>PHP_INT_MAX</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns an array of strings, each of which is a substring of
|
||||
|
|
Loading…
Reference in a new issue