Method PopFirst
PopFirst(string)
Removes the first value from the named array element (see $pop).
public static UpdateBuilder PopFirst(string name)
Parameters
name
stringThe name of the array element.
Returns
- UpdateBuilder
The builder (so method calls can be chained).