|
@@ -705,6 +705,11 @@ extern class Global {
|
|
**/
|
|
**/
|
|
static function filemtime(filename:String):EitherType<Int, Bool>;
|
|
static function filemtime(filename:String):EitherType<Int, Bool>;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ @see http://php.net/manual/en/function.filesize.php
|
|
|
|
+ **/
|
|
|
|
+ static function filesize(filename:String):EitherType<Int, Bool>;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
@see http://php.net/manual/en/function.clearstatcache.php
|
|
@see http://php.net/manual/en/function.clearstatcache.php
|
|
**/
|
|
**/
|