PHP Classes

File: app/Helper/Functions.php

Recommend this page to a friend!
  Classes of stelin   swoft   app/Helper/Functions.php   Download  
File: app/Helper/Functions.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: swoft
Framework to develop coroutine based application
Author: By
Last change:
Date: 4 years ago
Size: 95 bytes
 

Contents

Class file image Download
<?php
/**
 * Custom global functions
 */

function user_func(): string
{
    return
'hello';
}