我正在借助以下代码阅读一个波斯文本文件(使用 PHP):
/* Reading the file name and the book (UTF-8) */
if(file_exists($SourceDirectoryFile))
{
$NameBook = "name.txt";
$AboutBook = "about.txt";
$myFile = "Computer-Technolgy/2 ($i)/".$NameBook;
$fh = fopen($myFile, 'r');
$theData = fread($fh, filesize($myFile));
fclose($fh);
echo 'Name file: '. $theData.'<hr/>';
}
name.txt 文件内容:
آموزش شبكه هاي کامپيوتري (LEARNING NETWORK)
名称文件:����������������������(学习网络)