検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 222 for [SIMILAR] 16 1024 4096 WITH 17336 informix WITH ... (0.200 sec.)
Microsoft SQL Server および Sybase データベースに接続する 0
« MS SQL Server (PDO) Firebird (PDO) » PHP Manual MS SQL Server (PDO) Microsoft SQL Server および Sybase データベースに接続する PDO_DBLIB DSN (PECL PDO_DBLIB >= 0.9.0) PDO_DBLIB DSN — Microsoft SQL Server および Sybase データベースに接続する 説明 PDO_DBLIB データソース名 (DSN) は以下の要 ...
https://man.plustar.jp/php/ref.pdo-dblib.connection.html - [similar]
トランザクション内かどうかを調べる 0
« PDO::getAvailableDrivers PDO::lastInsertId » PHP Manual PDO トランザクション内かどうかを調べる PDO::inTransaction (PHP 5 >= 5.3.3, Bundled pdo_pgsql, PHP 7, PHP 8) PDO::inTransaction — トランザクション内かどうかを調べる 説明 public PDO::inTransaction (): bool ドライバ内で、現在トランザ ...
https://man.plustar.jp/php/pdo.intransaction.html - [similar]
SQLite 拡張ライブラリを読み込む 0
« SQLite3::lastInsertRowID SQLite3::open » PHP Manual SQLite3 SQLite 拡張ライブラリを読み込む SQLite3::loadExtension (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3::loadExtension — SQLite 拡張ライブラリを読み込む 説明 public SQLite3::loadExtension ( string $name ): bool SQLite 拡張ライブラリを読 ...
https://man.plustar.jp/php/sqlite3.loadextension.html - [similar]
トランザクションをコミットする 0
« PDO::beginTransaction PDO::__construct » PHP Manual PDO トランザクションをコミットする PDO::commit (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDO::commit — トランザクションをコミットする 説明 public PDO::commit (): bool トランザクションをコミットし、 次に PDO::beginTransaction() ...
https://man.plustar.jp/php/pdo.commit.html - [similar]
サーバのPIDを取得する 0
« PDO::pgsqlGetNotify PDO::pgsqlLOBCreate » PHP Manual PostgreSQL (PDO) サーバのPIDを取得する PDO::pgsqlGetPid (PHP 5 >= 5.6.0, PHP 7, PHP 8) PDO::pgsqlGetPid — サーバのPIDを取得する 説明 public PDO::pgsqlGetPid (): int サーバのPIDを返します。 パラメータ この関数にはパラメータはありません ...
https://man.plustar.jp/php/pdo.pgsqlgetpid.html - [similar]
トランザクションをロールバックする 0
« PDO::quote PDO::setAttribute » PHP Manual PDO トランザクションをロールバックする PDO::rollBack (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDO::rollBack — トランザクションをロールバックする 説明 public PDO::rollBack (): bool PDO::beginTransaction() によって開始された 現在のトラン ...
https://man.plustar.jp/php/pdo.rollback.html - [similar]
はじめに 0
« PDO インストール/設定 » PHP Manual PDO はじめに はじめに PHP Data Objects ( PDO ) 拡張モジュールは、 PHP の中からデータベースにアクセスするための軽量で高性能な インターフェイスを定義します。 PDO インターフェイスを実装する各データベースドライバは、 正規表現関数のようなデータベース固有の ...
https://man.plustar.jp/php/intro.pdo.html - [similar]
トランザクションおよび自動コミット 0
« 接続、および接続の管理 プリペアドステートメントおよびストアドプロシージャ » PHP Manual PDO トランザクションおよび自動コミット トランザクションおよび自動コミット さあ、PDO を使用してデータベースに接続することができました。 クエリを発行する前に、PDO がトランザクションをどのように扱うのか ...
https://man.plustar.jp/php/pdo.transactions.html - [similar]
SQLite3 クラス 0
« 定義済み定数 SQLite3::backup » PHP Manual SQLite3 SQLite3 クラス SQLite3 クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに SQLite 3 データベースとのインターフェイスとなるクラスです。 クラス概要 class SQLite3 { /* メソッド */ public __construct ( string $filename , int $flags = SQLITE3_OPE ...
https://man.plustar.jp/php/class.sqlite3.html - [similar]
文を実行する準備を行い、文オブジェクトを返す 0
« PDO::lastInsertId PDO::query » PHP Manual PDO 文を実行する準備を行い、文オブジェクトを返す PDO::prepare (PHP 5 >= 5.1.0, PHP 7, PHP 8, PHP 8,PECL pdo >= 0.1.0) PDO::prepare — 文を実行する準備を行い、文オブジェクトを返す 説明 public PDO::prepare ( string $query , array $options = [] ): ...
https://man.plustar.jp/php/pdo.prepare.html - [similar]