File::unlock()

File::unlock() -- unlocks a locked file pointer

Synopsis

require_once 'File.php';

mixed File::unlock (string $filename, string $mode)

Description

Parameter

Return value

Throws

Note

This function can be called statically.

See

Example