| 
 | SplObjectStorage::validReturns if the current iterator entry is valid Description
   public bool SplObjectStorage::valid
    ( void
   ) Returns if the current iterator entry is valid. ParametersThis function has no parameters. Return Values
   Returns  Examples
 Example #1 SplObjectStorage::valid example 
<?phpThe above example will output something similar to: 0 1 See Also
 
 |