|
@@ -730,6 +730,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.fileowner.php
|
|
|
|
+ **/
|
|
|
|
+ static function fileowner(filename:String):EitherType<Int, Bool>;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
@see http://php.net/manual/en/function.filesize.php
|
|
@see http://php.net/manual/en/function.filesize.php
|
|
**/
|
|
**/
|