function ppm

6.x theme.inc ppm($var, $b = FALSE)
5.x theme.inc ppm($var)

Alias of pretty_print($var)

File

includes/theme.inc, line 1423

Code

function ppm($var) {
  pretty_print($var);
}