Developer's Manual  Function Reference  Debug functions  suDUMP

suDUMP

Shows value of a variable in the debug window.


void suDUMP
(mixed value)

Example

<?
$data
= $suSQL->queryData("SELECT id, title FROM " . suPAGES . " WHERE childs > 0");
suDUMP($data);
?>
Please login to add comments.