File::writeLine()

File::writeLine() -- writes a single line to a file

Synopsis

require_once 'File.php';

mixed File::writeLine (string $filename, string $line [, string $mode = FILE_MODE_APPEND [, string $crlf = "\n" [, mixed $lock = FALSE]]])

Description

Parameter

Return value

Throws

Note

This function can be called statically.

See

Example