mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added <literal>iterable</literal> to the list of type declarations that may be used in function arguments/return values, as introduced in 7.1.0.
-- Provided by anonymous 82584 () git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342597 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7de2b98d82
commit
db1dd771e1
1 changed files with 7 additions and 0 deletions
|
@ -450,6 +450,13 @@ Making a bowl of acidophilus raspberry.
|
|||
</entry>
|
||||
<entry>PHP 7.0.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>iterable</literal></entry>
|
||||
<entry>
|
||||
The parameter must be either an <type>array</type> or an &instanceof; <classname>Traversable</classname>.
|
||||
</entry>
|
||||
<entry>PHP 7.1.0</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
|
Loading…
Reference in a new issue