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::getCookies
  • References/PHP/Phalcon/Http/Response

public Phalcon\Http\Response\CookiesInterface

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

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

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

public isPost () Checks whether HTTP method is POST. if _SERVER[“REQUEST_METHOD”]===”POST”

2025-01-10 15:47:30