|
@@ -1107,6 +1107,16 @@ extern class Global {
|
|
|
**/
|
|
|
static function date( format:String, ?timestamp:Int ) : EitherType<String,Bool>;
|
|
|
|
|
|
+ /**
|
|
|
+ @see http://php.net/manual/en/function.time.php
|
|
|
+ **/
|
|
|
+ static function time() : Int;
|
|
|
+
|
|
|
+ /**
|
|
|
+ @see http://php.net/manual/en/function.strftime.php
|
|
|
+ **/
|
|
|
+ static function strftime( format:String, ?timestamp:Int ) : EitherType<String,Bool>;
|
|
|
+
|
|
|
/**
|
|
|
@see http://php.net/manual/en/function.strtotime.php
|
|
|
**/
|