Skip to content

Instantly share code, notes, and snippets.

@jlogsdon
Created July 13, 2010 22:33
Show Gist options
  • Save jlogsdon/474663 to your computer and use it in GitHub Desktop.
Save jlogsdon/474663 to your computer and use it in GitHub Desktop.
<?php
require 'src/Color.php';
echo Console\Color::ize('Can we #{color}.red #{me}.yellow #{silly}.green up in this') . "\n";
echo Console\Color::ize('Can we #{color}.red(green,bright) #{me}.yellow #{silly}.green up in this') . "\n";
echo Console\Color::ize('Can we #{color
something that spans
many lines of text}.red(bright) #{me}.yellow #{silly}.green up in this') . "\n";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment