検索

phrase: max: clip:
target: order:
Results of 791 - 800 of about 1114 for from (0.056 sec.)
Commits a transaction 2588
« MongoDB\Driver\Session::advanceOperationTime MongoDB\Driver\Session::__construct » PHP Manual ... n. Until the commit, none of the data changes made from within the transaction are visible outside the tra ...
https://man.plustar.jp/php/mongodb-driver-session.committransaction.html - [similar]
Returns the index of the write operation corresponding to this WriteError 2588
« MongoDB\Driver\WriteError::getCode MongoDB\Driver\WriteError::getInfo » PHP Manual MongoDB\Dri ... 。 戻り値 Returns the index of the write operation (from MongoDB\Driver\BulkWrite ) corresponding to this W ...
https://man.plustar.jp/php/mongodb-driver-writeerror.getindex.html - [similar]
グループ化の条件を設定する 2588
« CollectionFind::fields CollectionFind::having » PHP Manual mysql_xdevapi\CollectionFind グルー ... alid Collection object //Extract all the documents from the Collection and group the results by the 'name' ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.groupby.html - [similar]
カラムの数を取得する 2588
« RowResult::fetchOne RowResult::getColumnNames » PHP Manual mysql_xdevapi\RowResult カラムの数を ... )-> execute (); $sql = $session -> sql ( "SELECT * from addressbook.names" )-> execute (); echo $sql -> ge ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.getcolumncount.html - [similar]
結果セットのフィールド情報をオブジェクトの配列で返す 2588
« mysqli_result::fetch_field mysqli_result::fetch_object » PHP Manual mysqli_result 結果セットの ... ( $charset ); $query = "SELECT actor_id, last_name from actor ORDER BY actor_id" ; echo "================= ... , $charset ); $query = "SELECT actor_id, last_name from actor ORDER BY actor_id" ; echo "================= ...
https://man.plustar.jp/php/mysqli-result.fetch-fields.html - [similar]
SQL ステートメントを実行するために準備する 2588
« mysqli_stmt::$param_count mysqli_stmt::reset » PHP Manual mysqli_stmt SQL ステートメントを実行 ... stmt_init (); $stmt -> prepare ( "SELECT District FROM City WHERE Name=?" ); /* マーカにパラメータをバイン ... ); mysqli_stmt_prepare ( $stmt , "SELECT District FROM City WHERE Name=?" ); /* マーカにパラメータをバイン ...
https://man.plustar.jp/php/mysqli-stmt.prepare.html - [similar]
データベース上でひとつ以上のクエリを実行する 2588
« mysqli::more_results mysqli::next_result » PHP Manual mysqli データベース上でひとつ以上のクエリ ... "SELECT CURRENT_USER();" ; $query .= "SELECT Name FROM City ORDER BY ID LIMIT 20, 5" ; /* 複数のクエリを実 ... "SELECT CURRENT_USER();" ; $query .= "SELECT Name FROM City ORDER BY ID LIMIT 20, 5" ; /* 複数のクエリを実 ...
https://man.plustar.jp/php/mysqli.multi-query.html - [similar]
基本的な使用法 2588
« 例 PCNTL 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 この例は、シグナルハンドラを有する ... posix_setsid () == - 1 ) { die( "could not detach from terminal" ); } // シグナルハンドラを設定 pcntl_sig ...
https://man.plustar.jp/php/pcntl.example.html - [similar]
接続、および接続の管理 2588
« 定義済み定数 トランザクションおよび自動コミット » PHP Manual PDO 接続、および接続の管理 接続、 ... user , $pass ); foreach( $dbh -> query ( 'SELECT * from FOO' ) as $row ) { print_r ( $row ); } $dbh = null ... で接続を使用します $sth = $dbh -> query ( 'SELECT * FROM foo' ); // 使用を終了したので、閉じます $sth = nul ...
https://man.plustar.jp/php/pdo.connections.html - [similar]
基本的な使用法 2588
« 例 基本的な使い方 » PHP Manual 例 基本的な使用法 基本的な使用法 この例では、PostgreSQL への接続 ... or ()); // SQL クエリを実行する $query = 'SELECT * FROM authors' ; $result = pg_query ( $query ) or die( ' ...
https://man.plustar.jp/php/pgsql.examples-basic.html - [similar]