Marcus Boerger wrote:
> Hello internals,
> 
>   i'd like to add two array functions:
> 
> - bool array_has_more(array $array)

I don't like "array_has_more"

array_at_end()

would work better for me since the function that makes it evaluate as
true is:

end($array);

Greg

P.S. sorry if this double posts, weird mail client issues

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

Reply via email to