mirror of
https://github.com/sigmasternchen/useful-api.org
synced 2025-03-16 00:18:57 +00:00
6 lines
56 B
PHP
6 lines
56 B
PHP
![]() |
<?php
|
||
|
|
||
|
return function($data) {
|
||
|
var_dump($data);
|
||
|
};
|