PHP -Dump auf Seite
$variable = "Hello";
var_dump($variable);
Annoyed Albatross
$variable = "Hello";
var_dump($variable);