検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 257 for call (0.024 sec.)
実行用に文を準備する 4433
« odbc_pconnect odbc_primarykeys » PHP Manual ODBC 関数 実行用に文を準備する odbc_prepare (PHP 4 ... $b = 2 ; $c = 3 ; $stmt = odbc_prepare ( $conn , 'CALL myproc(?,?,?)' ); $success = odbc_execute ( $stmt ...
https://man.plustar.jp/php/function.odbc-prepare.html - [similar]
Commits a transaction that was begun with sqlsrv_begin_transaction 4433
« sqlsrv_close sqlsrv_configure » PHP Manual SQLSRV 関数 Commits a transaction that was begun wi ... urned to auto-commit mode after sqlsrv_commit() is called. The transaction that is committed includes all ... statements that were executed after the call to sqlsrv_begin_transaction() . Explicit transacti ...
https://man.plustar.jp/php/function.sqlsrv-commit.html - [similar]
Rolls back a transaction that was begun with sqlsrv_begin_transaction 4433
« sqlsrv_query sqlsrv_rows_affected » PHP Manual SQLSRV 関数 Rolls back a transaction that was b ... ラメータ conn The connection resource returned by a call to sqlsrv_connect() . 戻り値 成功した場合に true を ...
https://man.plustar.jp/php/function.sqlsrv-rollback.html - [similar]
はじめに 4433
« dBase インストール/設定 » PHP Manual dBase はじめに はじめに 注意 : この拡張モジュールは » PEC ... . 警告 As of dbase 7.0.0 the databases are automatically locked via flock() . There has been no support fo ... of the file and deleted records are kept until you call dbase_pack() . Only dbf file levels 3 (dBASE III+) ...
https://man.plustar.jp/php/intro.dbase.html - [similar]
Execution 4433
« parallel\bootstrap parallel\Runtime » PHP Manual Functional API Execution parallel\run (1.0.0) ... untime internally created and cached by a previous call to parallel\run() is idle, it will be used to exec ...
https://man.plustar.jp/php/parallel.run.html - [similar]
Makes an HTTP server accept connections on the specified socket stream or resour... 4403
« EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect ... cket should be ready to accept connections. Can be called multiple times to accept connections on differen ... , and accept connections on the socket in s single call use EventHttp::bind() . EventHttp::accept() is nee ... ept failed\n" ; exit( 1 ); } ++ $i ; } $http -> setCallback ( "/some-page" , function() { echo "(some-page ... 200 , "OK" ); echo "OK\n" ; }); $http -> setDefaultCallback (function( $req ) { echo "URI: " , $req -> get ...
https://man.plustar.jp/php/eventhttp.accept.html - [similar]
Open a connection to a CUBRID Server 4403
« cubrid_connect_with_url cubrid_current_oid » PHP Manual CUBRID 関数 Open a connection to a CUB ... ven, the default value is "". new_link If a second call is made to cubrid_connect() with the same argument ... pen a new connection, even if cubrid_connect() was called before with the same parameters. 戻り値 Connecti ...
https://man.plustar.jp/php/function.cubrid-connect.html - [similar]
Fetch a result row as an associative array, a numeric array, or both 4403
« cubrid_error cubrid_fetch_assoc » PHP Manual CUBRID MySQL 互換関数 Fetch a result row as an as ... ry result and returns an array. The cursor automatically moves to the next row after getting the result. パ ... ラメータ result Result comes from a call to cubrid_execute() type Array type of the fetched ...
https://man.plustar.jp/php/function.cubrid-fetch-array.html - [similar]
Get column information from a result and return as an object 4403
« cubrid_fetch_assoc cubrid_fetch_lengths » PHP Manual CUBRID MySQL 互換関数 Get column informat ... zero-filled パラメータ result result comes from a call to cubrid_execute() field_offset The numerical fie ...
https://man.plustar.jp/php/function.cubrid-fetch-field.html - [similar]
Fetch the next row and return it as an object 4403
« cubrid_fetch_lengths cubrid_fetch_row » PHP Manual CUBRID MySQL 互換関数 Fetch the next row an ... the result. パラメータ result result comes from a call to cubrid_execute() class_name The name of the cla ...
https://man.plustar.jp/php/function.cubrid-fetch-object.html - [similar]