コード例 #1
0
ファイル: functions.php プロジェクト: solve/solve
function echoSingleVar($var)
{
    echo \Solve\Utils\Inflector::dumperGet($var) . "\n";
}