File::readChar()

File::readChar() -- reads a single character from a file

Synopsis

require_once 'File.php';

mixed File::readCharChar (string $filename [, mixed $lock = FALSE])

Description

Parameter

Return value

Throws

Note

This function can be called statically.

See

Example