Örneğin, yeni bir dosya oluşturduğunuzda:
$message = "Hello!";
$fh = fopen(index.html, 'w');
fwrite($fh, $message);
fclose($fh);
Nasıl ben (utf-8 ya da Shift-JIS veya euc-jp) kodlayan oluyor ve linebreaks (LF veya CR + LF veya CR) PHP? Ayarlayabilirsiniz