File::readAll()

File::readAll() – ファイルから全て読み込む

Synopsis

require_once 'File.php';

mixed File::readAll ( string $filename , mixed $lock = = false )

Description

Parameter

Return value

Throws

Note

This function can be called statically.

See

Example

File::readAll() の使用

<?php
require_once 'File.php';


?>