検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 347 for [SIMILAR] 16 1024 4096 WITH 17518 レコ WITH 1628... (0.325 sec.)
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PostgreSQLサポートを利用可能とするには、PHPコンパイル時に --with-pgsql[=DIR] を指定することが必要です。 DIR は PostgreSQL のインストールディレクトリで、デフォルトは /usr/local/pgsql です。 共有オブジェクト ...
https://man.plustar.jp/php/pgsql.installation.html - [similar]
名前空間と動的言語機能 0
« 名前空間の使用法: 基本編 namespace キーワードおよび __NAMESPACE__ 定数 » PHP Manual 名前空間 名前空間と動的言語機能 名前空間と動的言語機能 (PHP 5 >= 5.3.0, PHP 7, PHP 8) PHP における名前空間の実装は、PHP 自身が動的プログラミング言語であるという性質に影響を受けています。 したがって、次の ...
https://man.plustar.jp/php/language.namespaces.dynamic.html - [similar]
後方参照 0
« 繰り返し 言明 » PHP Manual PCRE 正規表現構文 後方参照 後方参照 文字クラス外で、バックスラッシュに続いて 1 以上の数値(複数桁可) を記述したものは、パターン中のより前方(すなわち左)にある キャプチャ用サブパターンに対する後方参照 (back reference) です。ただし、 その左方に、その数値以上の ...
https://man.plustar.jp/php/regexp.reference.back-references.html - [similar]
データベース接続を調べる 0
« pg_pconnect pg_port » PHP Manual PostgreSQL 関数 データベース接続を調べる pg_ping (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) pg_ping — データベース接続を調べる 説明 pg_ping ( ? PgSql\Connection $connection = null ): bool pg_ping() はデータベース接続を調べ、その接続が 壊れている場合には再度接 ...
https://man.plustar.jp/php/function.pg-ping.html - [similar]
TableDelete クラス 0
« Table::update TableDelete::bind » PHP Manual Mysql_xdevapi TableDelete クラス TableDelete クラス (PECL mysql-xdevapi >= 8.0.11) はじめに テーブルのレコードを削除する操作を行うためのステートメントです。 クラス概要 class mysql_xdevapi\TableDelete implements mysql_xdevapi\Executable { /* ...
https://man.plustar.jp/php/class.mysql-xdevapi-tabledelete.html - [similar]
削除時の検索条件を設定する 0
« TableDelete::orderby mysql_xdevapi\TableInsert » PHP Manual mysql_xdevapi\TableDelete 削除時の検索条件を設定する TableDelete::where (No version information available, might only be in Git) TableDelete::where — 削除時の検索条件を設定する 説明 public mysql_xdevapi\TableDelete::where ( st ...
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.where.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 PHP オプション/情報設定オプション 名前 デフォルト 変更可能 変更履歴 assert.active "1" PHP_INI_ALL assert.bail "0" PHP_INI_ALL assert.warning "1" PHP_INI_ALL assert.ca ...
https://man.plustar.jp/php/info.configuration.html - [similar]
非同期クエリを取り消す 0
« pg_affected_rows pg_client_encoding » PHP Manual PostgreSQL 関数 非同期クエリを取り消す pg_cancel_query (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_cancel_query — 非同期クエリを取り消す 説明 pg_cancel_query ( PgSql\Connection $connection ): bool pg_cancel_query() は、 pg_send_query() ・ p ...
https://man.plustar.jp/php/function.pg-cancel-query.html - [similar]
ラージオブジェクトをクローズする 0
« pg_last_oid pg_lo_create » PHP Manual PostgreSQL 関数 ラージオブジェクトをクローズする pg_lo_close (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_close — ラージオブジェクトをクローズする 説明 pg_lo_close ( PgSql\Lob $lob ): bool pg_lo_close() はラージオブジェクトをクローズします。 ラージオ ...
https://man.plustar.jp/php/function.pg-lo-close.html - [similar]
ラージオブジェクトを読み込む 0
« pg_lo_read_all pg_lo_seek » PHP Manual PostgreSQL 関数 ラージオブジェクトを読み込む pg_lo_read (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_read — ラージオブジェクトを読み込む 説明 pg_lo_read ( PgSql\Lob $lob , int $length = 8192 ): string | false pg_lo_read() は、ラージオブジェクトから ...
https://man.plustar.jp/php/function.pg-lo-read.html - [similar]