|
@@ -909,7 +909,7 @@ extern class Global {
|
|
|
/**
|
|
|
@see http://php.net/manual/en/function.setcookie.php
|
|
|
**/
|
|
|
- @:overload(function(name:String, value:String = "", ?options:NativeStructArray<{?exoires:Int, ?path:String, ?domain:String, ?secure:Bool, ?httponly:Bool, ?samesite:String}>):Bool {})
|
|
|
+ @:overload(function(name:String, value:String = "", ?options:NativeStructArray<{?expires:Int, ?path:String, ?domain:String, ?secure:Bool, ?httponly:Bool, ?samesite:String}>):Bool {})
|
|
|
static function setcookie(name:String, value:String = "", expire:Int = 0, path:String = "", domain:String = "",
|
|
|
secure:Bool = false, httponly:Bool = false):Bool;
|
|
|
|