DropWhile¶
DropWhile ( callable $callback )
Discards input values while the callback function returns true, then all remaining values are returned. The first value returned is the one for which the callback function returned false.
DropWhile ( callable $callback )
Discards input values while the callback function returns true, then all remaining values are returned. The first value returned is the one for which the callback function returned false.