- internal
- implements \ArrayAccess<int,string|null>
- implements \IteratorAggregate<int,string|null>
- since 9.16.0.0
CloneableInstantiableIterable
- Implements
| ArrayAccess |
| Countable |
| IteratorAggregate |
| Traversable |
| Properties |
| public $index = NULL |
| public $input = NULL |
| public $rule = NULL |
| public $type = NULL |
| Methods |
public __construct(array $results) - param array<int,string|null> $results
|
public count() - return int
- attribute ReturnTypeWillChange
|
public getIterator() - attribute ReturnTypeWillChange
|
public offsetExists( $offset) - attribute ReturnTypeWillChange
|
public offsetGet( $offset) - attribute ReturnTypeWillChange
|
public offsetSet( $offset, $value) - attribute ReturnTypeWillChange
|
public offsetUnset( $offset) - attribute ReturnTypeWillChange
|
| Properties |
private $data = NULL - var array<int,string|null>
|