コード例 #1
0
ファイル: tools.php プロジェクト: drupalista-br/nx_wsclient
 public static function print_blue($msg, $place_holders = array())
 {
     $msg .= PHP_EOL;
     print tools::color_msg(array($msg, $place_holders), tools::COLOR_BLUE);
 }