Documentation

Documentation

Packages

Application
Lime
Authentication
PHPMailer
PHPMailerSomeFrenchpunctuationrequiresathinnon
App
enshrined

Namespaces

IndexLite
JSONStream
Lime
MemoryStorage
MongoHybrid
MongoLite
Psr
BaconQrCode
claviska
ColinODell
Composer
DASPRiD
Doctrine
Firebase
GuzzleHttp
Jean85
League
ZipStream
MongoDB
PHPMailer
RobThree
TestsDependency
Symfony
GraphQL
OpenApi
App
Assets
ColorThief
Content
Collections
System
yxorP
PhpDocumentorMarkdown

Interfaces, Classes, Traits and Enums

Stringable
Cockpit
onCheckAction
Importing the wrapper class from the yxorP\lib\http namespace. Extending the wrapper class, which is a class that is used to wrap events.
onCompleteAction
Extending the wrapper class, which is a class that allows you to hook into the request lifecycle.
onContextAction
Extending the wrapper class, which is a class that is used to wrap the request and response objects.
onExceptionAction
A class that extends the wrapper class.
onFinalAction
Extending the wrapper class, which is a class that allows you to hook into the request lifecycle.
onHeadersAction
Extending the wrapper class.
onIncludesAction
Extending the wrapper class.
onRequestAction
Extending the wrapper class.
onSendAction
Extending the `wrapper` class, which is a class that is used to wrap the `event` class.
onSentAction
Extending the `wrapper` class, which is a class that is used to wrap the `event` class.
onWriteAction
Importing the `response` class from the `http` namespace.
CLI
DotEnv
FileStorage
Mailer
Mailer_Message
RedisLite
RedisLite class.
SimpleImageLib
A PHP class that makes working with images as simple as possible.
JsonException
ComposerAutoloaderInit00d1f9b6bf944011268c41c2b4662055
Normalizer
JsonException
Attribute
PhpToken
UnhandledMatchError
ValueError
ReturnTypeWillChange
SVGSanitizer
Class SVGSanitizer
ComposerAutoloaderInit05e79f1c0a61bd31841b9c7a1b54b18c

Table of Contents

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

Constants

ACCESS_ALREADY_DEFINED

public mixed ACCESS_ALREADY_DEFINED = 'Argument already exists and cannot be redefined!'

ACCESS_DENIED_EXCEPTION

public mixed ACCESS_DENIED_EXCEPTION = 'Error: Access denied!'

APP_ADMIN

public mixed APP_ADMIN = \true

APP_API_REQUEST

public mixed APP_API_REQUEST = \strpos($APP_ROUTE, '/api/') === 0 ? 1 : 0

APP_BASE_URL

public mixed APP_BASE_URL = $APP_BASE_URL

APP_CLI

public mixed APP_CLI = \PHP_SAPI == 'cli'

APP_DIR

public mixed APP_DIR = \str_replace(\DIRECTORY_SEPARATOR, '/', __DIR__)

APP_DOCUMENT_ROOT

public mixed APP_DOCUMENT_ROOT = $APP_DOCUMENT_ROOT

APP_START_TIME

public mixed APP_START_TIME = \microtime(\true)

APP_START_TIME

public mixed APP_START_TIME = \microtime(\true)

APP_VERSION

public mixed APP_VERSION = '2.0.2'

CACHE_EXPIRATION

public mixed CACHE_EXPIRATION = @\time() + 60 * 60 * 24 * 31 * 365

CACHE_KEY

public mixed CACHE_KEY = \rtrim(\strtr(\base64_encode(\YXORP_REQUEST_URI), '+/=', '._-'))

CACHE_KEY_CONTEXT

public mixed CACHE_KEY_CONTEXT = \rtrim(\strtr(\base64_encode(\YXORP_HTTP_HOST), '+/=', '._-'))

CHAR_ARROW_CLOSE

public mixed CHAR_ARROW_CLOSE = '>'

CHAR_BRACKET

public mixed CHAR_BRACKET = '('

CHAR_BRACKET_CLOSE

public mixed CHAR_BRACKET_CLOSE = ')'

CHAR_CURVE_CLOSE

public mixed CHAR_CURVE_CLOSE = '}'

CHAR_EMPTY_STRING

public mixed CHAR_EMPTY_STRING = ''

CHAR_EXCLAMATION

public mixed CHAR_EXCLAMATION = '!'

CHAR_QUESTION

public mixed CHAR_QUESTION = '?'

CHAR_SLASH_BACK

public mixed CHAR_SLASH_BACK = '\\'

CHAR_SQUARE_CLOSE

public mixed CHAR_SQUARE_CLOSE = ']'
public mixed COOKIE_JAR = 'cookie_jar' . \CHAR_PERIOD

DIR_ACCOUNTS

public mixed DIR_ACCOUNTS = \VAR_USERS . \DIRECTORY_SEPARATOR

DIR_ACTION

public mixed DIR_ACTION = 'action' . \DIRECTORY_SEPARATOR

DIR_APP

public mixed DIR_APP = 'app' . \DIRECTORY_SEPARATOR

DIR_BUGSNAG

public mixed DIR_BUGSNAG = 'snag' . \DIRECTORY_SEPARATOR

DIR_CACHE

public mixed DIR_CACHE = \VAR_CACHE . \DIRECTORY_SEPARATOR . \urlencode(\YXORP_HTTP_HOST) . \DIRECTORY_SEPARATOR

DIR_DATA

public mixed DIR_DATA = 'data' . \DIRECTORY_SEPARATOR

DIR_DEBUG

public mixed DIR_DEBUG = 'debug' . \DIRECTORY_SEPARATOR

DIR_GLOBAL

public mixed DIR_GLOBAL = \VAR_GLOBAL . \DIRECTORY_SEPARATOR

DIR_HTTP

public mixed DIR_HTTP = 'http' . \DIRECTORY_SEPARATOR

DIR_INSTALL

public mixed DIR_INSTALL = 'install' . \DIRECTORY_SEPARATOR

DIR_LIB

public mixed DIR_LIB = 'lib' . \DIRECTORY_SEPARATOR

DIR_MINIFY

public mixed DIR_MINIFY = 'minify' . \DIRECTORY_SEPARATOR

DIR_OVERRIDE

public mixed DIR_OVERRIDE = 'override' . \DIRECTORY_SEPARATOR

DIR_PARSER

public mixed DIR_PARSER = 'parser' . \DIRECTORY_SEPARATOR

DIR_PLUGIN

public mixed DIR_PLUGIN = 'plugin' . \DIRECTORY_SEPARATOR

DIR_PROXY

public mixed DIR_PROXY = 'proxy' . \DIRECTORY_SEPARATOR

DIR_PSR

public mixed DIR_PSR = 'psr' . \DIRECTORY_SEPARATOR

DIR_ROOT

Defining the root directory of the website.

public mixed DIR_ROOT = $root . DIRECTORY_SEPARATOR

DIR_STORAGE

public mixed DIR_STORAGE = 'storage' . \DIRECTORY_SEPARATOR

DIR_TMP

public mixed DIR_TMP = 'tmp' . \DIRECTORY_SEPARATOR

DIR_VENDOR

public mixed DIR_VENDOR = 'vendor' . \DIRECTORY_SEPARATOR

ENV_ADMIN_EMAIL

public mixed ENV_ADMIN_EMAIL = 'SITE_EMAIL' . \EXT_ENV

ENV_ADMIN_NAME

public mixed ENV_ADMIN_NAME = 'SITE_NAME' . \EXT_ENV

ENV_ADMIN_PASSWORD

public mixed ENV_ADMIN_PASSWORD = 'SITE_PASSWORD' . \EXT_ENV

ENV_ADMIN_USER

public mixed ENV_ADMIN_USER = 'SITE_USER' . \EXT_ENV

ENV_BUGSNAG_KEY

public mixed ENV_BUGSNAG_KEY = 'BUGSNAG_KEY' . \EXT_ENV

ENV_DEBUG

public mixed ENV_DEBUG = 'DEBUG' . \EXT_ENV

ENV_DEFAULT_HOST

public mixed ENV_DEFAULT_HOST = 'DEFAULT_HOST' . \EXT_ENV

ENV_DEFAULT_TARGET

public mixed ENV_DEFAULT_TARGET = 'DEFAULT_TARGET' . \EXT_ENV

ENV_GA_UTM

public mixed ENV_GA_UTM = 'GA_UTM' . \EXT_ENV

EVENT_BEFORE_SEND

public mixed EVENT_BEFORE_SEND = 'request' . \CHAR_PERIOD . 'before_send'

EVENT_BUILD_CACHE

public mixed EVENT_BUILD_CACHE = 'request' . \CHAR_PERIOD . 'build_cached'

EVENT_BUILD_CONTEXT

public mixed EVENT_BUILD_CONTEXT = 'request' . \CHAR_PERIOD . 'build_context'

EVENT_BUILD_HEADERS

public mixed EVENT_BUILD_HEADERS = 'request' . \CHAR_PERIOD . 'build_headers'

EVENT_BUILD_INCLUDES

public mixed EVENT_BUILD_INCLUDES = 'request' . \CHAR_PERIOD . 'build_includes'

EVENT_BUILD_REQUEST

public mixed EVENT_BUILD_REQUEST = 'request' . \CHAR_PERIOD . 'build_request'

EVENT_COMPLETE

public mixed EVENT_COMPLETE = 'request' . \CHAR_PERIOD . 'complete'

EVENT_EXCEPTION

public mixed EVENT_EXCEPTION = 'request' . \CHAR_PERIOD . 'build_exception'

EVENT_FINAL

public mixed EVENT_FINAL = 'request' . \CHAR_PERIOD . 'final'

EVENT_SEND

public mixed EVENT_SEND = 'request' . \CHAR_PERIOD . 'send'

EVENT_SENT

public mixed EVENT_SENT = 'request' . \CHAR_PERIOD . 'sent'

EVENT_WRITE

public mixed EVENT_WRITE = 'curl' . \CHAR_PERIOD . 'callback' . \CHAR_PERIOD . 'write'

EXT_ENV

public mixed EXT_ENV = \CHAR_PERIOD . 'env'

EXT_JSON

public mixed EXT_JSON = \CHAR_PERIOD . 'json'

EXT_PHAR

public mixed EXT_PHAR = \CHAR_PERIOD . 'phar'

EXT_PHP

public mixed EXT_PHP = \CHAR_PERIOD . 'php'

FILE_BUGSNAG

public mixed FILE_BUGSNAG = \VAR_BUGSNAG . \EXT_PHAR

FILE_CACHE

public mixed FILE_CACHE = \CHAR_PERIOD . \VAR_CACHE
public mixed FILE_COOKIE_JAR = \COOKIE_JAR . \CACHE_KEY . \EXT_TEXT

FILE_INDEX

public mixed FILE_INDEX = 'index' . \EXT_PHP

FILE_MIME_TYPES

public mixed FILE_MIME_TYPES = \VAR_MIME . \EXT_JSON

FILE_PROXY

public mixed FILE_PROXY = \VAR_PROXY . \EXT_PHAR

FILE_PUBLIC_SUFFIX_LIST

public mixed FILE_PUBLIC_SUFFIX_LIST = 'public_suffix_list.dat'

FILE_REWRITE

public mixed FILE_REWRITE = 'rewrite' . \EXT_JSON

FILE_SITE_BOOTSTRAP

public mixed FILE_SITE_BOOTSTRAP = 'bootstrap' . \EXT_PHP

FILE_TLDS_ALPHA_BY_DOMAIN

public mixed FILE_TLDS_ALPHA_BY_DOMAIN = 'tlds-alpha-by-domain.txt'

FILE_WRAPPER

public mixed FILE_WRAPPER = 'wrapper' . \EXT_PHP

FILTER_VALIDATE_BOOL

public mixed FILTER_VALIDATE_BOOL = \FILTER_VALIDATE_BOOLEAN

GRAPHEME_EXTR_COUNT

public mixed GRAPHEME_EXTR_COUNT = 0

GRAPHEME_EXTR_COUNT

public mixed GRAPHEME_EXTR_COUNT = 0

GRAPHEME_EXTR_MAXBYTES

public mixed GRAPHEME_EXTR_MAXBYTES = 1

GRAPHEME_EXTR_MAXBYTES

public mixed GRAPHEME_EXTR_MAXBYTES = 1

GRAPHEME_EXTR_MAXCHARS

public mixed GRAPHEME_EXTR_MAXCHARS = 2

GRAPHEME_EXTR_MAXCHARS

public mixed GRAPHEME_EXTR_MAXCHARS = 2

JSON_THROW_ON_ERROR

public mixed JSON_THROW_ON_ERROR = 1 << 22

MB_CASE_LOWER

public mixed MB_CASE_LOWER = 1

MB_CASE_TITLE

public mixed MB_CASE_TITLE = 2

MB_CASE_UPPER

public mixed MB_CASE_UPPER = 0

MYSQLI_REFRESH_REPLICA

public mixed MYSQLI_REFRESH_REPLICA = 64

NUM_ENV_LIMIT

public mixed NUM_ENV_LIMIT = 2

PATH_CACHE_DIR

public mixed PATH_CACHE_DIR = __DIR__ . \DIRECTORY_SEPARATOR . \DIR_STORAGE . \DIR_CACHE

PATH_CACHE_FILE

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

PATH_DIR_APP

public mixed PATH_DIR_APP = DIR_ROOT . DIR_APP

PATH_FILE_MIME_TYPES

public mixed PATH_FILE_MIME_TYPES = DIR_ROOT . DIR_LIB . DIR_DATA . FILE_MIME_TYPES

PATH_PUBLIC_SUFFIX_LIST

public mixed PATH_PUBLIC_SUFFIX_LIST = DIR_ROOT . DIR_LIB . DIR_DATA . FILE_PUBLIC_SUFFIX_LIST

PATH_REWRITE

public mixed PATH_REWRITE = DIR_ROOT . DIR_LIB . DIR_DATA . FILE_REWRITE

PATH_SITE_BOOTSTRAP

public mixed PATH_SITE_BOOTSTRAP = DIR_ROOT . DIR_APP . FILE_SITE_BOOTSTRAP

PATH_SITE_INDEX

public mixed PATH_SITE_INDEX = DIR_ROOT . DIR_APP . FILE_INDEX

PATH_SITE_LOCAL

public mixed PATH_SITE_LOCAL = DIR_ROOT . DIR_LIB . DIR_INSTALL . DIR_APP

PATH_TLDS_ALPHA_BY_DOMAIN

public mixed PATH_TLDS_ALPHA_BY_DOMAIN = DIR_ROOT . DIR_LIB . DIR_DATA . FILE_TLDS_ALPHA_BY_DOMAIN

REG_EIGHT

public mixed REG_EIGHT = \CHAR_HASH . \CHAR_UP . \VAR_HTTPS_ONLY . \CHAR_QUESTION . \CHAR_COLON . \CHAR_HASH . \CHAR_I

REG_ELEVEN

public mixed REG_ELEVEN = \CHAR_HASH . \CHAR_BRACKET . \CHAR_SLASH . \CHAR_SLASH_BACK . \CHAR_PERIOD . \CHAR_QUESTION . \CHAR_SLASH . \CHAR_BRACKET_CLOSE . \CHAR_HASH

REG_FIVE

public mixed REG_FIVE = \CHAR_PERIOD . \CHAR_ASTRIX

REG_FOUR

public mixed REG_FOUR = \CHAR_SLASH_BACK . \CHAR_ASTRIX

REG_NINE

public mixed REG_NINE = \CHAR_HASH . \CHAR_SLASH . \CHAR_SQUARE . \CHAR_UP . \CHAR_SLASH . \CHAR_SQUARE_CLOSE . \CHAR_ASTRIX . \CHAR_USD . \CHAR_HASH

REG_ONE

public mixed REG_ONE = \CHAR_SLASH . \CHAR_SLASH_BACK . \CHAR_QUESTION . \CHAR_PERIOD . \CHAR_ASTRIX . \CHAR_SLASH

REG_SEVEN

public mixed REG_SEVEN = \CHAR_HASH . \CHAR_UP

REG_SIX

public mixed REG_SIX = \CHAR_SLASH_BACK . \CHAR_QUESTION

REG_TEN

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

REG_THREE

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

REG_TWELVE

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

REG_TWO

public mixed REG_TWO = \CHAR_HASH . \CHAR_PERIOD . \CHAR_ASTRIX . \CHAR_SLASH

RUNTIME_EXCEPTION

public mixed RUNTIME_EXCEPTION = 'Directory "%s" was not created'

SITE_COLLECTIONS

public mixed SITE_COLLECTIONS = 'collections'

SITE_CONTENT

public mixed SITE_CONTENT = 'content'

SITE_DETAILS

public mixed SITE_DETAILS = 'SITE_DETAILS'

SITE_DETAILS_GLOBAL

public mixed SITE_DETAILS_GLOBAL = 'SITE_DETAILS_GLOBAL'

SITE_DOMAIN

public mixed SITE_DOMAIN = 'SITE_DOMAIN'

SITE_DOMAIN_SUB

public mixed SITE_DOMAIN_SUB = 'SITE_DOMAIN_SUB'

SITE_MODULE

public mixed SITE_MODULE = '_model'

SITE_SETTINGS

public mixed SITE_SETTINGS = 'settings'

SITE_SINGLETONS

public mixed SITE_SINGLETONS = 'singletons'

SITE_SITES

public mixed SITE_SITES = 'sites'

SITE_TARGET

public mixed SITE_TARGET = 'target'

SUBSCRIBE_METHOD

public mixed SUBSCRIBE_METHOD = 'subscribe'

SUFFIX_LIST

public mixed SUFFIX_LIST = 'SUFFIX_LIST'

SYMFONY_GRAPHEME_CLUSTER_RX

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

TARGET_BG_COLOR

public mixed TARGET_BG_COLOR = 'TARGET_BG_COLOR'

TARGET_BG_IMG

public mixed TARGET_BG_IMG = 'TARGET_BG_IMG'

TARGET_BUTTON

public mixed TARGET_BUTTON = 'TARGET_BUTTON'

TARGET_BUTTON_HOVER

public mixed TARGET_BUTTON_HOVER = 'TARGET_BUTTON_HOVER'

TARGET_CSS

public mixed TARGET_CSS = 'TARGET_CSS'

TARGET_FOOT

public mixed TARGET_FOOT = 'TARGET_FOOT'

TARGET_FOOT_HTML

public mixed TARGET_FOOT_HTML = 'TARGET_FOOT_HTML'

TARGET_HEAD

public mixed TARGET_HEAD = 'TARGET_HEAD'

TARGET_HEAD_HTML

public mixed TARGET_HEAD_HTML = 'TARGET_HEAD_HTML'

TARGET_HTML_MENU

public mixed TARGET_HTML_MENU = 'TARGET_HTML_MENU'

TARGET_JS

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'

TARGET_MENU

public mixed TARGET_MENU = 'TARGET_MENU'

TARGET_MENU_HTML

public mixed TARGET_MENU_HTML = 'TARGET_MENU_HTML'

VAR_ACTIVE

public mixed VAR_ACTIVE = 'active'

VAR_ALLOW_REDIRECTS

public mixed VAR_ALLOW_REDIRECTS = 'allow_redirects'

VAR_APPLICATION_URLENCODED

public mixed VAR_APPLICATION_URLENCODED = 'application/x-www-form-urlencoded'

VAR_BG_COLOR

public mixed VAR_BG_COLOR = 'bgcolor'

VAR_BG_IMG

public mixed VAR_BG_IMG = 'background'

VAR_BUGSNAG

public mixed VAR_BUGSNAG = 'bugsnag'

VAR_BUTTON

public mixed VAR_BUTTON = 'button'

VAR_BUTTON_HOVER

public mixed VAR_BUTTON_HOVER = 'buttonhover'

VAR_CACHE_NAME

public mixed VAR_CACHE_NAME = 'cache_name'

VAR_CACHE_STORE

public mixed VAR_CACHE_STORE = 'CACHE_STORE'

VAR_CONTENT

public mixed VAR_CONTENT = 'content'

VAR_CONTENT_LENGTH

public mixed VAR_CONTENT_LENGTH = 'content-length'

VAR_CONTENT_TYPE

public mixed VAR_CONTENT_TYPE = 'content-type'

VAR_COOKIES

public mixed VAR_COOKIES = 'cookies'

VAR_CREATED

public mixed VAR_CREATED = '_created'

VAR_DASH_LOWER

public mixed VAR_DASH_LOWER = \CHAR_DASH . \CHAR_UNDER

VAR_DECODE_CONTENT

public mixed VAR_DECODE_CONTENT = 'decode_content'

VAR_DOMAIN

public mixed VAR_DOMAIN = 'domain'

VAR_DOMAIN_UP

public mixed VAR_DOMAIN_UP = 'DOMAIN'

VAR_FOOT_HTML

public mixed VAR_FOOT_HTML = 'htmlfoot'

VAR_GET_URL

public mixed VAR_GET_URL = 'getUrl'

VAR_GETCSV

public mixed VAR_GETCSV = 'str_getcsv'

VAR_GLOBAL

public mixed VAR_GLOBAL = 'global'

VAR_GLOBAL_UP

public mixed VAR_GLOBAL_UP = 'GLOBAL'

VAR_GLOBALS

public mixed VAR_GLOBALS = 'GLOBALS'

VAR_HEAD

public mixed VAR_HEAD = 'htmlhead'

VAR_HEAD_HTML

public mixed VAR_HEAD_HTML = 'headerbanner'

VAR_HTML_MENU

public mixed VAR_HTML_MENU = 'htmlmenu'

VAR_HTTP_ERRORS

public mixed VAR_HTTP_ERRORS = 'http_errors'

VAR_HTTP_UP

public mixed VAR_HTTP_UP = 'HTTP'

VAR_HTTPS

public mixed VAR_HTTPS = 'https:' . \CHAR_SLASH . \CHAR_SLASH

VAR_HTTPS_ONLY

public mixed VAR_HTTPS_ONLY = 'https'

VAR_HTTPS_UP

public mixed VAR_HTTPS_UP = 'HTTPS'

VAR_IDN_CONVERSION

public mixed VAR_IDN_CONVERSION = 'idn_conversion'

VAR_INSTALL

public mixed VAR_INSTALL = 'INSTALL'

VAR_INTERFACE

public mixed VAR_INTERFACE = 'Interface'
public mixed VAR_LINK_HOVER = 'linkhover'
public mixed VAR_LINK_VISITED = 'linkvisited'

VAR_MENU_HTML

public mixed VAR_MENU_HTML = 'htmlmenu'

VAR_METHOD

public mixed VAR_METHOD = 'METHOD'

VAR_MODIFIED

public mixed VAR_MODIFIED = '_modified'

VAR_NAME_UP

public mixed VAR_NAME_UP = 'NAME'

VAR_PARSE_UP

public mixed VAR_PARSE_UP = 'PARSE'

VAR_PASSWORD

public mixed VAR_PASSWORD = 'password'

VAR_PATTERN

public mixed VAR_PATTERN = 'pattern'

VAR_PATTERN_UP

public mixed VAR_PATTERN_UP = 'PATTERN'

VAR_PLUGINS

public mixed VAR_PLUGINS = 'plugins'

VAR_REMOTE

public mixed VAR_REMOTE = 'REMOTE'

VAR_REPLACE

public mixed VAR_REPLACE = 'replace'

VAR_REPLACE_UP

public mixed VAR_REPLACE_UP = 'REPLACE'

VAR_REQUEST

public mixed VAR_REQUEST = 'REQUEST'

VAR_RESPONSE

public mixed VAR_RESPONSE = 'RESPONSE'

VAR_REWRITE

public mixed VAR_REWRITE = 'REWRITE'
public mixed VAR_SEARCH = 'SEARCH'

VAR_SERVER

public mixed VAR_SERVER = 'SERVER'

VAR_SITE_LOGS

public mixed VAR_SITE_LOGS = 'logs'

VAR_STRTOLOWER

public mixed VAR_STRTOLOWER = 'strtolower'

VAR_TARGET

public mixed VAR_TARGET = 'TARGET'

VAR_TARGET_PATTERN

public mixed VAR_TARGET_PATTERN = 'TARGET_PATTERN'

VAR_TARGET_REPLACE

public mixed VAR_TARGET_REPLACE = 'TARGET_REPLACE'

VAR_TEXT_HTML

public mixed VAR_TEXT_HTML = \VAR_TEXT . \CHAR_SLASH . \VAR_HTML

VAR_UCFIRST

public mixed VAR_UCFIRST = 'ucfirst'

VAR_URL_HOST

public mixed VAR_URL_HOST = 'url_host'

VAR_USER_IP

public mixed VAR_USER_IP = 'user_ip'

VAR_USER_IP_LONG

public mixed VAR_USER_IP_LONG = 'user_ip_long'

VAR_VAR_UNDER

public mixed VAR_VAR_UNDER = \CHAR_UNDER . \VAR_VAR

VAR_VAR_UNDER_END

public mixed VAR_VAR_UNDER_END = \CHAR_UNDER . \VAR_VAR . \CHAR_UNDER

VAR_VERIFY

public mixed VAR_VERIFY = 'verify'

YXORP_ACTIONS

public mixed YXORP_ACTIONS = 'YXORP_ACTIONS'

YXORP_APP

public mixed YXORP_APP = \YXORP . \CHAR_UNDER . \VAR_APP

YXORP_CONTENT

public mixed YXORP_CONTENT = \YXORP . \CHAR_UNDER . \VAR_CONTENT

YXORP_EVENT_LIST

public mixed YXORP_EVENT_LIST = \VAR_EVENT . \CHAR_UNDER . \VAR_LIST

YXORP_GLOBAL_CSS

public mixed YXORP_GLOBAL_CSS = \VAR_GLOBAL_UP . \CHAR_UNDER . \VAR_CSS

YXORP_GLOBAL_JS

public mixed YXORP_GLOBAL_JS = \VAR_GLOBAL_UP . \CHAR_UNDER . \VAR_JS

YXORP_GLOBAL_PATTERN

public mixed YXORP_GLOBAL_PATTERN = \VAR_GLOBAL_UP . \CHAR_UNDER . \VAR_PATTERN

YXORP_GLOBAL_REPLACE

public mixed YXORP_GLOBAL_REPLACE = \VAR_GLOBAL_UP . \CHAR_UNDER . \VAR_REPLACE

YXORP_HTTP_

public mixed YXORP_HTTP_ = \VAR_HTTPS_UP . \CHAR_UNDER

YXORP_MIME_TYPES

public mixed YXORP_MIME_TYPES = \VAR_MIME . \CHAR_UNDER . \VAR_TYPES

YXORP_PHP_SELF

public mixed YXORP_PHP_SELF = \VAR_PHP . \CHAR_UNDER . \VAR_SELF

YXORP_REMOTE_ADDR

public mixed YXORP_REMOTE_ADDR = \VAR_REMOTE . \CHAR_UNDER . \VAR_ADDR

YXORP_REQUEST_METHOD

public mixed YXORP_REQUEST_METHOD = \VAR_REQUEST . \CHAR_UNDER . \VAR_METHOD

YXORP_REWRITE

public mixed YXORP_REWRITE = \VAR_INC . \CHAR_UNDER . \VAR_REWRITE

YXORP_SITE_SYSTEM

public mixed YXORP_SITE_SYSTEM = 'system'

YXORP_SITE_SYSTEM_INSTALL

public mixed YXORP_SITE_SYSTEM_INSTALL = \VAR_APP . \CHAR_UNDER . \VAR_INSTALL

YXORP_SITE_SYSTEM_LOGS

public mixed YXORP_SITE_SYSTEM_LOGS = \YXORP_SITE_SYSTEM . \CHAR_SLASH . \VAR_SITE_LOGS

YXORP_SITE_SYSTEM_USERS

public mixed YXORP_SITE_SYSTEM_USERS = \YXORP_SITE_SYSTEM . \CHAR_SLASH . \VAR_USERS

YXORP_TARGET_CSS

public mixed YXORP_TARGET_CSS = 'TARGET_CSS'

YXORP_TARGET_JS

public mixed YXORP_TARGET_JS = 'TARGET_JS'

YXORP_TARGET_PLUGINS

public mixed YXORP_TARGET_PLUGINS = 'TARGET_PLUGINS'

Functions

hasSQLiteSupport()

hasSQLiteSupport() : mixed
Return values
mixed

ensureWritableStorageFolder()

ensureWritableStorageFolder(mixed $path) : mixed
Parameters
$path : mixed
Return values
mixed

json5_decode()

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.

Parameters
$source : string

The JSON string being decoded.

$associative : bool = false

When TRUE, returned objects will be converted into associative arrays.

$depth : int = 512

User specified recursion depth.

$options : int

Bitmask of JSON decode options.

Return values
mixed

composerRequire00d1f9b6bf944011268c41c2b4662055()

composerRequire00d1f9b6bf944011268c41c2b4662055(mixed $fileIdentifier, mixed $file) : mixed
Parameters
$fileIdentifier : mixed
$file : mixed
Return values
mixed

getallheaders()

Get all HTTP header key/values as an associative array for the current request.

getallheaders() : mixed
Return values
mixed

trigger_deprecation()

Triggers a silenced deprecation notice.

trigger_deprecation(string $package, string $version, string $message, mixed ...$args) : void
Parameters
$package : string

The name of the Composer package that is triggering the deprecation

$version : string

The version of the package that introduced the deprecation

$message : string

The message of the deprecation

$args : mixed

Values to insert in the message using printf() formatting

Tags
author

Nicolas Grekas p@tchwork.com

Return values
void

ctype_alnum()

ctype_alnum(mixed $text) : mixed
Parameters
$text : mixed
Return values
mixed

ctype_alpha()

ctype_alpha(mixed $text) : mixed
Parameters
$text : mixed
Return values
mixed

ctype_cntrl()

ctype_cntrl(mixed $text) : mixed
Parameters
$text : mixed
Return values
mixed

ctype_digit()

ctype_digit(mixed $text) : mixed
Parameters
$text : mixed
Return values
mixed

ctype_graph()

ctype_graph(mixed $text) : mixed
Parameters
$text : mixed
Return values
mixed

ctype_lower()

ctype_lower(mixed $text) : mixed
Parameters
$text : mixed
Return values
mixed

ctype_print()

ctype_print(mixed $text) : mixed
Parameters
$text : mixed
Return values
mixed

ctype_punct()

ctype_punct(mixed $text) : mixed
Parameters
$text : mixed
Return values
mixed

ctype_space()

ctype_space(mixed $text) : mixed
Parameters
$text : mixed
Return values
mixed

ctype_upper()

ctype_upper(mixed $text) : mixed
Parameters
$text : mixed
Return values
mixed

ctype_xdigit()

ctype_xdigit(mixed $text) : mixed
Parameters
$text : mixed
Return values
mixed

ctype_alnum()

ctype_alnum(mixed $text) : bool
Parameters
$text : mixed
Return values
bool

ctype_alpha()

ctype_alpha(mixed $text) : bool
Parameters
$text : mixed
Return values
bool

ctype_cntrl()

ctype_cntrl(mixed $text) : bool
Parameters
$text : mixed
Return values
bool

ctype_digit()

ctype_digit(mixed $text) : bool
Parameters
$text : mixed
Return values
bool

ctype_graph()

ctype_graph(mixed $text) : bool
Parameters
$text : mixed
Return values
bool

ctype_lower()

ctype_lower(mixed $text) : bool
Parameters
$text : mixed
Return values
bool

ctype_print()

ctype_print(mixed $text) : bool
Parameters
$text : mixed
Return values
bool

ctype_punct()

ctype_punct(mixed $text) : bool
Parameters
$text : mixed
Return values
bool

ctype_space()

ctype_space(mixed $text) : bool
Parameters
$text : mixed
Return values
bool

ctype_upper()

ctype_upper(mixed $text) : bool
Parameters
$text : mixed
Return values
bool

ctype_xdigit()

ctype_xdigit(mixed $text) : bool
Parameters
$text : mixed
Return values
bool

grapheme_extract()

grapheme_extract(mixed $haystack, mixed $size, mixed $type, mixed $start, mixed &$next) : mixed
Parameters
$haystack : mixed
$size : mixed
$type : mixed
$start : mixed
$next : mixed
Return values
mixed

grapheme_stripos()

grapheme_stripos(mixed $haystack, mixed $needle, mixed $offset) : mixed
Parameters
$haystack : mixed
$needle : mixed
$offset : mixed
Return values
mixed

grapheme_stristr()

grapheme_stristr(mixed $haystack, mixed $needle[, mixed $beforeNeedle = false ]) : mixed
Parameters
$haystack : mixed
$needle : mixed
$beforeNeedle : mixed = false
Return values
mixed

grapheme_strlen()

grapheme_strlen(mixed $input) : mixed
Parameters
$input : mixed
Return values
mixed

grapheme_strpos()

grapheme_strpos(mixed $haystack, mixed $needle, mixed $offset) : mixed
Parameters
$haystack : mixed
$needle : mixed
$offset : mixed
Return values
mixed

grapheme_strripos()

grapheme_strripos(mixed $haystack, mixed $needle, mixed $offset) : mixed
Parameters
$haystack : mixed
$needle : mixed
$offset : mixed
Return values
mixed

grapheme_strrpos()

grapheme_strrpos(mixed $haystack, mixed $needle, mixed $offset) : mixed
Parameters
$haystack : mixed
$needle : mixed
$offset : mixed
Return values
mixed

grapheme_strstr()

grapheme_strstr(mixed $haystack, mixed $needle[, mixed $beforeNeedle = false ]) : mixed
Parameters
$haystack : mixed
$needle : mixed
$beforeNeedle : mixed = false
Return values
mixed

grapheme_substr()

grapheme_substr(mixed $string, mixed $offset[, mixed $length = null ]) : mixed
Parameters
$string : mixed
$offset : mixed
$length : mixed = null
Return values
mixed

grapheme_extract()

grapheme_extract(string|null $haystack, int|null $size[, int|null $type = GRAPHEME_EXTR_COUNT ], int|null $offset[, mixed &$next = null ]) : string|false
Parameters
$haystack : string|null
$size : int|null
$type : int|null = GRAPHEME_EXTR_COUNT
$offset : int|null
$next : mixed = null
Return values
string|false

grapheme_stripos()

grapheme_stripos(string|null $haystack, string|null $needle, int|null $offset) : int|false
Parameters
$haystack : string|null
$needle : string|null
$offset : int|null
Return values
int|false

grapheme_stristr()

grapheme_stristr(string|null $haystack, string|null $needle[, bool|null $beforeNeedle = false ]) : string|false
Parameters
$haystack : string|null
$needle : string|null
$beforeNeedle : bool|null = false
Return values
string|false

grapheme_strlen()

grapheme_strlen(string|null $string) : int|false|null
Parameters
$string : string|null
Return values
int|false|null

grapheme_strpos()

grapheme_strpos(string|null $haystack, string|null $needle, int|null $offset) : int|false
Parameters
$haystack : string|null
$needle : string|null
$offset : int|null
Return values
int|false

grapheme_strripos()

grapheme_strripos(string|null $haystack, string|null $needle, int|null $offset) : int|false
Parameters
$haystack : string|null
$needle : string|null
$offset : int|null
Return values
int|false

grapheme_strrpos()

grapheme_strrpos(string|null $haystack, string|null $needle, int|null $offset) : int|false
Parameters
$haystack : string|null
$needle : string|null
$offset : int|null
Return values
int|false

grapheme_strstr()

grapheme_strstr(string|null $haystack, string|null $needle[, bool|null $beforeNeedle = false ]) : string|false
Parameters
$haystack : string|null
$needle : string|null
$beforeNeedle : bool|null = false
Return values
string|false

grapheme_substr()

grapheme_substr(string|null $string, int|null $offset[, int|null $length = null ]) : string|false
Parameters
$string : string|null
$offset : int|null
$length : int|null = null
Return values
string|false

normalizer_is_normalized()

normalizer_is_normalized(mixed $string[, mixed $form = pNormalizer::FORM_C ]) : mixed
Parameters
$string : mixed
$form : mixed = pNormalizer::FORM_C
Return values
mixed

normalizer_normalize()

normalizer_normalize(mixed $string[, mixed $form = pNormalizer::FORM_C ]) : mixed
Parameters
$string : mixed
$form : mixed = pNormalizer::FORM_C
Return values
mixed

normalizer_is_normalized()

normalizer_is_normalized(string|null $string[, int|null $form = pNormalizer::FORM_C ]) : bool
Parameters
$string : string|null
$form : int|null = pNormalizer::FORM_C
Return values
bool

normalizer_normalize()

normalizer_normalize(string|null $string[, int|null $form = pNormalizer::FORM_C ]) : string|false
Parameters
$string : string|null
$form : int|null = pNormalizer::FORM_C
Return values
string|false

mb_convert_encoding()

mb_convert_encoding(mixed $string, mixed $to_encoding[, mixed $from_encoding = null ]) : mixed
Parameters
$string : mixed
$to_encoding : mixed
$from_encoding : mixed = null
Return values
mixed

mb_decode_mimeheader()

mb_decode_mimeheader(mixed $string) : mixed
Parameters
$string : mixed
Return values
mixed

mb_encode_mimeheader()

mb_encode_mimeheader(mixed $string[, mixed $charset = null ][, mixed $transfer_encoding = null ][, mixed $newline = " " ], mixed $indent) : mixed
Parameters
$string : mixed
$charset : mixed = null
$transfer_encoding : mixed = null
$newline : mixed = " "
$indent : mixed
Return values
mixed

mb_decode_numericentity()

mb_decode_numericentity(mixed $string, mixed $map[, mixed $encoding = null ]) : mixed
Parameters
$string : mixed
$map : mixed
$encoding : mixed = null
Return values
mixed

mb_encode_numericentity()

mb_encode_numericentity(mixed $string, mixed $map[, mixed $encoding = null ][, mixed $hex = false ]) : mixed
Parameters
$string : mixed
$map : mixed
$encoding : mixed = null
$hex : mixed = false
Return values
mixed

mb_convert_case()

mb_convert_case(mixed $string, mixed $mode[, mixed $encoding = null ]) : mixed
Parameters
$string : mixed
$mode : mixed
$encoding : mixed = null
Return values
mixed

mb_internal_encoding()

mb_internal_encoding([mixed $encoding = null ]) : mixed
Parameters
$encoding : mixed = null
Return values
mixed

mb_language()

mb_language([mixed $language = null ]) : mixed
Parameters
$language : mixed = null
Return values
mixed

mb_list_encodings()

mb_list_encodings() : mixed
Return values
mixed

mb_encoding_aliases()

mb_encoding_aliases(mixed $encoding) : mixed
Parameters
$encoding : mixed
Return values
mixed

mb_check_encoding()

mb_check_encoding([mixed $value = null ][, mixed $encoding = null ]) : mixed
Parameters
$value : mixed = null
$encoding : mixed = null
Return values
mixed

mb_detect_encoding()

mb_detect_encoding(mixed $string[, mixed $encodings = null ][, mixed $strict = false ]) : mixed
Parameters
$string : mixed
$encodings : mixed = null
$strict : mixed = false
Return values
mixed

mb_detect_order()

mb_detect_order([mixed $encoding = null ]) : mixed
Parameters
$encoding : mixed = null
Return values
mixed

mb_parse_str()

mb_parse_str(mixed $string[, mixed &$result = [] ]) : mixed
Parameters
$string : mixed
$result : mixed = []
Return values
mixed

mb_strlen()

mb_strlen(mixed $string[, mixed $encoding = null ]) : mixed
Parameters
$string : mixed
$encoding : mixed = null
Return values
mixed

mb_strpos()

mb_strpos(mixed $haystack, mixed $needle, mixed $offset[, mixed $encoding = null ]) : mixed
Parameters
$haystack : mixed
$needle : mixed
$offset : mixed
$encoding : mixed = null
Return values
mixed

mb_strtolower()

mb_strtolower(mixed $string[, mixed $encoding = null ]) : mixed
Parameters
$string : mixed
$encoding : mixed = null
Return values
mixed

mb_strtoupper()

mb_strtoupper(mixed $string[, mixed $encoding = null ]) : mixed
Parameters
$string : mixed
$encoding : mixed = null
Return values
mixed

mb_substitute_character()

mb_substitute_character([mixed $substitute_character = null ]) : mixed
Parameters
$substitute_character : mixed = null
Return values
mixed

mb_substr()

mb_substr(mixed $string, mixed $start[, mixed $length = 2147483647 ][, mixed $encoding = null ]) : mixed
Parameters
$string : mixed
$start : mixed
$length : mixed = 2147483647
$encoding : mixed = null
Return values
mixed

mb_stripos()

mb_stripos(mixed $haystack, mixed $needle, mixed $offset[, mixed $encoding = null ]) : mixed
Parameters
$haystack : mixed
$needle : mixed
$offset : mixed
$encoding : mixed = null
Return values
mixed

mb_stristr()

mb_stristr(mixed $haystack, mixed $needle[, mixed $before_needle = false ][, mixed $encoding = null ]) : mixed
Parameters
$haystack : mixed
$needle : mixed
$before_needle : mixed = false
$encoding : mixed = null
Return values
mixed

mb_strrchr()

mb_strrchr(mixed $haystack, mixed $needle[, mixed $before_needle = false ][, mixed $encoding = null ]) : mixed
Parameters
$haystack : mixed
$needle : mixed
$before_needle : mixed = false
$encoding : mixed = null
Return values
mixed

mb_strrichr()

mb_strrichr(mixed $haystack, mixed $needle[, mixed $before_needle = false ][, mixed $encoding = null ]) : mixed
Parameters
$haystack : mixed
$needle : mixed
$before_needle : mixed = false
$encoding : mixed = null
Return values
mixed

mb_strripos()

mb_strripos(mixed $haystack, mixed $needle, mixed $offset[, mixed $encoding = null ]) : mixed
Parameters
$haystack : mixed
$needle : mixed
$offset : mixed
$encoding : mixed = null
Return values
mixed

mb_strrpos()

mb_strrpos(mixed $haystack, mixed $needle, mixed $offset[, mixed $encoding = null ]) : mixed
Parameters
$haystack : mixed
$needle : mixed
$offset : mixed
$encoding : mixed = null
Return values
mixed

mb_strstr()

mb_strstr(mixed $haystack, mixed $needle[, mixed $before_needle = false ][, mixed $encoding = null ]) : mixed
Parameters
$haystack : mixed
$needle : mixed
$before_needle : mixed = false
$encoding : mixed = null
Return values
mixed

mb_get_info()

mb_get_info([mixed $type = 'all' ]) : mixed
Parameters
$type : mixed = 'all'
Return values
mixed

mb_http_output()

mb_http_output([mixed $encoding = null ]) : mixed
Parameters
$encoding : mixed = null
Return values
mixed

mb_strwidth()

mb_strwidth(mixed $string[, mixed $encoding = null ]) : mixed
Parameters
$string : mixed
$encoding : mixed = null
Return values
mixed

mb_substr_count()

mb_substr_count(mixed $haystack, mixed $needle[, mixed $encoding = null ]) : mixed
Parameters
$haystack : mixed
$needle : mixed
$encoding : mixed = null
Return values
mixed

mb_output_handler()

mb_output_handler(mixed $string, mixed $status) : mixed
Parameters
$string : mixed
$status : mixed
Return values
mixed

mb_http_input()

mb_http_input([mixed $type = null ]) : mixed
Parameters
$type : mixed = null
Return values
mixed

mb_convert_variables()

mb_convert_variables(mixed $to_encoding, mixed $from_encoding, mixed ...&$vars) : mixed
Parameters
$to_encoding : mixed
$from_encoding : mixed
$vars : mixed
Return values
mixed

mb_ord()

mb_ord(mixed $string[, mixed $encoding = null ]) : mixed
Parameters
$string : mixed
$encoding : mixed = null
Return values
mixed

mb_chr()

mb_chr(mixed $codepoint[, mixed $encoding = null ]) : mixed
Parameters
$codepoint : mixed
$encoding : mixed = null
Return values
mixed

mb_scrub()

mb_scrub(mixed $string[, mixed $encoding = null ]) : mixed
Parameters
$string : mixed
$encoding : mixed = null
Return values
mixed

mb_str_split()

mb_str_split(mixed $string[, mixed $length = 1 ][, mixed $encoding = null ]) : mixed
Parameters
$string : mixed
$length : mixed = 1
$encoding : mixed = null
Return values
mixed

mb_convert_encoding()

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
Parameters
$string : array<string|int, mixed>|string|null
$to_encoding : string|null
$from_encoding : array<string|int, mixed>|string|null = null
Return values
array<string|int, mixed>|string|false

mb_decode_mimeheader()

mb_decode_mimeheader(string|null $string) : string
Parameters
$string : string|null
Return values
string

mb_encode_mimeheader()

mb_encode_mimeheader(string|null $string[, string|null $charset = null ][, string|null $transfer_encoding = null ][, string|null $newline = " " ], int|null $indent) : string
Parameters
$string : string|null
$charset : string|null = null
$transfer_encoding : string|null = null
$newline : string|null = " "
$indent : int|null
Return values
string

mb_decode_numericentity()

mb_decode_numericentity(string|null $string, array<string|int, mixed> $map[, string|null $encoding = null ]) : string
Parameters
$string : string|null
$map : array<string|int, mixed>
$encoding : string|null = null
Return values
string

mb_encode_numericentity()

mb_encode_numericentity(string|null $string, array<string|int, mixed> $map[, string|null $encoding = null ][, bool|null $hex = false ]) : string
Parameters
$string : string|null
$map : array<string|int, mixed>
$encoding : string|null = null
$hex : bool|null = false
Return values
string

mb_convert_case()

mb_convert_case(string|null $string, int|null $mode[, string|null $encoding = null ]) : string
Parameters
$string : string|null
$mode : int|null
$encoding : string|null = null
Return values
string

mb_internal_encoding()

mb_internal_encoding([string|null $encoding = null ]) : string|bool
Parameters
$encoding : string|null = null
Return values
string|bool

mb_language()

mb_language([string|null $language = null ]) : string|bool
Parameters
$language : string|null = null
Return values
string|bool

mb_list_encodings()

mb_list_encodings() : array<string|int, mixed>
Return values
array<string|int, mixed>

mb_encoding_aliases()

mb_encoding_aliases(string|null $encoding) : array<string|int, mixed>
Parameters
$encoding : string|null
Return values
array<string|int, mixed>

mb_check_encoding()

mb_check_encoding([array<string|int, mixed>|string|null $value = null ][, string|null $encoding = null ]) : bool
Parameters
$value : array<string|int, mixed>|string|null = null
$encoding : string|null = null
Return values
bool

mb_detect_encoding()

mb_detect_encoding(string|null $string[, array<string|int, mixed>|string|null $encodings = null ][, bool|null $strict = false ]) : string|false
Parameters
$string : string|null
$encodings : array<string|int, mixed>|string|null = null
$strict : bool|null = false
Return values
string|false

mb_detect_order()

mb_detect_order([array<string|int, mixed>|string|null $encoding = null ]) : array<string|int, mixed>|bool
Parameters
$encoding : array<string|int, mixed>|string|null = null
Return values
array<string|int, mixed>|bool

mb_parse_str()

mb_parse_str(string|null $string[, mixed &$result = [] ]) : bool
Parameters
$string : string|null
$result : mixed = []
Return values
bool

mb_strlen()

mb_strlen(string|null $string[, string|null $encoding = null ]) : int
Parameters
$string : string|null
$encoding : string|null = null
Return values
int

mb_strpos()

mb_strpos(string|null $haystack, string|null $needle, int|null $offset[, string|null $encoding = null ]) : int|false
Parameters
$haystack : string|null
$needle : string|null
$offset : int|null
$encoding : string|null = null
Return values
int|false

mb_strtolower()

mb_strtolower(string|null $string[, string|null $encoding = null ]) : string
Parameters
$string : string|null
$encoding : string|null = null
Return values
string

mb_strtoupper()

mb_strtoupper(string|null $string[, string|null $encoding = null ]) : string
Parameters
$string : string|null
$encoding : string|null = null
Return values
string

mb_substitute_character()

mb_substitute_character([string|int|null $substitute_character = null ]) : string|int|bool
Parameters
$substitute_character : string|int|null = null
Return values
string|int|bool

mb_substr()

mb_substr(string|null $string, int|null $start[, int|null $length = null ][, string|null $encoding = null ]) : string
Parameters
$string : string|null
$start : int|null
$length : int|null = null
$encoding : string|null = null
Return values
string

mb_stripos()

mb_stripos(string|null $haystack, string|null $needle, int|null $offset[, string|null $encoding = null ]) : int|false
Parameters
$haystack : string|null
$needle : string|null
$offset : int|null
$encoding : string|null = null
Return values
int|false

mb_stristr()

mb_stristr(string|null $haystack, string|null $needle[, bool|null $before_needle = false ][, string|null $encoding = null ]) : string|false
Parameters
$haystack : string|null
$needle : string|null
$before_needle : bool|null = false
$encoding : string|null = null
Return values
string|false

mb_strrchr()

mb_strrchr(string|null $haystack, string|null $needle[, bool|null $before_needle = false ][, string|null $encoding = null ]) : string|false
Parameters
$haystack : string|null
$needle : string|null
$before_needle : bool|null = false
$encoding : string|null = null
Return values
string|false

mb_strrichr()

mb_strrichr(string|null $haystack, string|null $needle[, bool|null $before_needle = false ][, string|null $encoding = null ]) : string|false
Parameters
$haystack : string|null
$needle : string|null
$before_needle : bool|null = false
$encoding : string|null = null
Return values
string|false

mb_strripos()

mb_strripos(string|null $haystack, string|null $needle, int|null $offset[, string|null $encoding = null ]) : int|false
Parameters
$haystack : string|null
$needle : string|null
$offset : int|null
$encoding : string|null = null
Return values
int|false

mb_strrpos()

mb_strrpos(string|null $haystack, string|null $needle, int|null $offset[, string|null $encoding = null ]) : int|false
Parameters
$haystack : string|null
$needle : string|null
$offset : int|null
$encoding : string|null = null
Return values
int|false

mb_strstr()

mb_strstr(string|null $haystack, string|null $needle[, bool|null $before_needle = false ][, string|null $encoding = null ]) : string|false
Parameters
$haystack : string|null
$needle : string|null
$before_needle : bool|null = false
$encoding : string|null = null
Return values
string|false

mb_get_info()

mb_get_info([string|null $type = 'all' ]) : array<string|int, mixed>|string|int|false
Parameters
$type : string|null = 'all'
Return values
array<string|int, mixed>|string|int|false

mb_http_output()

mb_http_output([string|null $encoding = null ]) : string|bool
Parameters
$encoding : string|null = null
Return values
string|bool

mb_strwidth()

mb_strwidth(string|null $string[, string|null $encoding = null ]) : int
Parameters
$string : string|null
$encoding : string|null = null
Return values
int

mb_substr_count()

mb_substr_count(string|null $haystack, string|null $needle[, string|null $encoding = null ]) : int
Parameters
$haystack : string|null
$needle : string|null
$encoding : string|null = null
Return values
int

mb_output_handler()

mb_output_handler(string|null $string, int|null $status) : string
Parameters
$string : string|null
$status : int|null
Return values
string

mb_http_input()

mb_http_input([string|null $type = null ]) : array<string|int, mixed>|string|false
Parameters
$type : string|null = null
Return values
array<string|int, mixed>|string|false

mb_convert_variables()

mb_convert_variables(string|null $to_encoding, array<string|int, mixed>|string|null $from_encoding, mixed &$var, mixed ...&$vars) : string|false
Parameters
$to_encoding : string|null
$from_encoding : array<string|int, mixed>|string|null
$var : mixed
$vars : mixed
Return values
string|false

mb_ord()

mb_ord(string|null $string[, string|null $encoding = null ]) : int|false
Parameters
$string : string|null
$encoding : string|null = null
Return values
int|false

mb_chr()

mb_chr(int|null $codepoint[, string|null $encoding = null ]) : string|false
Parameters
$codepoint : int|null
$encoding : string|null = null
Return values
string|false

mb_scrub()

mb_scrub(string|null $string[, string|null $encoding = null ]) : string
Parameters
$string : string|null
$encoding : string|null = null
Return values
string

mb_str_split()

mb_str_split(string|null $string[, int|null $length = 1 ][, string|null $encoding = null ]) : array<string|int, mixed>
Parameters
$string : string|null
$length : int|null = 1
$encoding : string|null = null
Return values
array<string|int, mixed>

is_countable()

is_countable(mixed $value) : mixed
Parameters
$value : mixed
Return values
mixed

hrtime()

hrtime([mixed $as_number = false ]) : mixed
Parameters
$as_number : mixed = false
Return values
mixed

array_key_first()

array_key_first(array<string|int, mixed> $array) : mixed
Parameters
$array : array<string|int, mixed>
Return values
mixed

array_key_last()

array_key_last(array<string|int, mixed> $array) : mixed
Parameters
$array : array<string|int, mixed>
Return values
mixed

fdiv()

fdiv(float $num1, float $num2) : float
Parameters
$num1 : float
$num2 : float
Return values
float

preg_last_error_msg()

preg_last_error_msg() : string
Return values
string

str_contains()

str_contains(string|null $haystack, string|null $needle) : bool
Parameters
$haystack : string|null
$needle : string|null
Return values
bool

str_starts_with()

str_starts_with(string|null $haystack, string|null $needle) : bool
Parameters
$haystack : string|null
$needle : string|null
Return values
bool

str_ends_with()

str_ends_with(string|null $haystack, string|null $needle) : bool
Parameters
$haystack : string|null
$needle : string|null
Return values
bool

get_debug_type()

get_debug_type(mixed $value) : string
Parameters
$value : mixed
Return values
string

get_resource_id()

get_resource_id(mixed $resource) : int
Parameters
$resource : mixed
Return values
int

array_is_list()

array_is_list(array<string|int, mixed> $array) : bool
Parameters
$array : array<string|int, mixed>
Return values
bool

enum_exists()

enum_exists(string $enum[, bool $autoload = true ]) : bool
Parameters
$enum : string
$autoload : bool = true
Return values
bool

t()

t(string $key[, string|null $alternative = null ][, string|null $lang = null ]) : string|null
Parameters
$key : string
$alternative : string|null = null
$lang : string|null = null
Return values
string|null

_t()

_t(string $key[, array<string|int, mixed> $params = [] ][, string|null $alternative = null ][, string|null $lang = null ]) : mixed
Parameters
$key : string
$params : array<string|int, mixed> = []
$alternative : string|null = null
$lang : string|null = null
Return values
mixed

_allowed()

_allowed(string $permission[, string|null $role = null ]) : bool
Parameters
$permission : string
$role : string|null = null
Return values
bool

Search results