Examples - nubilum/Console GitHub Wiki

Code

Console::println("test", 'green', 'black');

Console::printAsHTML("<font bgcolor='green' color='white'><b>テスト</b><reverse>するよ!</reverse></font>");

Console::printAsHTML("<font bgcolor='black' color='blue'><u>テスト</u><r>するよ!</r></font>");

Console::printAsHTML("<blink><strong><u>テスト</u>するよ!<>>><><><></strong></blink>");

var_dump(Console::confirm("このまま実行しますか?"));

Result

http://twitpic.com/7bsxwb/full