検索

phrase: max: clip:
target: order:
Results of 541 - 550 of about 1938 for IF (0.094 sec.)
指定したパラメータでプリペアドステートメントを実行するリクエストを 送信し、その... 2432
« pg_select pg_send_prepare » PHP Manual PostgreSQL 関数 指定したパラメータでプリペアドステートメ ... "Could not connect" ); // 実行するクエリを準備する if (! pg_connection_busy ( $dbconn )) { pg_send_prepa ... 's Widgets" は // エスケープの必要がないことに注意 if (! pg_connection_busy ( $dbconn )) { pg_send_execu ... / 同じプリペアドクエリを異なるパラメータで実行する if (! pg_connection_busy ( $dbconn )) { pg_send_execu ...
https://man.plustar.jp/php/function.pg-send-execute.html - [similar]
現在のセッションIDを新しく生成したものと置き換える 2432
« session_name session_register_shutdown » PHP Manual セッション関数 現在のセッションIDを新しく生 ... うまく扱えません。 たとえば、モバイルネットワークや WiFi ネットワークです。 よって、 session_regenerate_id ... on_start (); // 破棄されたタイムスタンプをチェック if (isset( $_SESSION [ 'destroyed' ]) && $_SESSION [ ... 。 function my_session_start () { session_start (); if (isset( $_SESSION [ 'destroyed' ])) { if ( $_SESSI ... ]); throw(new DestroyedSessionAccessException ); } if (isset( $_SESSION [ 'new_session_id' ])) { // 完全 ...
https://man.plustar.jp/php/function.session-regenerate-id.html - [similar]
Retrieves the number of fields (columns) on a statement 2432
« sqlsrv_next_result sqlsrv_num_rows » PHP Manual SQLSRV 関数 Retrieves the number of fields (co ... sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( print_r ( sqlsrv_errors ... Table_1" ; $stmt = sqlsrv_query ( $conn , $sql ); if( $stmt === false ) { die( print_r ( sqlsrv_errors ...
https://man.plustar.jp/php/function.sqlsrv-num-fields.html - [similar]
ユーザー定義関数 2432
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義 ... せん。 しかし関数 bar()はコールできます。 */ bar (); if ( $makefoo ) { function foo () { echo "I don't exi ... いるため 安全にfoo()をコールすることができます。 */ if ( $makefoo ) foo (); function bar () { echo "I exi ... 例4 再帰的な関数 <?php function recursion ( $a ) { if ( $a < 20 ) { echo " $a \n" ; recursion ( $a + 1 ) ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]
Returns the latency of this server in milliseconds 2432
« MongoDB\Driver\Server::getInfo MongoDB\Driver\Server::getPort » PHP Manual MongoDB\Driver\Serv ... he latency of this server in milliseconds, or null if no latency has been measured (e.g. client is conne ... 明 PECL mongodb 1.11.0 This method will return null if no latency has been measured. In earlier versions, ... milliseconds » Server Discovery and Monitoring Specification 関連キーワード: Returns , latency , server ...
https://man.plustar.jp/php/mongodb-driver-server.getlatency.html - [similar]
Returns the WriteResult for the failed write operation 2432
« MongoDB\Driver\Exception\WriteException Class Tree » PHP Manual MongoDB\Driver\Exception\Write ... ion $e ) { $writeResult = $e -> getWriteResult (); if ( $writeConcernError = $writeResult -> getWriteCon ... cernError ()) { var_dump ( $writeConcernError ); } if ( $writeErrors = $writeResult -> getWriteErrors () ...
https://man.plustar.jp/php/mongodb-driver-writeexception.getwriteresult.html - [similar]
Returns the number of documents selected for update 2432
« MongoDB\Driver\WriteResult::getInsertedCount MongoDB\Driver\WriteResult::getModifiedCount » PH ... goDB\Driver\WriteResult::getMatchedCount (): ? int If the update operation results in no change to the d ... alue returned by MongoDB\Driver\WriteResult::getModifiedCount() . パラメータ この関数にはパラメータはあり ... e number of documents selected for update, or null if the write was not acknowledged. エラー / 例外 引数 ... ます。 int(1) 参考 MongoDB\Driver\WriteResult::getModifiedCount() - Returns the number of existing documen ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getmatchedcount.html - [similar]
コレクションのインデックスを削除 2432
« Collection::createIndex Collection::existsInDatabase » PHP Manual mysql_xdevapi\Collection コレ ... ord@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sq ... ", "required": true}], "unique": false}' ); // ... if ( $collection -> dropIndex ( 'myindex' )) { echo " ...
https://man.plustar.jp/php/mysql-xdevapi-collection.dropindex.html - [similar]
テーブルがデータベースに存在するかをチェックする 2432
« Table::delete Table::getName » PHP Manual mysql_xdevapi\Table テーブルがデータベースに存在する ... ord@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sq ... book" ); $table = $schema -> getTable ( "names" ); if ( $table -> existsInDatabase ()) { echo "Yes, this ...
https://man.plustar.jp/php/mysql-xdevapi-table.existsindatabase.html - [similar]
Memory management 2432
« メモ MySQL Native Driver プラグインAPI » PHP Manual Mysqlnd Memory management Memory managemen ... troduction The MySQL Native Driver manages memory different than the MySQL Client Library. The libraries ... differ in the way memory is allocated and released, ho ... SQL Native Driver and the MySQL Client Library is difficult. The MySQL Client Library is using the opera ... s, it does not comply to any PHP memory limit set. If using the MySQL Client Library, depending on the d ...
https://man.plustar.jp/php/mysqlnd.memory.html - [similar]