Hello internals,

  i'd like to add two array functions:

- bool array_has_more(array $array)

  checks whether $array has more elements after current position or
  if array is at last position, preferable working inside foreach

- bool array(array $array)

  cehcks whether arra position is valid (e.g. like "key($array) !== NULL")

Any comments?

Best regards,
 Marcus

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

Reply via email to