swoole.php
FileAccess Orion main entry point
This file is the entry point for all regular web requests. All call will be routed to this file by default defined in the nginx.conf linked from local.data
Read custom php.ini and then handle the request
Tags
Table of Contents
- APPLICATION_SWOOLE = \true
- FAA_PATHS_ROOTABS = \realpath(__DIR__ . '/../../') . '/'
Constants
APPLICATION_SWOOLE
    public
        mixed
    APPLICATION_SWOOLE
    = \true
        
        
    
FAA_PATHS_ROOTABS
    public
        mixed
    FAA_PATHS_ROOTABS
    = \realpath(__DIR__ . '/../../') . '/'