update : 2015.11.03
php.shukuma.com검색:
|
stream_filter_append(PHP 4 >= 4.3.0, PHP 5) stream_filter_append — Attach a filter to a stream 설명
resource stream_filter_append
( resource
$stream
, string $filtername
[, int $read_write
[, mixed $params
]] )
Adds 인수
반환값Returns a resource which can be used to refer to this filter instance during a call to stream_filter_remove(). 변경점
예제
Example #1 Controlling where filters are applied
<?php 주의
참고
|