検索

phrase: max: clip:
target: order:
Results of 741 - 750 of about 927 for create (0.172 sec.)
Replace a function definition with a new implementation 2754
« runkit7_function_copy runkit7_function_remove » PHP Manual runkit7 関数 Replace a function def ... t7_function_add() - Add a new function, similar to create_function runkit7_function_copy() - Copy a function ...
https://man.plustar.jp/php/function.runkit7-function-redefine.html - [similar]
Dynamically changes the code of the given method 2754
« runkit7_method_copy runkit7_method_remove » PHP Manual runkit7 関数 Dynamically changes the co ... ample { function foo () { return "foo!\n" ; } } // create an Example object $e = new Example (); // output E ...
https://man.plustar.jp/php/function.runkit7-method-redefine.html - [similar]
CTRLイベント を別プロセスに送信する 2754
« sapi_windows_cp_set sapi_windows_set_ctrl_handler » PHP Manual その他の関数 CTRLイベント を別プ ... [ 'pipe' , 'w' ], [ 'pipe' , 'w' ]); $options = [ 'create_process_group' => true ]; $proc = proc_open ( $cmd ...
https://man.plustar.jp/php/function.sapi-windows-generate-ctrl-event.html - [similar]
接続したソケットにデータを送信する 2754
« socket_select socket_sendmsg » PHP Manual ソケット 関数 接続したソケットにデータを送信する soc ... イトのデータを送信します。 パラメータ socket socket_create() あるいは socket_accept() が作成した有効な Socket ...
https://man.plustar.jp/php/function.socket-send.html - [similar]
中断したサービスを再開する 2754
« win32service 関数 win32_create_service » PHP Manual win32service 関数 中断したサービスを再開す ...
https://man.plustar.jp/php/function.win32-continue-service.html - [similar]
XML パーサのオプションを設定する 2754
« xml_parser_get_option xml_set_character_data_handler » PHP Manual XML パーサ 関数 XML パーサの ... を使用するかを設定する。デフォルトでは、 xml_parser_create() により使用されたソース エンコーディングと同じエン ...
https://man.plustar.jp/php/function.xml-parser-set-option.html - [similar]
オブジェクト内部で XML パーサを使用する 2754
« xml_set_notation_decl_handler xml_set_processing_instruction_handler » PHP Manual XML パーサ 関 ... tion __construct () { $this -> parser = xml_parser_create (); xml_set_object ( $this -> parser , $this ); xm ...
https://man.plustar.jp/php/function.xml-set-object.html - [similar]
Add a high priority task to run in parallel 2754
« GearmanClient::addTaskBackground GearmanClient::addTaskHighBackground » PHP Manual GearmanClie ... me, with the high priority task run first. <?php # create the gearman client $gmc = new GearmanClient (); # ...
https://man.plustar.jp/php/gearmanclient.addtaskhigh.html - [similar]
Add a low priority task to run in parallel 2754
« GearmanClient::addTaskHighBackground GearmanClient::addTaskLowBackground » PHP Manual GearmanC ... time, with the low priority task run last. <?php # create the gearman client $gmc = new GearmanClient (); # ...
https://man.plustar.jp/php/gearmanclient.addtasklow.html - [similar]
Run a task in the background 2754
« GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun ... lly checks the status of the running job. <?php /* create our object */ $gmclient = new GearmanClient (); /* ...
https://man.plustar.jp/php/gearmanclient.dobackground.html - [similar]