1f63154b881f5af7bee2bf93080cd7fbd449c343
[mdref/mdref-pq-gateway] / pq-gateway / pq / Gateway / Cell / offsetUnset.md
1 # void pq\Gateway\Cell::offsetUnset(int $o)
2
3 Implements ArrayAcccess.
4 Unset the value of an array offset.
5 Marks the cell dirty.
6
7 ## Params:
8
9 * int $o
10 The offset.
11
12 ## Throws:
13
14 * UnexpectedValueException, if the cell's value is not an array.