7 lines
70 B
PHP
7 lines
70 B
PHP
<?php
|
|
|
|
function apiOut ($out) {
|
|
return json_encode($out);
|
|
}
|
|
|
|
?>
|