Source for file color_example.php
Documentation is available at color_example.php
require 'Console/Color.php';
// Let's add a little color to the world
// %n resets the color so the following stuff doesn't get messed up
// Colorless mode, in case you need to strip colorcodes off a text
// The uppercase version makes a colorcode bold/bright
// To print a %, you use %%
// Or you can use the escape() method.
. ', there\'s a 50% Chance of making the right '
Documentation generated on Fri, 26 Jan 2007 17:30:07 -0500 by phpDocumentor 1.3.0. PEAR Logo Copyright © PHP Group 2004.
|