|
dolibarr 21.0.0-beta
|
A set of functions for CLI scripts of Dolibarr This file contains only functions used by script run on command line. More...
Go to the source code of this file.
Functions | |
| coloredText ($text, $color, $bold=false) | |
| Output text in color or bold. | |
A set of functions for CLI scripts of Dolibarr This file contains only functions used by script run on command line.
Definition in file functionscli.lib.php.
| coloredText | ( | $text, | |
| $color, | |||
| $bold = false ) |
Output text in color or bold.
| string | $text | Text to show |
| string | $color | Color code |
| boolean | $bold | Bold or not |
Definition at line 46 of file functionscli.lib.php.