File::readAll()
File::readAll() – reads a complete file
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
Using File::readAll()
<?php
require_once 'File.php';
?>