error() public static method
Prints text to STDERR appended with a carriage return (PHP_EOL).
public static integer|boolean error ( $string = null ) | ||
---|---|---|
$string | string |
The text to print |
return | integer|boolean |
Number of bytes printed or false on error. |
Please login to continue.