(PHP 5 >= 5.0.0, PHP 7)
Check whether array contains more entries
public bool ArrayIterator::valid ( void )
Checks if the array contains any more entries.
Returns:
Returns TRUE if the iterator is valid, otherwise FALSE
Examples:
ArrayIterator::valid() example
<?php
$array = array('1' => 'one');
$arrayobject = ne