Метод | Описание | |
---|---|---|
offsetExists ( mixed $offset ) : boolean | Return key exists. | |
offsetGet ( mixed $offset ) : mixed | Return the value for the offset. | |
offsetSet ( mixed $offset, mixed $value ) | Set the offset | |
offsetUnset ( mixed $offset ) | Unset the offset. |
public offsetExists ( mixed $offset ) : boolean | ||
$offset | mixed | |
Результат | boolean |