浏览代码

[php] Add extern for `mime_content_type()` (#9835)

Cédric Belin 5 年之前
父节点
当前提交
7326c974ed
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      std/php/Global.hx

+ 5 - 0
std/php/Global.hx

@@ -1546,6 +1546,11 @@ extern class Global {
 	**/
 	static function gzuncompress(data:String, ?length:Int):EitherType<String, Bool>;
 
+	/**
+		@see http://php.net/manual/en/function.mime-content-type.php
+	**/
+	static function mime_content_type(filename:String):EitherType<String, Bool>;
+
 	/**
 		@see http://php.net/manual/en/function.move-uploaded-file.php
 	**/