PHP phpstreams\operations 네임스페이스

클래스들

이름 설명
AbstractCallbackOperation Base class to implement callback based operations on the stream.
DistinctOperation Unique stream.
FilterOperation Class to implement the "filter" method.
FlatMapOperation Operation that flattens a nested source.
LimitOperation A stream operation limiting its output to some number of elements.
MappingOperation Class implementing a mapping operation.
SkipOperation A stream operation that skips the first few items.
SortedOperation A sorting stream.