Documentation

bootstrap.php

Interfaces, Classes, Traits and Enums

Cockpit

Table of Contents

APP_ADMIN  = \false
APP_CLI  = \PHP_SAPI == 'cli'
APP_DIR  = \str_replace(\DIRECTORY_SEPARATOR, '/', __DIR__)
APP_START_TIME  = \microtime(\true)
APP_VERSION  = '2.0.2'

Constants

APP_CLI

public mixed APP_CLI = \PHP_SAPI == 'cli'

APP_DIR

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

APP_START_TIME

public mixed APP_START_TIME = \microtime(\true)

APP_VERSION

public mixed APP_VERSION = '2.0.2'

Search results