Files
study/Swoft_BackEndApi/app/Helper/Functions.php
2024-09-27 01:06:04 +08:00

10 lines
95 B
PHP
Executable File

<?php
/**
* Custom global functions
*/
function user_func(): string
{
return 'hello';
}