Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg



PHP : Function Reference : GNU Recode Functions : recode_file

recode_file

Recode from file to file according to recode request (PHP 4, PHP 5)
bool recode_file ( string request, resource input, resource output )

Example 2068. Basic recode_file() example

<?php
$input
= fopen('input.txt', 'r');
$output = fopen('output.txt', 'w');
recode_file("us..flat", $input, $output);
?>

Change Language


Follow Navioo On Twitter
recode_file
recode_string
recode
eXTReMe Tracker