helpers\BaseConsole output()

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.

doc_Yii
2016-10-30 17:04:37
Comments
Leave a Comment

Please login to continue.