update : 2015.11.03
php.shukuma.com검색:
|
php_user_filter::filter(PHP 5) php_user_filter::filter — Called when applying the filter 설명
public int php_user_filter::filter
( resource
$in
, resource $out
, int &$consumed
, bool $closing
)This method is called whenever data is read from or written to the attached stream (such as with fread() or fwrite()). 인수
반환값The filter() method must return one of three values upon completion.
|