API17

API17:JCli::out

From Joomla! Documentation

Joomla 11.1 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.
  • Returns void
  • Defined on line 152 of libraries/joomla/application/cli.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples