remove internal @meta tag from iterator_to_array function

This commit is contained in:
Ivan Fedorov 2020-01-18 17:54:57 +03:00
parent 439670d7d7
commit ecb1927370
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ function spl_object_hash ($obj) {}
* </p>
* @return array An array containing the elements of the iterator.
* @since 5.1
* @meta
*/
function iterator_to_array ($iterator, $use_keys = true) {}