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