The problem isn't the ending. The problem is that according to our naming conventions it should be array_foobar() whereas the other array functions were invented before our conventions and are short names such as next(). Now on one hand we wouldn't want to pollute the PHP function space with new non-conforming function names but on the other hand it is really ugly to have a new function which looks completely different from the original ones...

Andi

At 01:25 PM 5/7/2003 -0400, Greg Beaver wrote:
Hi,

How about array_has_next() to reference the php function?

Greg

Marcus BöRger wrote:
Anyway you said that you don't like the name really. Do you have a better
name? If not i'll go with 'array_has_more'.


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to