Extension [ extension #113 request version 2.0.0 ] { - Dependencies { Dependency [ spl (Required) ] } - Classes [5] { Class [ class SapiRequest ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [27] { Property [ private $isUnconstructed ] Property [ public $accept ] Property [ public $acceptCharset ] Property [ public $acceptEncoding ] Property [ public $acceptLanguage ] Property [ public $authDigest ] Property [ public $authPw ] Property [ public $authType ] Property [ public $authUser ] Property [ public $content ] Property [ public $contentCharset ] Property [ public $contentLength ] Property [ public $contentMd5 ] Property [ public $contentType ] Property [ public $cookie ] Property [ public $files ] Property [ public $forwarded ] Property [ public $forwardedFor ] Property [ public $forwardedHost ] Property [ public $forwardedProto ] Property [ public $headers ] Property [ public $input ] Property [ public $method ] Property [ public $query ] Property [ public $server ] Property [ public $uploads ] Property [ public $url ] } - Methods [1] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $globals ] Parameter #1 [ string or NULL $content ] } } } } Interface [ interface SapiResponseInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [23] { Method [ abstract public method setVersion ] { - Parameters [1] { Parameter #0 [ string or NULL $version ] } - Return [ SapiResponseInterface ] } Method [ abstract public method getVersion ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ abstract public method setCode ] { - Parameters [1] { Parameter #0 [ int or NULL $code ] } - Return [ SapiResponseInterface ] } Method [ abstract public method getCode ] { - Parameters [0] { } - Return [ int or NULL ] } Method [ abstract public method addHeader ] { - Parameters [2] { Parameter #0 [ string $label ] Parameter #1 [ string $value ] } - Return [ SapiResponseInterface ] } Method [ abstract public method setHeader ] { - Parameters [2] { Parameter #0 [ string $label ] Parameter #1 [ string $value ] } - Return [ SapiResponseInterface ] } Method [ abstract public method unsetHeader ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ SapiResponseInterface ] } Method [ abstract public method getHeader ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ string or NULL ] } Method [ abstract public method hasHeader ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ bool ] } Method [ abstract public method unsetHeaders ] { - Parameters [0] { } - Return [ SapiResponseInterface ] } Method [ abstract public method getHeaders ] { - Parameters [0] { } - Return [ array or NULL ] } Method [ abstract public method getCookie ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ array or NULL ] } Method [ abstract public method hasCookie ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ abstract public method setCookie ] { - Parameters [7] { Parameter #0 [ string $name ] Parameter #1 [ string $value ] Parameter #2 [ $expires_or_options ] Parameter #3 [ string $path ] Parameter #4 [ string $domain ] Parameter #5 [ bool $secure ] Parameter #6 [ bool $httponly ] } - Return [ SapiResponseInterface ] } Method [ abstract public method setRawCookie ] { - Parameters [7] { Parameter #0 [ string $name ] Parameter #1 [ string $value ] Parameter #2 [ $expires_or_options ] Parameter #3 [ string $path ] Parameter #4 [ string $domain ] Parameter #5 [ bool $secure ] Parameter #6 [ bool $httponly ] } - Return [ SapiResponseInterface ] } Method [ abstract public method unsetCookie ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ SapiResponseInterface ] } Method [ abstract public method unsetCookies ] { - Parameters [0] { } - Return [ SapiResponseInterface ] } Method [ abstract public method getCookies ] { - Parameters [0] { } - Return [ array or NULL ] } Method [ abstract public method setContent ] { - Parameters [1] { Parameter #0 [ $content ] } - Return [ SapiResponseInterface ] } Method [ abstract public method getContent ] { - Parameters [0] { } } Method [ abstract public method setHeaderCallbacks ] { - Parameters [1] { Parameter #0 [ array $callbacks ] } - Return [ SapiResponseInterface ] } Method [ abstract public method addHeaderCallback ] { - Parameters [1] { Parameter #0 [ callable $callback ] } - Return [ SapiResponseInterface ] } Method [ abstract public method getHeaderCallbacks ] { - Parameters [0] { } - Return [ array or NULL ] } } } Class [ class SapiResponse implements SapiResponseInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ private $version ] Property [ private $code ] Property [ private $headers ] Property [ private $cookies ] Property [ private $content ] Property [ private $callbacks ] } - Methods [23] { Method [ final public method setVersion ] { - Parameters [1] { Parameter #0 [ string or NULL $version ] } - Return [ SapiResponseInterface ] } Method [ final public method getVersion ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ final public method setCode ] { - Parameters [1] { Parameter #0 [ int or NULL $code ] } - Return [ SapiResponseInterface ] } Method [ final public method getCode ] { - Parameters [0] { } - Return [ int or NULL ] } Method [ final public method setHeader ] { - Parameters [2] { Parameter #0 [ string $label ] Parameter #1 [ string $value ] } - Return [ SapiResponseInterface ] } Method [ final public method addHeader ] { - Parameters [2] { Parameter #0 [ string $label ] Parameter #1 [ string $value ] } - Return [ SapiResponseInterface ] } Method [ final public method unsetHeader ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ SapiResponseInterface ] } Method [ final public method getHeader ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ string or NULL ] } Method [ final public method hasHeader ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ bool ] } Method [ final public method unsetHeaders ] { - Parameters [0] { } - Return [ SapiResponseInterface ] } Method [ final public method getHeaders ] { - Parameters [0] { } - Return [ array or NULL ] } Method [ final public method setCookie ] { - Parameters [7] { Parameter #0 [ string $name ] Parameter #1 [ string $value ] Parameter #2 [ $expires_or_options ] Parameter #3 [ string $path ] Parameter #4 [ string $domain ] Parameter #5 [ bool $secure ] Parameter #6 [ bool $httponly ] } - Return [ SapiResponseInterface ] } Method [ final public method setRawCookie ] { - Parameters [7] { Parameter #0 [ string $name ] Parameter #1 [ string $value ] Parameter #2 [ $expires_or_options ] Parameter #3 [ string $path ] Parameter #4 [ string $domain ] Parameter #5 [ bool $secure ] Parameter #6 [ bool $httponly ] } - Return [ SapiResponseInterface ] } Method [ final public method unsetCookie ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ SapiResponseInterface ] } Method [ final public method unsetCookies ] { - Parameters [0] { } - Return [ SapiResponseInterface ] } Method [ final public method getCookie ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ array or NULL ] } Method [ final public method hasCookie ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ bool ] } Method [ final public method getCookies ] { - Parameters [0] { } - Return [ array or NULL ] } Method [ final public method setContent ] { - Parameters [1] { Parameter #0 [ $content ] } - Return [ SapiResponseInterface ] } Method [ final public method getContent ] { - Parameters [0] { } } Method [ final public method setHeaderCallbacks ] { - Parameters [1] { Parameter #0 [ array $callbacks ] } - Return [ SapiResponseInterface ] } Method [ final public method addHeaderCallback ] { - Parameters [1] { Parameter #0 [ callable $callback ] } - Return [ SapiResponseInterface ] } Method [ final public method getHeaderCallbacks ] { - Parameters [0] { } - Return [ array or NULL ] } } } Class [ class SapiResponseSender ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ public method send ] { - Parameters [1] { Parameter #0 [ SapiResponseInterface $response ] } - Return [ void ] } Method [ public method runHeaderCallbacks ] { - Parameters [1] { Parameter #0 [ SapiResponseInterface $response ] } - Return [ void ] } Method [ public method sendStatus ] { - Parameters [1] { Parameter #0 [ SapiResponseInterface $response ] } - Return [ void ] } Method [ public method sendHeaders ] { - Parameters [1] { Parameter #0 [ SapiResponseInterface $response ] } - Return [ void ] } Method [ public method sendCookies ] { - Parameters [1] { Parameter #0 [ SapiResponseInterface $response ] } - Return [ void ] } Method [ public method sendContent ] { - Parameters [1] { Parameter #0 [ SapiResponseInterface $response ] } - Return [ void ] } } } Class [ class SapiUpload ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ private $isUnconstructed ] Property [ public $name ] Property [ public $type ] Property [ public $size ] Property [ public $tmpName ] Property [ public $error ] } - Methods [2] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ string or NULL $name ] Parameter #1 [ string or NULL $type ] Parameter #2 [ int or NULL $size ] Parameter #3 [ string or NULL $tmpName ] Parameter #4 [ int or NULL $error ] } } Method [ public method move ] { - Parameters [1] { Parameter #0 [ string $destination ] } } } } } }