検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 374 for Database (0.011 sec.)
ラージオブジェクトに書き込む 4485
« pg_lo_unlink pg_meta_data » PHP Manual PostgreSQL 関数 ラージオブジェクトに書き込む pg_lo_writ ... will overwrite the start of the large object." ; $database = pg_connect ( "dbname=jacarta" ); pg_query ( $dat ... abase , "begin" ); $handle = pg_lo_open ( $database , $doc_oid , "w" ); $data = pg_lo_write ( $handle ... , $data ); pg_query ( $database , "commit" ); ?> 参考 pg_lo_create() - ラージオブジ ...
https://man.plustar.jp/php/function.pg-lo-write.html - [similar]
Create new MongoDB Manager 4485
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... defaultAuthDb component may be used to specify the database name associated with the user's credentials; howev ... aultAuthDb nor authSource are specified, the admin database will be used by default. The defaultAuthDb compone ... nnection and also recorded in slow query logs when database profiling is enabled. This option may be used to s ... his array should be strings. authSource string The database name associated with the user's credentials. Defau ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
The MongoDB\Driver\Server class 4459
« MongoDB\Driver\CursorInterface::toArray MongoDB\Driver\Server::__construct » PHP Manual MongoD ... MongoDB\Driver\Server::executeCommand — Execute a database command on this server MongoDB\Driver\Server::exec ... uteQuery — Execute a database query on this server MongoDB\Driver\Server::execut ... eReadCommand — Execute a database command that reads on this server MongoDB\Driver\S ... erver::executeReadWriteCommand — Execute a database command that reads and writes on this server Mongo ...
https://man.plustar.jp/php/class.mongodb-driver-server.html - [similar]
OCI8 関数 4433
« ドライバでサポートされるデータ型 oci_bind_array_by_name » PHP Manual OCI8 OCI8 関数 OCI8 関数 ... ソースを解放する oci_get_implicit_resultset — Oracle Database の暗黙の結果セットを持つ親ステートメント・リソース ... gister a user-defined callback function for Oracle Database TAF oci_result — フェッチした行からフィールドの値を ... _set_call_timeout — Sets a millisecond timeout for database calls oci_set_client_identifier — クライアント識別 ... アント情報を設定する oci_set_db_operation — Sets the database operation oci_set_edition — データベース・エディシ ...
https://man.plustar.jp/php/ref.oci8.html - [similar]
BLOB を読み取るためのストリームリソースを開く 4433
« SQLite3::open SQLite3::prepare » PHP Manual SQLite3 BLOB を読み取るためのストリームリソースを開 ... ing $table , string $column , int $rowid , string $database = "main" , int $flags = SQLITE3_OPEN_READONLY ): r ... これは、以下によって選択されます: SELECT column FROM database . table WHERE rowid = rowid 注意 : ストリームに書き ... ラメータ table テーブル名 column カラム名 rowid 行ID database DB のシンボリック名 flags SQLITE3_OPEN_READONLY ま ... , リソース , rowid , openBlob , 読み取り , flags , database , サイズ , column ...
https://man.plustar.jp/php/sqlite3.openblob.html - [similar]
一般的な情報 4397
« FAQ メーリングリスト » PHP Manual FAQ 一般的な情報 一般的な情報 このセクションでは PHP に関する ... 見つけました! 誰に伝えればよいですか? まず、PHP Bug Database でそれが既知のバグかどうかを調べてください。 もしデ ... グを報告してください。メーリングリスト等ではなく Bug Database に報告することは非常に重要です。 なぜなら個々のバグ ... らバグの状態をチェックすることが可能だからです。 Bug Database は » https://github.com/php/php-src/issues にありま ... キーワード: 情報 , 一般 , バージョン , バグ , Bug , Database , FI , 報告 , 構文 , 機能 ...
https://man.plustar.jp/php/faq.general.html - [similar]
対応する GeoIP データベースのファイル名を返す 4397
« geoip_db_avail geoip_db_get_all_info » PHP Manual GeoIP 関数 対応する GeoIP データベースのファ ... ースのファイル名を返す 説明 geoip_db_filename ( int $database ): string geoip_db_filename() 関数は、 対応する Ge ... ータベースを探す先を返すだけのものです。 パラメータ database データベースの形式を表す整数値。この拡張モジュール ... , GeoIP , 対応 , geoip , filename , 出力 , 関数 , database , モジュール , usr ...
https://man.plustar.jp/php/function.geoip-db-filename.html - [similar]
ファイルからラージオブジェクトをインポートする 4397
« pg_lo_export pg_lo_open » PHP Manual PostgreSQL 関数 ファイルからラージオブジェクトをインポート ... 期待していました。 例 例1 pg_lo_import() の例 <?php $database = pg_connect ( "dbname=jacarta" ); pg_query ( $dat ... abase , "begin" ); $oid = pg_lo_import ( $database , '/tmp/lob.dat' ); pg_query ( $database , "commit ...
https://man.plustar.jp/php/function.pg-lo-import.html - [similar]
はじめに 4397
« IBM DB2 インストール/設定 » PHP Manual IBM DB2 はじめに はじめに これらの関数により、DB2 Call ... l Interface (DB2 CLI) を使用した IBM DB2 Universal Database、IBM Cloudscape および Apache Derby データベースへの ... 関連キーワード: インストール , 設定 , 関数 , Call , Database , scape , データベース , アクセス , ...
https://man.plustar.jp/php/intro.ibm-db2.html - [similar]
指定されたデータベース接続のユーザー名を変更する 4397
« mysqli::begin_transaction mysqli::character_set_name » PHP Manual mysqli 指定されたデータベース ... ( string $username , string $password , ? string $database ): bool 手続き型 mysqli_change_user ( mysqli $mysq ... , string $username , string $password , ? string $database ): bool 指定されたデータベース接続のユーザー名を変 ... MySQL のユーザー名。 password MySQL のパスワード。 database 変更するデータベース。 引数には null 値を渡すことも ... orld" ); if ( $result = $mysqli -> query ( "SELECT DATABASE()" )) { $row = $result -> fetch_row (); printf ( " ...
https://man.plustar.jp/php/mysqli.change-user.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT