Sfoglia il codice sorgente

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

Cédric Belin 4 anni fa
parent
commit
0c7e22965b
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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>;
 	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
 	**/
 	**/