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

public setRaw (mixed $header) Sets a raw header to be sent at the end of the request

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

public isStrictHostCheck () Checks if the Request::getHttpHost method will be use strict validation of host name

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

abstract public useEncryption (mixed $useEncryption) ...

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

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

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

public useEncryption (mixed $useEncryption) Set if cookies in the bag must be automatically encrypted/decrypted

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

public isUsingEncryption () Returns if the bag is automatically encrypting/decrypting cookies

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

public isSoapRequested () Alias of isSoap(). It will be deprecated in future versions

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

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

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

abstract public getType () ...

2025-01-10 15:47:30