|
@@ -931,6 +931,21 @@ extern class Global {
|
|
**/
|
|
**/
|
|
static function header(string:String, replace:Bool = true, ?http_response_code:Int):Void;
|
|
static function header(string:String, replace:Bool = true, ?http_response_code:Int):Void;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ @see http://php.net/manual/en/function.header-remove.php
|
|
|
|
+ **/
|
|
|
|
+ static function header_remove(?name:String):Void;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ @see http://php.net/manual/en/function.headers-list.php
|
|
|
|
+ **/
|
|
|
|
+ static function headers_list():NativeIndexedArray<String>;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ @see http://php.net/manual/en/function.headers-sent.php
|
|
|
|
+ **/
|
|
|
|
+ static function headers_sent(?file:Ref<String>, ?line:Ref<Int>):Bool;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
@see http://php.net/manual/en/function.setcookie.php
|
|
@see http://php.net/manual/en/function.setcookie.php
|
|
**/
|
|
**/
|