PHP 인터페이스 Swift_StreamFilter, Halite

저자: Chris Corbyn
파일 보기 프로젝트 열기: HaliteChallenge/Halite 0 사용 예제들

공개 메소드들

메소드 설명
filter ( mixed $buffer ) : mixed Filters $buffer and returns the changes.
shouldBuffer ( mixed $buffer ) : boolean Based on the buffer given, this returns true if more buffering is needed.

메소드 상세

filter() 공개 메소드

Filters $buffer and returns the changes.
public filter ( mixed $buffer ) : mixed
$buffer mixed
리턴 mixed

shouldBuffer() 공개 메소드

Based on the buffer given, this returns true if more buffering is needed.
public shouldBuffer ( mixed $buffer ) : boolean
$buffer mixed
리턴 boolean