瀏覽代碼

[php] Add extern for `print_r()` (#9834)

Cédric Belin 5 年之前
父節點
當前提交
31c5ad3dbf
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      std/php/Global.hx

+ 5 - 0
std/php/Global.hx

@@ -295,6 +295,11 @@ extern class Global {
 	**/
 	static function echo(args:Rest<String>):Void;
 
+	/**
+		@see http://php.net/manual/en/function.print-r.php
+	**/
+	static function print_r(expression:Any, ?returnOutput:Bool):EitherType<Bool, String>;
+
 	/**
 		@see http://php.net/manual/en/function.sprintf.php
 	**/