-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Bart van Hoekelen edited this page Apr 20, 2017
·
3 revisions
- Installation guide
- How to use
- Function overview
- Text stylen
// Print red text
echo terminal_style('Here your text', 'red');
// Print red background
echo terminal_style('Here your text', null, 'red');
Return to wiki home page