Http\Request::getDI
  • References/PHP/Phalcon/Http/Request

public getDI () Returns the internal dependency injector

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

public isPurge () Checks whether HTTP method is PURGE (Squid and Varnish support). if _SERVER[“REQUEST_METHOD”]===”PURGE”

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

abstract public hasServer (mixed $name) ...

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

public has (mixed $name) Checks whether $_REQUEST superglobal has certain index

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

public setRawHeader (mixed $header) Send a raw header to the response

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

public remove (mixed $header) Removes a header to be sent at the end of the request

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

public getRealType () Gets the real mime type of the upload file using finfo

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

abstract public getPath () ...

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

public delete (mixed $name) Deletes a cookie by its name This method does not removes cookies from the _COOKIE superglobal

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

public Phalcon\Http\Cookie setValue (string

2025-01-10 15:47:30