検索

phrase: max: clip:
target: order:
Results of 511 - 520 of about 681 for Default (0.049 sec.)
この接続上で最後に成功した insert クエリが自動生成した ID を返す 3144
« db2_get_option db2_lob_read » PHP Manual IBM DB2 関数 この接続上で最後に成功した insert クエリ ... CREATE TABLE lastInsertID (id integer GENERATED BY DEFAULT AS IDENTITY, name varchar(20))" ; $insertTable = " ...
https://man.plustar.jp/php/function.db2-last-insert-id.html - [similar]
あるモジュールの関数名を配列として返す 3144
« get_defined_constants get_include_path » PHP Manual PHP オプション/情報 関数 あるモジュールの関 ... _set_processing_instruction_handler [6] => xml_set_default_handler [7] => xml_set_unparsed_entity_decl_handle ...
https://man.plustar.jp/php/function.get-extension-funcs.html - [similar]
文の実行で作用された行数を取得する 3144
« oci_num_fields oci_parse » PHP Manual OCI8 関数 文の実行で作用された行数を取得する oci_num_row ... , "delete from emp2" ); oci_execute ( $stid , OCI_DEFAULT ); echo oci_num_rows ( $stid ) . " rows deleted.<b ...
https://man.plustar.jp/php/function.oci-num-rows.html - [similar]
Returns error and warning information about the last SQLSRV operation performed 3144
« sqlsrv_connect sqlsrv_execute » PHP Manual SQLSRV 関数 Returns error and warning information a ... $error [ 'message' ]. "<br />" ; } } } ?> 注意 By default, warnings generated on a call to any SQLSRV functi ...
https://man.plustar.jp/php/function.sqlsrv-errors.html - [similar]
ストリームコンテキストを作成する 3144
« stream_bucket_prepend stream_context_get_default » PHP Manual ストリーム 関数 ストリームコンテ ...
https://man.plustar.jp/php/function.stream-context-create.html - [similar]
ストリーム / ラッパー / コンテキストのオプションを設定する 3144
« stream_context_set_default stream_context_set_params » PHP Manual ストリーム 関数 ストリーム / ...
https://man.plustar.jp/php/function.stream-context-set-option.html - [similar]
文字データハンドラを設定する 3144
« xml_parser_set_option xml_set_default_handler » PHP Manual XML パーサ 関数 文字データハンドラを ...
https://man.plustar.jp/php/function.xml-set-character-data-handler.html - [similar]
Add a high priority task to run in parallel 3144
« GearmanClient::addTaskBackground GearmanClient::addTaskHighBackground » PHP Manual GearmanClie ... rman client $gmc = new GearmanClient (); # add the default job server $gmc -> addServer (); # set the callbac ...
https://man.plustar.jp/php/gearmanclient.addtaskhigh.html - [similar]
Add a low priority task to run in parallel 3144
« GearmanClient::addTaskHighBackground GearmanClient::addTaskLowBackground » PHP Manual GearmanC ... rman client $gmc = new GearmanClient (); # add the default job server $gmc -> addServer (); # set the callbac ...
https://man.plustar.jp/php/gearmanclient.addtasklow.html - [similar]
Run a task in the background 3144
« GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun ... ct */ $gmclient = new GearmanClient (); /* add the default server */ $gmclient -> addServer (); /* run revers ...
https://man.plustar.jp/php/gearmanclient.dobackground.html - [similar]