예제 #1
0
파일: functions.php 프로젝트: solve/solve
function echoSingleVar($var)
{
    echo \Solve\Utils\Inflector::dumperGet($var) . "\n";
}