Beispiel #1
0
function x_dump($data, $height = 250, $function = 'print_r')
{
    $d = new X_Debug();
    $d->x_dump($data, $height, $function);
}