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