Http\Request::getBestLanguage

public getBestLanguage () Gets best language accepted by the browser/client from _SERVER[“HTTP_ACCEPT_LANGUAGE”]

Http\Request::getBestCharset

public getBestCharset () Gets best charset accepted by the browser/client from _SERVER[“HTTP_ACCEPT_CHARSET”]

Http\Request

implements Phalcon\Http\RequestInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Encapsulates request information for easy and secure access from application controllers. The request object is a simple value object that is passed between the dispatcher and controller classes. It packages the HTTP request environment. use Phalcon\Http\Request; $request = new Request(); if ($request->isPost()) { if ($request->isAjax()) { echo 'Request was made using POST and A

Http\CookieInterface::useEncryption

abstract public useEncryption (mixed $useEncryption) ...

Http\Cookie\Exception

extends class Phalcon\Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Exception code fin

Http\CookieInterface::send

abstract public send () ...

Http\CookieInterface::setDomain

abstract public setDomain (mixed $domain) ...

Http\CookieInterface::setPath

abstract public setPath (mixed $path) ...

Http\CookieInterface::setValue

abstract public setValue (mixed $value) ...

Http\CookieInterface::setHttpOnly

abstract public setHttpOnly (mixed $httpOnly) ...