update : 2015.11.03
php.shukuma.com검색:
|
recode_file(PHP 4, PHP 5) recode_file — Recode from file to file according to recode request 설명
bool recode_file
( string
$request
, resource $input
, resource $output
)
Recode the file referenced by file handle
인수
반환값
Returns 예제
Example #1 Basic recode_file() example
<?php 주의This function does not currently process file handles referencing remote files (URLs). Both file handles must refer to local files. |