var_dump sans récurence

foreach ($variables as $key => $value) { echo $key.' => '.(gettype($value) == 'string' ? $value : gettype($value)).'<br />'; } exit();
Permet d'afficher toutes les cases contenus dans un tableau sans créer de boucle infinies si ce tableau contient des objets

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.