v1.0.0
English

ResponseInterface.php

system/HTTP/ResponseInterface.php
25 fn
getStatusCode () function
setStatusCode (int $code, string $reason = '') function
getReasonPhrase () function
setDate (DateTime $date) function
setLastModified ($date) function
setLink (PagerInterface $pager) function
setContentType (string $mime, string $charset = 'UTF-8') function
setJSON ($body, bool $unencoded = false) function
getJSON () function
setXML ($body) function
getXML () function
noCache () function
setCache (array $options = []) function
send () function
sendHeaders () function
sendBody () function
setCookie ($name, $value = '', $expire = 0, $domain = '', $path = '/', $prefix = '', $secure = false, $httponly = false, $samesite = null, ) function
hasCookie (string $name, ?string $value = null, string $prefix = '') function
getCookie (?string $name = null, string $prefix = '') function
deleteCookie (string $name = '', string $domain = '', string $path = '/', string $prefix = '') function
getCookies () function
getCookieStore () function
redirect (string $uri, string $method = 'auto', ?int $code = null) function
download (string $filename = '', $data = '', bool $setMime = false) function
getCSP () function
phpDG v1.0.0 ResponseInterface.php 662 files 498 classes 763 fn
Generated