ACCESS_ALREADY_DEFINED
    public
        mixed
    ACCESS_ALREADY_DEFINED
    = 'Argument already exists and cannot be redefined!'
        
        
    
    public
        mixed
    ACCESS_ALREADY_DEFINED
    = 'Argument already exists and cannot be redefined!'
        
        
    
    public
        mixed
    ACCESS_DENIED_EXCEPTION
    = 'Error: Access denied!'
        
        
    
    public
        mixed
    APP_ADMIN
    = \false
        
        
    
    public
        mixed
    APP_ADMIN
    = \true
        
        
    
    public
        mixed
    APP_API_REQUEST
    = \strpos($APP_ROUTE, '/api/') === 0 ? 1 : 0
        
        
    
    public
        mixed
    APP_BASE_URL
    = $APP_BASE_URL
        
        
    
    public
        mixed
    APP_CLI
    = \PHP_SAPI == 'cli'
        
        
    
    public
        mixed
    APP_DIR
    = \str_replace(\DIRECTORY_SEPARATOR, '/', __DIR__)
        
        
    
    public
        mixed
    APP_DOCUMENT_ROOT
    = $APP_DOCUMENT_ROOT
        
        
    
    public
        mixed
    APP_START_TIME
    = \microtime(\true)
        
        
    
    public
        mixed
    APP_START_TIME
    = \microtime(\true)
        
        
    
    public
        mixed
    APP_VERSION
    = '2.0.2'
        
        
    
    public
        mixed
    CACHE_EXPIRATION
    = @\time() + 60 * 60 * 24 * 31 * 365
        
        
    
    public
        mixed
    CACHE_KEY
    = \rtrim(\strtr(\base64_encode(\YXORP_REQUEST_URI), '+/=', '._-'))
        
        
    
    public
        mixed
    CACHE_KEY_CONTEXT
    = \rtrim(\strtr(\base64_encode(\YXORP_HTTP_HOST), '+/=', '._-'))
        
        
    
    public
        mixed
    CHAR_0
    = '0'
        
        
    
    public
        mixed
    CHAR_1
    = '1'
        
        
    
    public
        mixed
    CHAR_2
    = '2'
        
        
    
    public
        mixed
    CHAR_3
    = '3'
        
        
    
    public
        mixed
    CHAR_6
    = '6'
        
        
    
    public
        mixed
    CHAR_9
    = '9'
        
        
    
    public
        mixed
    CHAR_A
    = 'a'
        
        
    
    public
        mixed
    CHAR_ARROW
    = '<'
        
        
    
    public
        mixed
    CHAR_ARROW_CLOSE
    = '>'
        
        
    
    public
        mixed
    CHAR_ASTRIX
    = '*'
        
        
    
    public
        mixed
    CHAR_AT
    = '@'
        
        
    
    public
        mixed
    CHAR_BRACKET
    = '('
        
        
    
    public
        mixed
    CHAR_BRACKET_CLOSE
    = ')'
        
        
    
    public
        mixed
    CHAR_CAP_P
    = 'P'
        
        
    
    public
        mixed
    CHAR_COLON
    = ':'
        
        
    
    public
        mixed
    CHAR_COMMA
    = ','
        
        
    
    public
        mixed
    CHAR_CURVE
    = '{'
        
        
    
    public
        mixed
    CHAR_CURVE_CLOSE
    = '}'
        
        
    
    public
        mixed
    CHAR_DASH
    = '-'
        
        
    
    public
        mixed
    CHAR_EMPTY_STRING
    = ''
        
        
    
    public
        mixed
    CHAR_EQUALS
    = '='
        
        
    
    public
        mixed
    CHAR_EXCLAMATION
    = '!'
        
        
    
    public
        mixed
    CHAR_HASH
    = '#'
        
        
    
    public
        mixed
    CHAR_I
    = 'i'
        
        
    
    public
        mixed
    CHAR_PERIOD
    = '.'
        
        
    
    public
        mixed
    CHAR_PLUS
    = '+'
        
        
    
    public
        mixed
    CHAR_QUESTION
    = '?'
        
        
    
    public
        mixed
    CHAR_S
    = 's'
        
        
    
    public
        mixed
    CHAR_SLASH
    = '/'
        
        
    
    public
        mixed
    CHAR_SLASH_BACK
    = '\\'
        
        
    
    public
        mixed
    CHAR_SQUARE
    = '['
        
        
    
    public
        mixed
    CHAR_SQUARE_CLOSE
    = ']'
        
        
    
    public
        mixed
    CHAR_UNDER
    = '_'
        
        
    
    public
        mixed
    CHAR_UP
    = '^'
        
        
    
    public
        mixed
    CHAR_USD
    = '$'
        
        
    
    public
        mixed
    CHAR_Z
    = 'z'
        
        
    
    public
        mixed
    COOKIE_JAR
    = 'cookie_jar' . \CHAR_PERIOD
        
        
    
    public
        mixed
    DIR_ACCOUNTS
    = \VAR_USERS . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_ACTION
    = 'action' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_APP
    = 'app' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_BUGSNAG
    = 'snag' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_CACHE
    = \VAR_CACHE . \DIRECTORY_SEPARATOR . \urlencode(\YXORP_HTTP_HOST) . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_DATA
    = 'data' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_DEBUG
    = 'debug' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_GLOBAL
    = \VAR_GLOBAL . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_HTTP
    = 'http' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_INSTALL
    = 'install' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_LIB
    = 'lib' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_MINIFY
    = 'minify' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_OVERRIDE
    = 'override' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_PARSER
    = 'parser' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_PLUGIN
    = 'plugin' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_PROXY
    = 'proxy' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_PSR
    = 'psr' . \DIRECTORY_SEPARATOR
        
        
    
Defining the root directory of the website.
    public
        mixed
    DIR_ROOT
    = $root . DIRECTORY_SEPARATOR
    
        
    
    public
        mixed
    DIR_STORAGE
    = 'storage' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_TMP
    = 'tmp' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    DIR_VENDOR
    = 'vendor' . \DIRECTORY_SEPARATOR
        
        
    
    public
        mixed
    ENV_ADMIN_EMAIL
    = 'SITE_EMAIL' . \EXT_ENV
        
        
    
    public
        mixed
    ENV_ADMIN_NAME
    = 'SITE_NAME' . \EXT_ENV
        
        
    
    public
        mixed
    ENV_ADMIN_PASSWORD
    = 'SITE_PASSWORD' . \EXT_ENV
        
        
    
    public
        mixed
    ENV_ADMIN_USER
    = 'SITE_USER' . \EXT_ENV
        
        
    
    public
        mixed
    ENV_BUGSNAG_KEY
    = 'BUGSNAG_KEY' . \EXT_ENV
        
        
    
    public
        mixed
    ENV_DEBUG
    = 'DEBUG' . \EXT_ENV
        
        
    
    public
        mixed
    ENV_DEFAULT_HOST
    = 'DEFAULT_HOST' . \EXT_ENV
        
        
    
    public
        mixed
    ENV_DEFAULT_TARGET
    = 'DEFAULT_TARGET' . \EXT_ENV
        
        
    
    public
        mixed
    ENV_GA_UTM
    = 'GA_UTM' . \EXT_ENV
        
        
    
    public
        mixed
    EVENT_BEFORE_SEND
    = 'request' . \CHAR_PERIOD . 'before_send'
        
        
    
    public
        mixed
    EVENT_BUILD_CACHE
    = 'request' . \CHAR_PERIOD . 'build_cached'
        
        
    
    public
        mixed
    EVENT_BUILD_CONTEXT
    = 'request' . \CHAR_PERIOD . 'build_context'
        
        
    
    public
        mixed
    EVENT_BUILD_HEADERS
    = 'request' . \CHAR_PERIOD . 'build_headers'
        
        
    
    public
        mixed
    EVENT_BUILD_INCLUDES
    = 'request' . \CHAR_PERIOD . 'build_includes'
        
        
    
    public
        mixed
    EVENT_BUILD_REQUEST
    = 'request' . \CHAR_PERIOD . 'build_request'
        
        
    
    public
        mixed
    EVENT_COMPLETE
    = 'request' . \CHAR_PERIOD . 'complete'
        
        
    
    public
        mixed
    EVENT_EXCEPTION
    = 'request' . \CHAR_PERIOD . 'build_exception'
        
        
    
    public
        mixed
    EVENT_FINAL
    = 'request' . \CHAR_PERIOD . 'final'
        
        
    
    public
        mixed
    EVENT_SEND
    = 'request' . \CHAR_PERIOD . 'send'
        
        
    
    public
        mixed
    EVENT_SENT
    = 'request' . \CHAR_PERIOD . 'sent'
        
        
    
    public
        mixed
    EVENT_WRITE
    = 'curl' . \CHAR_PERIOD . 'callback' . \CHAR_PERIOD . 'write'
        
        
    
    public
        mixed
    EXT_ENV
    = \CHAR_PERIOD . 'env'
        
        
    
    public
        mixed
    EXT_JSON
    = \CHAR_PERIOD . 'json'
        
        
    
    public
        mixed
    EXT_PHAR
    = \CHAR_PERIOD . 'phar'
        
        
    
    public
        mixed
    EXT_PHP
    = \CHAR_PERIOD . 'php'
        
        
    
    public
        mixed
    EXT_TEXT
    = 'txt'
        
        
    
    public
        mixed
    FILE_BUGSNAG
    = \VAR_BUGSNAG . \EXT_PHAR
        
        
    
    public
        mixed
    FILE_CACHE
    = \CHAR_PERIOD . \VAR_CACHE
        
        
    
    public
        mixed
    FILE_COOKIE_JAR
    = \COOKIE_JAR . \CACHE_KEY . \EXT_TEXT
        
        
    
    public
        mixed
    FILE_INDEX
    = 'index' . \EXT_PHP
        
        
    
    public
        mixed
    FILE_MIME_TYPES
    = \VAR_MIME . \EXT_JSON
        
        
    
    public
        mixed
    FILE_PROXY
    = \VAR_PROXY . \EXT_PHAR
        
        
    
    public
        mixed
    FILE_PUBLIC_SUFFIX_LIST
    = 'public_suffix_list.dat'
        
        
    
    public
        mixed
    FILE_REWRITE
    = 'rewrite' . \EXT_JSON
        
        
    
    public
        mixed
    FILE_SITE_BOOTSTRAP
    = 'bootstrap' . \EXT_PHP
        
        
    
    public
        mixed
    FILE_TLDS_ALPHA_BY_DOMAIN
    = 'tlds-alpha-by-domain.txt'
        
        
    
    public
        mixed
    FILE_WRAPPER
    = 'wrapper' . \EXT_PHP
        
        
    
    public
        mixed
    FILTER_VALIDATE_BOOL
    = \FILTER_VALIDATE_BOOLEAN
        
        
    
    public
        mixed
    GRAPHEME_EXTR_COUNT
    = 0
        
        
    
    public
        mixed
    GRAPHEME_EXTR_COUNT
    = 0
        
        
    
    public
        mixed
    GRAPHEME_EXTR_MAXBYTES
    = 1
        
        
    
    public
        mixed
    GRAPHEME_EXTR_MAXBYTES
    = 1
        
        
    
    public
        mixed
    GRAPHEME_EXTR_MAXCHARS
    = 2
        
        
    
    public
        mixed
    GRAPHEME_EXTR_MAXCHARS
    = 2
        
        
    
    public
        mixed
    JSON_THROW_ON_ERROR
    = 1 << 22
        
        
    
    public
        mixed
    MB_CASE_LOWER
    = 1
        
        
    
    public
        mixed
    MB_CASE_LOWER
    = 1
        
        
    
    public
        mixed
    MB_CASE_TITLE
    = 2
        
        
    
    public
        mixed
    MB_CASE_TITLE
    = 2
        
        
    
    public
        mixed
    MB_CASE_UPPER
    = 0
        
        
    
    public
        mixed
    MB_CASE_UPPER
    = 0
        
        
    
    public
        mixed
    MIME
    = 'MIME'
        
        
    
    public
        mixed
    MYSQLI_REFRESH_REPLICA
    = 64
        
        
    
    public
        mixed
    NUM_ENV_LIMIT
    = 2
        
        
    
    public
        mixed
    PATH_CACHE_DIR
    = __DIR__ . \DIRECTORY_SEPARATOR . \DIR_STORAGE . \DIR_CACHE
        
        
    
    public
        mixed
    PATH_CACHE_FILE
    = __DIR__ . \DIRECTORY_SEPARATOR . \DIR_STORAGE . \DIR_CACHE . \CACHE_KEY . \FILE_CACHE
        
        
    
    public
        mixed
    PATH_COOKIE_JAR
    = DIR_ROOT . DIR_APP . DIR_STORAGE . DIR_TMP . FILE_COOKIE_JAR
        
        
    
    public
        mixed
    PATH_DIR_APP
    = DIR_ROOT . DIR_APP
        
        
    
    public
        mixed
    PATH_FILE_MIME_TYPES
    = DIR_ROOT . DIR_LIB . DIR_DATA . FILE_MIME_TYPES
        
        
    
    public
        mixed
    PATH_PUBLIC_SUFFIX_LIST
    = DIR_ROOT . DIR_LIB . DIR_DATA . FILE_PUBLIC_SUFFIX_LIST
        
        
    
    public
        mixed
    PATH_REWRITE
    = DIR_ROOT . DIR_LIB . DIR_DATA . FILE_REWRITE
        
        
    
    public
        mixed
    PATH_SITE_BOOTSTRAP
    = DIR_ROOT . DIR_APP . FILE_SITE_BOOTSTRAP
        
        
    
    public
        mixed
    PATH_SITE_INDEX
    = DIR_ROOT . DIR_APP . FILE_INDEX
        
        
    
    public
        mixed
    PATH_SITE_LOCAL
    = DIR_ROOT . DIR_LIB . DIR_INSTALL . DIR_APP
        
        
    
    public
        mixed
    PATH_TLDS_ALPHA_BY_DOMAIN
    = DIR_ROOT . DIR_LIB . DIR_DATA . FILE_TLDS_ALPHA_BY_DOMAIN
        
        
    
    public
        mixed
    REG_EIGHT
    = \CHAR_HASH . \CHAR_UP . \VAR_HTTPS_ONLY . \CHAR_QUESTION . \CHAR_COLON . \CHAR_HASH . \CHAR_I
        
        
    
    public
        mixed
    REG_ELEVEN
    = \CHAR_HASH . \CHAR_BRACKET . \CHAR_SLASH . \CHAR_SLASH_BACK . \CHAR_PERIOD . \CHAR_QUESTION . \CHAR_SLASH . \CHAR_BRACKET_CLOSE . \CHAR_HASH
        
        
    
    public
        mixed
    REG_FIVE
    = \CHAR_PERIOD . \CHAR_ASTRIX
        
        
    
    public
        mixed
    REG_FOUR
    = \CHAR_SLASH_BACK . \CHAR_ASTRIX
        
        
    
    public
        mixed
    REG_NINE
    = \CHAR_HASH . \CHAR_SLASH . \CHAR_SQUARE . \CHAR_UP . \CHAR_SLASH . \CHAR_SQUARE_CLOSE . \CHAR_ASTRIX . \CHAR_USD . \CHAR_HASH
        
        
    
    public
        mixed
    REG_ONE
    = \CHAR_SLASH . \CHAR_SLASH_BACK . \CHAR_QUESTION . \CHAR_PERIOD . \CHAR_ASTRIX . \CHAR_SLASH
        
        
    
    public
        mixed
    REG_SEVEN
    = \CHAR_HASH . \CHAR_UP
        
        
    
    public
        mixed
    REG_SIX
    = \CHAR_SLASH_BACK . \CHAR_QUESTION
        
        
    
    public
        mixed
    REG_TEN
    = \CHAR_HASH . \CHAR_SLASH . \CHAR_QUESTION . \CHAR_EXCLAMATION . \CHAR_SLASH_BACK . \CHAR_PERIOD . \CHAR_SLASH_BACK . \CHAR_PERIOD . \CHAR_BRACKET_CLOSE . \CHAR_SQUARE . \CHAR_UP . \CHAR_SLASH . \CHAR_SQUARE_CLOSE . \CHAR_PLUS . \CHAR_SLASH . \CHAR_SLASH_BACK . \CHAR_PERIOD . \CHAR_SLASH_BACK . \CHAR_PERIOD . \CHAR_SLASH . \CHAR_HASH
        
        
    
    public
        mixed
    REG_THREE
    = \CHAR_AT . \CHAR_CURVE . \CHAR_BRACKET . \CHAR_SQUARE . \CHAR_A . \CHAR_DASH . \CHAR_Z . \CHAR_0 . \CHAR_DASH . \CHAR_9 . \CHAR_UNDER . \CHAR_SQUARE_CLOSE . \CHAR_PLUS . \CHAR_BRACKET_CLOSE . \CHAR_CURVE_CLOSE . \CHAR_AT . \CHAR_S
        
        
    
    public
        mixed
    REG_TWELVE
    = \CHAR_SLASH . \CHAR_BRACKET . \CHAR_QUESTION . \CHAR_CAP_P . \CHAR_ARROW . \VAR_DOMAIN . \CHAR_ARROW_CLOSE . \CHAR_SQUARE . \CHAR_A . \CHAR_DASH . \CHAR_Z . \CHAR_0 . \CHAR_DASH . \CHAR_9 . \CHAR_SQUARE_CLOSE . \CHAR_SQUARE . \CHAR_A . \CHAR_DASH . \CHAR_Z . \CHAR_0 . \CHAR_DASH . \CHAR_9 . \CHAR_SLASH_BACK . \CHAR_DASH . \CHAR_SQUARE_CLOSE . \CHAR_CURVE . \CHAR_1 . \CHAR_COMMA . \CHAR_6 . \CHAR_3 . \CHAR_CURVE_CLOSE . \CHAR_SLASH_BACK . \CHAR_PERIOD . \CHAR_SQUARE . \CHAR_A . \CHAR_DASH . \CHAR_Z . \CHAR_PERIOD . \CHAR_SQUARE_CLOSE . \CHAR_CURVE . \CHAR_2 . \CHAR_COMMA . \CHAR_6 . \CHAR_CURVE_CLOSE . \CHAR_BRACKET_CLOSE . \CHAR_USD . \CHAR_SLASH . \CHAR_I
        
        
    
    public
        mixed
    REG_TWO
    = \CHAR_HASH . \CHAR_PERIOD . \CHAR_ASTRIX . \CHAR_SLASH
        
        
    
    public
        mixed
    RUNTIME_EXCEPTION
    = 'Directory "%s" was not created'
        
        
    
    public
        mixed
    SITE_COLLECTIONS
    = 'collections'
        
        
    
    public
        mixed
    SITE_CONTENT
    = 'content'
        
        
    
    public
        mixed
    SITE_DETAILS
    = 'SITE_DETAILS'
        
        
    
    public
        mixed
    SITE_DETAILS_GLOBAL
    = 'SITE_DETAILS_GLOBAL'
        
        
    
    public
        mixed
    SITE_DOMAIN
    = 'SITE_DOMAIN'
        
        
    
    public
        mixed
    SITE_DOMAIN_SUB
    = 'SITE_DOMAIN_SUB'
        
        
    
    public
        mixed
    SITE_HOST
    = 'host'
        
        
    
    public
        mixed
    SITE_MODULE
    = '_model'
        
        
    
    public
        mixed
    SITE_NAME
    = 'name'
        
        
    
    public
        mixed
    SITE_SETTINGS
    = 'settings'
        
        
    
    public
        mixed
    SITE_SINGLETONS
    = 'singletons'
        
        
    
    public
        mixed
    SITE_SITES
    = 'sites'
        
        
    
    public
        mixed
    SITE_TARGET
    = 'target'
        
        
    
    public
        mixed
    SITE_VAL
    = 'val'
        
        
    
    public
        mixed
    SUBSCRIBE_METHOD
    = 'subscribe'
        
        
    
    public
        mixed
    SUFFIX_LIST
    = 'SUFFIX_LIST'
        
        
    
    public
        mixed
    SYMFONY_GRAPHEME_CLUSTER_RX
    = ((float) \PCRE_VERSION < 10 ? (float) \PCRE_VERSION >= 8.32 : (float) \PCRE_VERSION >= 10.39) ? '\\X' : \Symfony\Polyfill\Intl\Grapheme\Grapheme::GRAPHEME_CLUSTER_RX
        
        
    
    public
        mixed
    TARGET_BG_COLOR
    = 'TARGET_BG_COLOR'
        
        
    
    public
        mixed
    TARGET_BG_IMG
    = 'TARGET_BG_IMG'
        
        
    
    public
        mixed
    TARGET_BUTTON
    = 'TARGET_BUTTON'
        
        
    
    public
        mixed
    TARGET_BUTTON_HOVER
    = 'TARGET_BUTTON_HOVER'
        
        
    
    public
        mixed
    TARGET_CSS
    = 'TARGET_CSS'
        
        
    
    public
        mixed
    TARGET_FOOT
    = 'TARGET_FOOT'
        
        
    
    public
        mixed
    TARGET_FOOT_HTML
    = 'TARGET_FOOT_HTML'
        
        
    
    public
        mixed
    TARGET_HEAD
    = 'TARGET_HEAD'
        
        
    
    public
        mixed
    TARGET_HEAD_HTML
    = 'TARGET_HEAD_HTML'
        
        
    
    public
        mixed
    TARGET_HTML_MENU
    = 'TARGET_HTML_MENU'
        
        
    
    public
        mixed
    TARGET_JS
    = 'TARGET_JS'
        
        
    
    public
        mixed
    TARGET_LINK
    = 'TARGET_LINK'
        
        
    
    public
        mixed
    TARGET_LINK_HOVER
    = 'TARGET_LINK_HOVER'
        
        
    
    public
        mixed
    TARGET_LINK_VISITED
    = 'TARGET_LINK_VISITED'
        
        
    
    public
        mixed
    TARGET_MENU
    = 'TARGET_MENU'
        
        
    
    public
        mixed
    TARGET_MENU_HTML
    = 'TARGET_MENU_HTML'
        
        
    
    public
        mixed
    VAR_ACTIVE
    = 'active'
        
        
    
    public
        mixed
    VAR_ADDR
    = 'ADDR'
        
        
    
    public
        mixed
    VAR_ADMIN
    = 'admin'
        
        
    
    public
        mixed
    VAR_ALLOW_REDIRECTS
    = 'allow_redirects'
        
        
    
    public
        mixed
    VAR_APP
    = 'app'
        
        
    
    public
        mixed
    VAR_APPLICATION_URLENCODED
    = 'application/x-www-form-urlencoded'
        
        
    
    public
        mixed
    VAR_BG_COLOR
    = 'bgcolor'
        
        
    
    public
        mixed
    VAR_BG_IMG
    = 'background'
        
        
    
    public
        mixed
    VAR_BUGSNAG
    = 'bugsnag'
        
        
    
    public
        mixed
    VAR_BUTTON
    = 'button'
        
        
    
    public
        mixed
    VAR_BUTTON_HOVER
    = 'buttonhover'
        
        
    
    public
        mixed
    VAR_CACHE
    = 'cache'
        
        
    
    public
        mixed
    VAR_CACHE_NAME
    = 'cache_name'
        
        
    
    public
        mixed
    VAR_CACHE_STORE
    = 'CACHE_STORE'
        
        
    
    public
        mixed
    VAR_CONTENT
    = 'content'
        
        
    
    public
        mixed
    VAR_CONTENT_LENGTH
    = 'content-length'
        
        
    
    public
        mixed
    VAR_CONTENT_TYPE
    = 'content-type'
        
        
    
    public
        mixed
    VAR_COOKIES
    = 'cookies'
        
        
    
    public
        mixed
    VAR_CREATED
    = '_created'
        
        
    
    public
        mixed
    VAR_CSS
    = 'css'
        
        
    
    public
        mixed
    VAR_DASH_LOWER
    = \CHAR_DASH . \CHAR_UNDER
        
        
    
    public
        mixed
    VAR_DECODE_CONTENT
    = 'decode_content'
        
        
    
    public
        mixed
    VAR_DIR
    = 'DIR'
        
        
    
    public
        mixed
    VAR_DOMAIN
    = 'domain'
        
        
    
    public
        mixed
    VAR_DOMAIN_UP
    = 'DOMAIN'
        
        
    
    public
        mixed
    VAR_EMAIL
    = 'email'
        
        
    
    public
        mixed
    VAR_ERROR
    = 'error'
        
        
    
    public
        mixed
    VAR_EVENT
    = 'EVENT'
        
        
    
    public
        mixed
    VAR_FILES
    = 'files'
        
        
    
    public
        mixed
    VAR_FOOT
    = 'footer'
        
        
    
    public
        mixed
    VAR_FOOT_HTML
    = 'htmlfoot'
        
        
    
    public
        mixed
    VAR_FULL
    = 'FULL'
        
        
    
    public
        mixed
    VAR_GET_URL
    = 'getUrl'
        
        
    
    public
        mixed
    VAR_GETCSV
    = 'str_getcsv'
        
        
    
    public
        mixed
    VAR_GLOBAL
    = 'global'
        
        
    
    public
        mixed
    VAR_GLOBAL_UP
    = 'GLOBAL'
        
        
    
    public
        mixed
    VAR_GLOBALS
    = 'GLOBALS'
        
        
    
    public
        mixed
    VAR_GROUP
    = 'group'
        
        
    
    public
        mixed
    VAR_HEAD
    = 'htmlhead'
        
        
    
    public
        mixed
    VAR_HEAD_HTML
    = 'headerbanner'
        
        
    
    public
        mixed
    VAR_HOST
    = 'HOST'
        
        
    
    public
        mixed
    VAR_HTML
    = 'html'
        
        
    
    public
        mixed
    VAR_HTML_MENU
    = 'htmlmenu'
        
        
    
    public
        mixed
    VAR_HTTP
    = 'http:'
        
        
    
    public
        mixed
    VAR_HTTP_ERRORS
    = 'http_errors'
        
        
    
    public
        mixed
    VAR_HTTP_UP
    = 'HTTP'
        
        
    
    public
        mixed
    VAR_HTTPS
    = 'https:' . \CHAR_SLASH . \CHAR_SLASH
        
        
    
    public
        mixed
    VAR_HTTPS_ONLY
    = 'https'
        
        
    
    public
        mixed
    VAR_HTTPS_UP
    = 'HTTPS'
        
        
    
    public
        mixed
    VAR_I18N
    = 'i18n'
        
        
    
    public
        mixed
    VAR_IDN_CONVERSION
    = 'idn_conversion'
        
        
    
    public
        mixed
    VAR_INC
    = 'INC'
        
        
    
    public
        mixed
    VAR_INSTALL
    = 'INSTALL'
        
        
    
    public
        mixed
    VAR_INTERFACE
    = 'Interface'
        
        
    
    public
        mixed
    VAR_JS
    = 'js'
        
        
    
    public
        mixed
    VAR_LINK
    = 'link'
        
        
    
    public
        mixed
    VAR_LINK_HOVER
    = 'linkhover'
        
        
    
    public
        mixed
    VAR_LINK_VISITED
    = 'linkvisited'
        
        
    
    public
        mixed
    VAR_LIST
    = 'LIST'
        
        
    
    public
        mixed
    VAR_MENU
    = 'menu'
        
        
    
    public
        mixed
    VAR_MENU_HTML
    = 'htmlmenu'
        
        
    
    public
        mixed
    VAR_METHOD
    = 'METHOD'
        
        
    
    public
        mixed
    VAR_MIME
    = 'mime'
        
        
    
    public
        mixed
    VAR_MODIFIED
    = '_modified'
        
        
    
    public
        mixed
    VAR_NAME
    = 'name'
        
        
    
    public
        mixed
    VAR_NAME_UP
    = 'NAME'
        
        
    
    public
        mixed
    VAR_PARSE_UP
    = 'PARSE'
        
        
    
    public
        mixed
    VAR_PASSWORD
    = 'password'
        
        
    
    public
        mixed
    VAR_PATTERN
    = 'pattern'
        
        
    
    public
        mixed
    VAR_PATTERN_UP
    = 'PATTERN'
        
        
    
    public
        mixed
    VAR_PHP
    = 'PHP'
        
        
    
    public
        mixed
    VAR_PLUGINS
    = 'plugins'
        
        
    
    public
        mixed
    VAR_PROXY
    = 'proxy'
        
        
    
    public
        mixed
    VAR_REMOTE
    = 'REMOTE'
        
        
    
    public
        mixed
    VAR_REPLACE
    = 'replace'
        
        
    
    public
        mixed
    VAR_REPLACE_UP
    = 'REPLACE'
        
        
    
    public
        mixed
    VAR_REQUEST
    = 'REQUEST'
        
        
    
    public
        mixed
    VAR_RESPONSE
    = 'RESPONSE'
        
        
    
    public
        mixed
    VAR_REWRITE
    = 'REWRITE'
        
        
    
    public
        mixed
    VAR_ROLE
    = 'role'
        
        
    
    public
        mixed
    VAR_SEARCH
    = 'SEARCH'
        
        
    
    public
        mixed
    VAR_SELF
    = 'SELF'
        
        
    
    public
        mixed
    VAR_SERVER
    = 'SERVER'
        
        
    
    public
        mixed
    VAR_SITE
    = 'SITE'
        
        
    
    public
        mixed
    VAR_SITE_LOGS
    = 'logs'
        
        
    
    public
        mixed
    VAR_STRTOLOWER
    = 'strtolower'
        
        
    
    public
        mixed
    VAR_SUB
    = 'SUB'
        
        
    
    public
        mixed
    VAR_TARGET
    = 'TARGET'
        
        
    
    public
        mixed
    VAR_TARGET_PATTERN
    = 'TARGET_PATTERN'
        
        
    
    public
        mixed
    VAR_TARGET_REPLACE
    = 'TARGET_REPLACE'
        
        
    
    public
        mixed
    VAR_TEXT
    = 'text'
        
        
    
    public
        mixed
    VAR_TEXT_HTML
    = \VAR_TEXT . \CHAR_SLASH . \VAR_HTML
        
        
    
    public
        mixed
    VAR_TRAIT
    = 'Trait'
        
        
    
    public
        mixed
    VAR_TYPE
    = 'type'
        
        
    
    public
        mixed
    VAR_TYPES
    = 'TYPES'
        
        
    
    public
        mixed
    VAR_UCFIRST
    = 'ucfirst'
        
        
    
    public
        mixed
    VAR_URI
    = 'URI'
        
        
    
    public
        mixed
    VAR_URL
    = 'url'
        
        
    
    public
        mixed
    VAR_URL_HOST
    = 'url_host'
        
        
    
    public
        mixed
    VAR_URL_UP
    = 'URL'
        
        
    
    public
        mixed
    VAR_USER
    = 'user'
        
        
    
    public
        mixed
    VAR_USER_IP
    = 'user_ip'
        
        
    
    public
        mixed
    VAR_USER_IP_LONG
    = 'user_ip_long'
        
        
    
    public
        mixed
    VAR_USERS
    = 'users'
        
        
    
    public
        mixed
    VAR_VALUE
    = 'value'
        
        
    
    public
        mixed
    VAR_VAR
    = 'VAR'
        
        
    
    public
        mixed
    VAR_VAR_UNDER
    = \CHAR_UNDER . \VAR_VAR
        
        
    
    public
        mixed
    VAR_VAR_UNDER_END
    = \CHAR_UNDER . \VAR_VAR . \CHAR_UNDER
        
        
    
    public
        mixed
    VAR_VERIFY
    = 'verify'
        
        
    
    public
        mixed
    YXORP
    = 'yxorP'
        
        
    
    public
        mixed
    YXORP_ACTIONS
    = 'YXORP_ACTIONS'
        
        
    
    public
        mixed
    YXORP_APP
    = \YXORP . \CHAR_UNDER . \VAR_APP
        
        
    
    public
        mixed
    YXORP_CONTENT
    = \YXORP . \CHAR_UNDER . \VAR_CONTENT
        
        
    
    public
        mixed
    YXORP_EVENT_LIST
    = \VAR_EVENT . \CHAR_UNDER . \VAR_LIST
        
        
    
    public
        mixed
    YXORP_GLOBAL_CSS
    = \VAR_GLOBAL_UP . \CHAR_UNDER . \VAR_CSS
        
        
    
    public
        mixed
    YXORP_GLOBAL_JS
    = \VAR_GLOBAL_UP . \CHAR_UNDER . \VAR_JS
        
        
    
    public
        mixed
    YXORP_GLOBAL_PATTERN
    = \VAR_GLOBAL_UP . \CHAR_UNDER . \VAR_PATTERN
        
        
    
    public
        mixed
    YXORP_GLOBAL_REPLACE
    = \VAR_GLOBAL_UP . \CHAR_UNDER . \VAR_REPLACE
        
        
    
    public
        mixed
    YXORP_HTTP_
    = \VAR_HTTPS_UP . \CHAR_UNDER
        
        
    
    public
        mixed
    YXORP_MIME_TYPES
    = \VAR_MIME . \CHAR_UNDER . \VAR_TYPES
        
        
    
    public
        mixed
    YXORP_PHP_SELF
    = \VAR_PHP . \CHAR_UNDER . \VAR_SELF
        
        
    
    public
        mixed
    YXORP_REMOTE_ADDR
    = \VAR_REMOTE . \CHAR_UNDER . \VAR_ADDR
        
        
    
    public
        mixed
    YXORP_REQUEST_METHOD
    = \VAR_REQUEST . \CHAR_UNDER . \VAR_METHOD
        
        
    
    public
        mixed
    YXORP_REWRITE
    = \VAR_INC . \CHAR_UNDER . \VAR_REWRITE
        
        
    
    public
        mixed
    YXORP_SITE_SYSTEM
    = 'system'
        
        
    
    public
        mixed
    YXORP_SITE_SYSTEM_INSTALL
    = \VAR_APP . \CHAR_UNDER . \VAR_INSTALL
        
        
    
    public
        mixed
    YXORP_SITE_SYSTEM_LOGS
    = \YXORP_SITE_SYSTEM . \CHAR_SLASH . \VAR_SITE_LOGS
        
        
    
    public
        mixed
    YXORP_SITE_SYSTEM_USERS
    = \YXORP_SITE_SYSTEM . \CHAR_SLASH . \VAR_USERS
        
        
    
    public
        mixed
    YXORP_TARGET_CSS
    = 'TARGET_CSS'
        
        
    
    public
        mixed
    YXORP_TARGET_JS
    = 'TARGET_JS'
        
        
    
    public
        mixed
    YXORP_TARGET_PLUGINS
    = 'TARGET_PLUGINS'
        
        
    
    
                    hasSQLiteSupport() : mixed
        
    
    
        
    
                    ensureWritableStorageFolder(mixed $path) : mixed
        
        Takes a JSON encoded string and converts it into a PHP variable.
    
                    json5_decode(string $source[, bool $associative = false ][, int $depth = 512 ], int $options) : mixed
        The parameters exactly match PHP's json_decode() function - see http://php.net/manual/en/function.json-decode.php for more information.
The JSON string being decoded.
When TRUE, returned objects will be converted into associative arrays.
User specified recursion depth.
Bitmask of JSON decode options.
    
                    composerRequire00d1f9b6bf944011268c41c2b4662055(mixed $fileIdentifier, mixed $file) : mixed
        
        Get all HTTP header key/values as an associative array for the current request.
    
                    getallheaders() : mixed
    
    
    
        Triggers a silenced deprecation notice.
    
                    trigger_deprecation(string $package, string $version, string $message, mixed ...$args) : void
    
        The name of the Composer package that is triggering the deprecation
The version of the package that introduced the deprecation
The message of the deprecation
Values to insert in the message using printf() formatting
    
                    ctype_alnum(mixed $text) : mixed
        
        
    
                    ctype_alpha(mixed $text) : mixed
        
        
    
                    ctype_cntrl(mixed $text) : mixed
        
        
    
                    ctype_digit(mixed $text) : mixed
        
        
    
                    ctype_graph(mixed $text) : mixed
        
        
    
                    ctype_lower(mixed $text) : mixed
        
        
    
                    ctype_print(mixed $text) : mixed
        
        
    
                    ctype_punct(mixed $text) : mixed
        
        
    
                    ctype_space(mixed $text) : mixed
        
        
    
                    ctype_upper(mixed $text) : mixed
        
        
    
                    ctype_xdigit(mixed $text) : mixed
        
        
    
                    ctype_alnum(mixed $text) : bool
        
        
    
                    ctype_alpha(mixed $text) : bool
        
        
    
                    ctype_cntrl(mixed $text) : bool
        
        
    
                    ctype_digit(mixed $text) : bool
        
        
    
                    ctype_graph(mixed $text) : bool
        
        
    
                    ctype_lower(mixed $text) : bool
        
        
    
                    ctype_print(mixed $text) : bool
        
        
    
                    ctype_punct(mixed $text) : bool
        
        
    
                    ctype_space(mixed $text) : bool
        
        
    
                    ctype_upper(mixed $text) : bool
        
        
    
                    ctype_xdigit(mixed $text) : bool
        
        
    
                    grapheme_extract(mixed $haystack, mixed $size, mixed $type, mixed $start, mixed &$next) : mixed
        
        
    
                    grapheme_stripos(mixed $haystack, mixed $needle, mixed $offset) : mixed
        
        
    
                    grapheme_stristr(mixed $haystack, mixed $needle[, mixed $beforeNeedle = false ]) : mixed
        
        
    
                    grapheme_strlen(mixed $input) : mixed
        
        
    
                    grapheme_strpos(mixed $haystack, mixed $needle, mixed $offset) : mixed
        
        
    
                    grapheme_strripos(mixed $haystack, mixed $needle, mixed $offset) : mixed
        
        
    
                    grapheme_strrpos(mixed $haystack, mixed $needle, mixed $offset) : mixed
        
        
    
                    grapheme_strstr(mixed $haystack, mixed $needle[, mixed $beforeNeedle = false ]) : mixed
        
        
    
                    grapheme_substr(mixed $string, mixed $offset[, mixed $length = null ]) : mixed
        
        
    
                    grapheme_extract(string|null $haystack, int|null $size[, int|null $type = GRAPHEME_EXTR_COUNT ], int|null $offset[, mixed &$next = null ]) : string|false
        
        
    
                    grapheme_stripos(string|null $haystack, string|null $needle, int|null $offset) : int|false
        
        
    
                    grapheme_stristr(string|null $haystack, string|null $needle[, bool|null $beforeNeedle = false ]) : string|false
        
        
    
                    grapheme_strlen(string|null $string) : int|false|null
        
        
    
                    grapheme_strpos(string|null $haystack, string|null $needle, int|null $offset) : int|false
        
        
    
                    grapheme_strripos(string|null $haystack, string|null $needle, int|null $offset) : int|false
        
        
    
                    grapheme_strrpos(string|null $haystack, string|null $needle, int|null $offset) : int|false
        
        
    
                    grapheme_strstr(string|null $haystack, string|null $needle[, bool|null $beforeNeedle = false ]) : string|false
        
        
    
                    grapheme_substr(string|null $string, int|null $offset[, int|null $length = null ]) : string|false
        
        
    
                    normalizer_is_normalized(mixed $string[, mixed $form = pNormalizer::FORM_C ]) : mixed
        
        
    
                    normalizer_normalize(mixed $string[, mixed $form = pNormalizer::FORM_C ]) : mixed
        
        
    
                    normalizer_is_normalized(string|null $string[, int|null $form = pNormalizer::FORM_C ]) : bool
        
        
    
                    normalizer_normalize(string|null $string[, int|null $form = pNormalizer::FORM_C ]) : string|false
        
        
    
                    mb_convert_encoding(mixed $string, mixed $to_encoding[, mixed $from_encoding = null ]) : mixed
        
        
    
                    mb_decode_mimeheader(mixed $string) : mixed
        
        
    
                    mb_encode_mimeheader(mixed $string[, mixed $charset = null ][, mixed $transfer_encoding = null ][, mixed $newline = "
" ], mixed $indent) : mixed
        
        
    
                    mb_decode_numericentity(mixed $string, mixed $map[, mixed $encoding = null ]) : mixed
        
        
    
                    mb_encode_numericentity(mixed $string, mixed $map[, mixed $encoding = null ][, mixed $hex = false ]) : mixed
        
        
    
                    mb_convert_case(mixed $string, mixed $mode[, mixed $encoding = null ]) : mixed
        
        
    
                    mb_internal_encoding([mixed $encoding = null ]) : mixed
        
        
    
                    mb_language([mixed $language = null ]) : mixed
        
        
    
                    mb_list_encodings() : mixed
        
    
    
        
    
                    mb_encoding_aliases(mixed $encoding) : mixed
        
        
    
                    mb_check_encoding([mixed $value = null ][, mixed $encoding = null ]) : mixed
        
        
    
                    mb_detect_encoding(mixed $string[, mixed $encodings = null ][, mixed $strict = false ]) : mixed
        
        
    
                    mb_detect_order([mixed $encoding = null ]) : mixed
        
        
    
                    mb_parse_str(mixed $string[, mixed &$result = [] ]) : mixed
        
        
    
                    mb_strlen(mixed $string[, mixed $encoding = null ]) : mixed
        
        
    
                    mb_strpos(mixed $haystack, mixed $needle, mixed $offset[, mixed $encoding = null ]) : mixed
        
        
    
                    mb_strtolower(mixed $string[, mixed $encoding = null ]) : mixed
        
        
    
                    mb_strtoupper(mixed $string[, mixed $encoding = null ]) : mixed
        
        
    
                    mb_substitute_character([mixed $substitute_character = null ]) : mixed
        
        
    
                    mb_substr(mixed $string, mixed $start[, mixed $length = 2147483647 ][, mixed $encoding = null ]) : mixed
        
        
    
                    mb_stripos(mixed $haystack, mixed $needle, mixed $offset[, mixed $encoding = null ]) : mixed
        
        
    
                    mb_stristr(mixed $haystack, mixed $needle[, mixed $before_needle = false ][, mixed $encoding = null ]) : mixed
        
        
    
                    mb_strrchr(mixed $haystack, mixed $needle[, mixed $before_needle = false ][, mixed $encoding = null ]) : mixed
        
        
    
                    mb_strrichr(mixed $haystack, mixed $needle[, mixed $before_needle = false ][, mixed $encoding = null ]) : mixed
        
        
    
                    mb_strripos(mixed $haystack, mixed $needle, mixed $offset[, mixed $encoding = null ]) : mixed
        
        
    
                    mb_strrpos(mixed $haystack, mixed $needle, mixed $offset[, mixed $encoding = null ]) : mixed
        
        
    
                    mb_strstr(mixed $haystack, mixed $needle[, mixed $before_needle = false ][, mixed $encoding = null ]) : mixed
        
        
    
                    mb_get_info([mixed $type = 'all' ]) : mixed
        
        
    
                    mb_http_output([mixed $encoding = null ]) : mixed
        
        
    
                    mb_strwidth(mixed $string[, mixed $encoding = null ]) : mixed
        
        
    
                    mb_substr_count(mixed $haystack, mixed $needle[, mixed $encoding = null ]) : mixed
        
        
    
                    mb_output_handler(mixed $string, mixed $status) : mixed
        
        
    
                    mb_http_input([mixed $type = null ]) : mixed
        
        
    
                    mb_convert_variables(mixed $to_encoding, mixed $from_encoding, mixed ...&$vars) : mixed
        
        
    
                    mb_ord(mixed $string[, mixed $encoding = null ]) : mixed
        
        
    
                    mb_chr(mixed $codepoint[, mixed $encoding = null ]) : mixed
        
        
    
                    mb_scrub(mixed $string[, mixed $encoding = null ]) : mixed
        
        
    
                    mb_str_split(mixed $string[, mixed $length = 1 ][, mixed $encoding = null ]) : mixed
        
        
    
                    mb_convert_encoding(array<string|int, mixed>|string|null $string, string|null $to_encoding[, array<string|int, mixed>|string|null $from_encoding = null ]) : array<string|int, mixed>|string|false
        
        
    
                    mb_decode_mimeheader(string|null $string) : string
        
        
    
                    mb_encode_mimeheader(string|null $string[, string|null $charset = null ][, string|null $transfer_encoding = null ][, string|null $newline = "
" ], int|null $indent) : string
        
        
    
                    mb_decode_numericentity(string|null $string, array<string|int, mixed> $map[, string|null $encoding = null ]) : string
        
        
    
                    mb_encode_numericentity(string|null $string, array<string|int, mixed> $map[, string|null $encoding = null ][, bool|null $hex = false ]) : string
        
        
    
                    mb_convert_case(string|null $string, int|null $mode[, string|null $encoding = null ]) : string
        
        
    
                    mb_internal_encoding([string|null $encoding = null ]) : string|bool
        
        
    
                    mb_language([string|null $language = null ]) : string|bool
        
        
    
                    mb_list_encodings() : array<string|int, mixed>
        
    
    
        
    
                    mb_encoding_aliases(string|null $encoding) : array<string|int, mixed>
        
        
    
                    mb_check_encoding([array<string|int, mixed>|string|null $value = null ][, string|null $encoding = null ]) : bool
        
        
    
                    mb_detect_encoding(string|null $string[, array<string|int, mixed>|string|null $encodings = null ][, bool|null $strict = false ]) : string|false
        
        
    
                    mb_detect_order([array<string|int, mixed>|string|null $encoding = null ]) : array<string|int, mixed>|bool
        
        
    
                    mb_parse_str(string|null $string[, mixed &$result = [] ]) : bool
        
        
    
                    mb_strlen(string|null $string[, string|null $encoding = null ]) : int
        
        
    
                    mb_strpos(string|null $haystack, string|null $needle, int|null $offset[, string|null $encoding = null ]) : int|false
        
        
    
                    mb_strtolower(string|null $string[, string|null $encoding = null ]) : string
        
        
    
                    mb_strtoupper(string|null $string[, string|null $encoding = null ]) : string
        
        
    
                    mb_substitute_character([string|int|null $substitute_character = null ]) : string|int|bool
        
        
    
                    mb_substr(string|null $string, int|null $start[, int|null $length = null ][, string|null $encoding = null ]) : string
        
        
    
                    mb_stripos(string|null $haystack, string|null $needle, int|null $offset[, string|null $encoding = null ]) : int|false
        
        
    
                    mb_stristr(string|null $haystack, string|null $needle[, bool|null $before_needle = false ][, string|null $encoding = null ]) : string|false
        
        
    
                    mb_strrchr(string|null $haystack, string|null $needle[, bool|null $before_needle = false ][, string|null $encoding = null ]) : string|false
        
        
    
                    mb_strrichr(string|null $haystack, string|null $needle[, bool|null $before_needle = false ][, string|null $encoding = null ]) : string|false
        
        
    
                    mb_strripos(string|null $haystack, string|null $needle, int|null $offset[, string|null $encoding = null ]) : int|false
        
        
    
                    mb_strrpos(string|null $haystack, string|null $needle, int|null $offset[, string|null $encoding = null ]) : int|false
        
        
    
                    mb_strstr(string|null $haystack, string|null $needle[, bool|null $before_needle = false ][, string|null $encoding = null ]) : string|false
        
        
    
                    mb_get_info([string|null $type = 'all' ]) : array<string|int, mixed>|string|int|false
        
        
    
                    mb_http_output([string|null $encoding = null ]) : string|bool
        
        
    
                    mb_strwidth(string|null $string[, string|null $encoding = null ]) : int
        
        
    
                    mb_substr_count(string|null $haystack, string|null $needle[, string|null $encoding = null ]) : int
        
        
    
                    mb_output_handler(string|null $string, int|null $status) : string
        
        
    
                    mb_http_input([string|null $type = null ]) : array<string|int, mixed>|string|false
        
        
    
                    mb_convert_variables(string|null $to_encoding, array<string|int, mixed>|string|null $from_encoding, mixed &$var, mixed ...&$vars) : string|false
        
        
    
                    mb_ord(string|null $string[, string|null $encoding = null ]) : int|false
        
        
    
                    mb_chr(int|null $codepoint[, string|null $encoding = null ]) : string|false
        
        
    
                    mb_scrub(string|null $string[, string|null $encoding = null ]) : string
        
        
    
                    mb_str_split(string|null $string[, int|null $length = 1 ][, string|null $encoding = null ]) : array<string|int, mixed>
        
        
    
                    is_countable(mixed $value) : mixed
        
        
    
                    hrtime([mixed $as_number = false ]) : mixed
        
        
    
                    array_key_first(array<string|int, mixed> $array) : mixed
        
        
    
                    array_key_last(array<string|int, mixed> $array) : mixed
        
        
    
                    fdiv(float $num1, float $num2) : float
        
        
    
                    preg_last_error_msg() : string
        
    
    
        
    
                    str_contains(string|null $haystack, string|null $needle) : bool
        
        
    
                    str_starts_with(string|null $haystack, string|null $needle) : bool
        
        
    
                    str_ends_with(string|null $haystack, string|null $needle) : bool
        
        
    
                    get_debug_type(mixed $value) : string
        
        
    
                    get_resource_id(mixed $resource) : int
        
        
    
                    array_is_list(array<string|int, mixed> $array) : bool
        
        
    
                    enum_exists(string $enum[, bool $autoload = true ]) : bool
        
        
    
                    t(string $key[, string|null $alternative = null ][, string|null $lang = null ]) : string|null
        
        
    
                    _t(string $key[, array<string|int, mixed> $params = [] ][, string|null $alternative = null ][, string|null $lang = null ]) : mixed
        
        
    
                    _allowed(string $permission[, string|null $role = null ]) : bool