File::read() File::readChar()

File

PEAR Manual


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';


?>


File::read() File::readChar()

File

PEAR Manual