|
recode_file
Recode from file to file according to recode request
(PHP 4, PHP 5)
Recode the file referenced by file handle input into the file referenced by file handle output according to the recode request. Parameters
ExamplesExample 2068. Basic recode_file() example<?php NotesThis function does not currently process file handles referencing remote files (URLs). Both file handles must refer to local files.
See Also
|