Browse Source

[php] Add extern for the `fileowner()` function (#10049)

Cédric Belin 4 years ago
parent
commit
0c7e22965b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      std/php/Global.hx

+ 5 - 0
std/php/Global.hx

@@ -730,6 +730,11 @@ extern class Global {
 	**/
 	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
 	**/