検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 450 for [SIMILAR] 16 1024 4096 WITH 7287 postgresql WITH... (1.406 sec.)
PostgreSQL サーバーからの直近の通知メッセージを返す 0
« pg_last_error pg_last_oid » PHP Manual PostgreSQL 関数 PostgreSQL サーバーからの直近の通知メッセージを返す pg_last_notice (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) pg_last_notice — PostgreSQL サーバーからの直近の通知メッセージを返す 説明 pg_last_notice ( PgSql\Connection $connection , int ...
https://man.plustar.jp/php/function.pg-last-notice.html - [similar]
クエリに使う文字列をエスケープする 0
« pg_escape_literal pg_execute » PHP Manual PostgreSQL 関数 クエリに使う文字列をエスケープする pg_escape_string (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_escape_string — クエリに使う文字列をエスケープする 説明 pg_escape_string ( PgSql\Connection $connection = ? , string $data ): string pg ...
https://man.plustar.jp/php/function.pg-escape-string.html - [similar]
ラージオブジェクトを生成する 0
« pg_lo_close pg_lo_export » PHP Manual PostgreSQL 関数 ラージオブジェクトを生成する pg_lo_create (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_create — ラージオブジェクトを生成する 説明 pg_lo_create ( PgSql\Connection $connection = ? , mixed $object_id = ? ): int pg_lo_create ( mixed $obj ...
https://man.plustar.jp/php/function.pg-lo-create.html - [similar]
日本語のマルチバイト文字に関する基本事項 0
« サポートされるエンコーディングの概要 HTTP 入出力 » PHP Manual マルチバイト文字列 日本語のマルチバイト文字に関する基本事項 日本語のマルチバイト文字に関する基本事項 日本語の文字は、マルチバイトエンコーディングを使用しないと表せません。 また、プラットフォームや使用目的によって複数の標準エ ...
https://man.plustar.jp/php/mbstring.ja-basic.html - [similar]
bytea フィールドに挿入するために文字列をエスケープする 0
« pg_end_copy pg_escape_identifier » PHP Manual PostgreSQL 関数 bytea フィールドに挿入するために文字列をエスケープする pg_escape_bytea (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_escape_bytea — bytea フィールドに挿入するために文字列をエスケープする 説明 pg_escape_bytea ( PgSql\Connection $c ...
https://man.plustar.jp/php/function.pg-escape-bytea.html - [similar]
サーバーのパラメータ設定を検索する 0
« pg_options pg_pconnect » PHP Manual PostgreSQL 関数 サーバーのパラメータ設定を検索する pg_parameter_status (PHP 5, PHP 7, PHP 8) pg_parameter_status — サーバーのパラメータ設定を検索する 説明 pg_parameter_status ( PgSql\Connection $connection = ? , string $param_name ): string サーバーの ...
https://man.plustar.jp/php/function.pg-parameter-status.html - [similar]
接続をリセット(再接続)する 0
« pg_connection_busy pg_connection_status » PHP Manual PostgreSQL 関数 接続をリセット(再接続)する pg_connection_reset (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_connection_reset — 接続をリセット(再接続)する 説明 pg_connection_reset ( PgSql\Connection $connection ): bool pg_connection_reset ...
https://man.plustar.jp/php/function.pg-connection-reset.html - [similar]
エラー報告の各フィールドを返す 0
« pg_query pg_result_error » PHP Manual PostgreSQL 関数 エラー報告の各フィールドを返す pg_result_error_field (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_result_error_field — エラー報告の各フィールドを返す 説明 pg_result_error_field ( PgSql\Result $result , int $field_code ): string | false | null ...
https://man.plustar.jp/php/function.pg-result-error-field.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 PostgreSQL設定オプション 名前 デフォルト 変更可能 変更履歴 pgsql.allow_persistent "1" PHP_INI_SYSTEM pgsql.max_persistent "-1" PHP_INI_SYSTEM pgsql.max_links "-1" PHP ...
https://man.plustar.jp/php/pgsql.configuration.html - [similar]
基本 0
« エラー PHP 7 でのエラー » PHP Manual エラー 基本 基本 PHP は、各種のエラー条件に対応したさまざまなエラーを報告します。 これらを使えばさまざまな状況を伝えられるでしょうし、 必要に応じて画面に表示したりログに記録したりすることもできます。 PHP が発するあらゆるエラーには、型情報が含まれます ...
https://man.plustar.jp/php/language.errors.basics.html - [similar]