Moodle APIs 3.11
Moodle 3.11.11+ (Build: 20221125)
Functions
clilib.php File Reference

Command line utility functions and classes. More...

Functions

 cli_error ($text, $errorcode=1)
 Write to standard error output and exit with the given code. More...
 
 cli_get_params (array $longoptions, array $shortmapping=null)
 Returns cli script parameters. More...
 
 cli_heading ($string, $return=false)
 Print or return section heading string. More...
 
 cli_input ($prompt, $default='', array $options=null, $casesensitiveoptions=false)
 Get input from user. More...
 
 cli_logo ($padding=2, $return=false)
 Print an ASCII version of the Moodle logo. More...
 
 cli_problem ($text)
 Write error notification. More...
 
 cli_separator ($return=false)
 Print or return section separator string. More...
 
 cli_set_process_title_suffix (string $suffix)
 This sets the cli process title suffix. More...
 
 cli_write ($text, $stream=STDOUT)
 Write a text to the given stream. More...
 
 cli_writeln ($text, $stream=STDOUT)
 Write a text followed by an end of line symbol to the given stream. More...
 

Detailed Description

Command line utility functions and classes.

@subpackage cli

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later