useful-api.org/renderer/debug.php

6 lines
56 B
PHP
Raw Normal View History

2023-11-22 20:25:33 +00:00
<?php
return function($data) {
var_dump($data);
};