10 lines
95 B
PHP
Executable File
10 lines
95 B
PHP
Executable File
<?php
|
|
/**
|
|
* Custom global functions
|
|
*/
|
|
|
|
function user_func(): string
|
|
{
|
|
return 'hello';
|
|
}
|