require_once 'File.php';
mixed File::writeLine (string $filename, string $line [, string $mode = FILE_MODE_APPEND [, string $crlf = "\n" [, mixed $lock = FALSE]]])
mixed File::writeLine
This function can be called statically.
Example 30-1. Using File::writeLine()
<?php require_once 'File.php'; ?>