Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
AbstractHttp.php
Go to the documentation of this file.
1<?php
2
4
13abstract class AbstractHttp {
14
15 public abstract function getAllHeaders();
16
17 public abstract function header($key, $value, bool $replace = true, int $http_response_code = 0);
18
19 public abstract function headersSent(string &$file = null, int &$line = null);
20
21 public abstract function getInput();
22}
23
Ubiquity\utils\http\foundation$AbstractHttp This class is part of Ubiquity.
headersSent(string &$file=null, int &$line=null)
header($key, $value, bool $replace=true, int $http_response_code=0)