Jankit Shah - Important notes
Technical skills turns into complexity and creativity turns into simplicity.
01 July 2009
Writing text file in UTF-8 encoding
fopen
(
sample.txt"
,
"wb"
);
// adding header
$text
=
"\xEF\xBB\xBF"
.
$text
;
fputs
(
$f
,
$text
);
fclose
(
$f
);
?>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment