1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
This commit is contained in:
Hannes Magnusson
2007-12-16 18:31:07 +00:00
parent b0d7f9c3ee
commit bfad3071cd

View File

@@ -1269,7 +1269,7 @@ SPL_ARRAY_METHOD(Array, natsort, 0) /* }}} */
/* {{{ proto int ArrayObject::natcasesort()
proto int ArrayIterator::natcasesort()
Sort the entries by key using case insensitive "natural order" algorithm. */
SPL_ARRAY_METHOD(Array, natcasesort, 0) /* }}} /
SPL_ARRAY_METHOD(Array, natcasesort, 0) /* }}} */
/* {{{ proto mixed|NULL ArrayIterator::current()
Return current array entry */