API17:JCli::out
From Joomla! Documentation
JCli::out
Description
Write a string to standard output.
public function out (
$text= ''
$nl=true
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $text | string | The text to display. | |
| $nl | bool | true | True to append a new line at the end of the output string. |
See also
JCli::out source code on BitBucket
Class JCli
Subpackage Application- Other versions of JCli::out
User contributed notes
Code Examples