useful-api.org/renderer/debug.php
2023-11-22 21:25:33 +01:00

5 lines
56 B
PHP

<?php
return function($data) {
var_dump($data);
};