freadAllText
string
freadAllText は、取り消し不可能、照会不可能、および編集不可能です。
freadAllText コマンドは、ファイルのすべてのテキストを文字列に読み込みます。string |
// Read all text from a file into a string // string $exampleFileName = ( `internalVar -userTmpDir` + "example.tmp" ); string $allText = freadAllText($exampleFileName); print($allText);