Http\Request\FileInterface
  • References/PHP/Phalcon/Http/Request/FileInterface

Source

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\Cookie::isUsingEncryption
  • References/PHP/Phalcon/Http/Cookie

public isUsingEncryption () Check if the cookie is using implicit encryption

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

public getDomain () Returns the domain that the cookie is available to

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

abstract public static __set_state (array $data) ...

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

Source on GitHub Methods abstract public useEncryption (mixed $useEncryption) ... abstract public isUsingEncryption () ... abstract public set (mixed $name, [mixed $value], [mixed $expire], [mixed $path], [mixed $secure], [mixed $domain], [mixed $httpOnly]) ... abstract public get (mixed $name) ... abstract public has (mixed $name) ... abstract public delete (mixed $name) ... abstract public send () ... abstract public reset () ...

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

abstract public getName () ...

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

public setContent (mixed $content) Sets HTTP response body

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

abstract public getServer (mixed $name) ...

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

abstract public getHeader (mixed $header) ...

2025-01-10 15:47:30