Http\Request\File::getError
  • References/PHP/Phalcon/Http/Request/File

public getError ()

2025-01-10 15:47:30
Http\CookieInterface::getName
  • References/PHP/Phalcon/Http/CookieInterface

abstract public getName () ...

2025-01-10 15:47:30
Http\ResponseInterface::setFileToSend
  • References/PHP/Phalcon/Http/ResponseInterface

abstract public setFileToSend (mixed $filePath, [mixed $attachmentName]) ...

2025-01-10 15:47:30
Http\Request::hasServer
  • References/PHP/Phalcon/Http/Request

final public hasServer (mixed $name) Checks whether $_SERVER superglobal has certain index

2025-01-10 15:47:30
Http\Cookie::restore
  • References/PHP/Phalcon/Http/Cookie

public restore () Reads the cookie-related info from the SESSION to restore the cookie as it was set This method is automatically

2025-01-10 15:47:30
Http\Request::getHeader
  • References/PHP/Phalcon/Http/Request

final public getHeader (mixed $header) Gets HTTP header from request data

2025-01-10 15:47:30
Http\Response::appendContent
  • References/PHP/Phalcon/Http/Response

public appendContent (mixed $content) Appends a string to the HTTP response body

2025-01-10 15:47:30
Http\Response\Cookies::set
  • References/PHP/Phalcon/Http/Response/Cookies

public set (mixed $name, [mixed $value], [mixed $expire], [mixed $path], [mixed $secure], [mixed $domain]

2025-01-10 15:47:30
Http\Request::getServer
  • References/PHP/Phalcon/Http/Request

public getServer (mixed $name) Gets variable from $_SERVER superglobal

2025-01-10 15:47:30
Http\Response::setHeader
  • References/PHP/Phalcon/Http/Response

public setHeader (mixed $name, mixed $value) Overwrites a header in the response

2025-01-10 15:47:30