소스 검색

[php] Add extern for `filesize()` (#9832)

Cédric Belin 5 년 전
부모
커밋
6976658c70
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      std/php/Global.hx

+ 5 - 0
std/php/Global.hx

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