Ejemplo n.º 1
0
 public static function print_blue($msg, $place_holders = array())
 {
     $msg .= PHP_EOL;
     print tools::color_msg(array($msg, $place_holders), tools::COLOR_BLUE);
 }