示例#1
0
文件: utilities.php 项目: pago/pantr
/**
 * @return Output
 */
function writeln($t = '', $style = null)
{
    return pantr::console()->out()->writeln($t, $style);
}