瀏覽代碼

[php] Add the `cli_set_process_title` function (#9572)

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

+ 5 - 0
std/php/Global.hx

@@ -1484,4 +1484,9 @@ extern class Global {
 		@see http://php.net/manual/en/function.gc-collect-cycles.php
 	**/
 	static function gc_collect_cycles():Int;
+
+	/**
+		@see http://php.net/manual/en/function.cli-set-process-title.php
+	**/
+	static function cli_set_process_title(title:String):Bool;
 }