PHP GNU Recode Functions

EditRocket provides the following information on GNU Recode functions in the PHP source code builder.

-

bool recode_file ( string $request , resource $input , resource $output ) - Recode the file referenced by file handle input into the file referenced by file handle output according to the recode request.

string recode_string ( string $request , string $string ) - Recode the string string according to the recode request request.