mdref.json config
[mdref/mdref-pq-gateway] / pq-gateway / pq / Gateway / Cell / offsetIsset.md
1 # mixed pq\Gateway\Cell::offsetIsset(int $o)
2
3 Implements ArrayAcccess.
4 Check whether an array offset isset.
5
6 ## Params:
7
8 * int $o
9 The offset.
10
11 ## Returns:
12
13 * bool, whether the value at the offset isset.
14
15 ## Throws:
16
17 * UnexpectedValueException, if the cell's value is not an array.