PHP » GoLang |
login |
register |
about
|
GoLang ReflectionClass::isIterateable
request it (258)
GoLang replacement for PHP's ReflectionClass::isIterateable
[edit | history]
PHP ReflectionClass::isIterateablePHP original manual for ReflectionClass::isIterateable [ show | php.net ]ReflectionClass::isIterateable(PHP 5, PHP 7) ReflectionClass::isIterateable — Checks if iterateable Description
public bool ReflectionClass::isIterateable
( void
)
Checks whether the class is iterateable. ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 ReflectionClass::isIterateable() example
<?php The above example will output: Is ArrayObject iterateable? bool(true) Is IteratorClass iterateable? bool(true) Is DerivedClass iterateable? bool(true) Is NonIterator iterateable? bool(false) |
more
Recently updated
more
Most requested
more
Last requests
|