検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 347 for [SIMILAR] 16 1024 4096 WITH 16287 pgsql WITH 125... (0.322 sec.)
接続しているかどうかによらずソケットにメッセージを送信する 0
« socket_sendmsg socket_set_block » PHP Manual ソケット 関数 接続しているかどうかによらずソケットにメッセージを送信する socket_sendto (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_sendto — 接続しているかどうかによらずソケットにメッセージを送信する 説明 socket_sendto ( Socket $socket , str ...
https://man.plustar.jp/php/function.socket-sendto.html - [similar]
mysqli_result オブジェクトを構築する 0
« mysqli_result mysqli_result::$current_field » PHP Manual mysqli_result mysqli_result オブジェクトを構築する mysqli_result::__construct (PHP 5, PHP 7, PHP 8) mysqli_result::__construct — mysqli_result オブジェクトを構築する 説明 public mysqli_result::__construct ( mysqli $mysql , int $r ...
https://man.plustar.jp/php/mysqli-result.construct.html - [similar]
tables フィールドの名前あるいは oid を返す 0
« pg_field_size pg_field_type_oid » PHP Manual PostgreSQL 関数 tables フィールドの名前あるいは oid を返す pg_field_table (PHP 5 >= 5.2.0, PHP 7, PHP 8) pg_field_table — tables フィールドの名前あるいは oid を返す 説明 pg_field_table ( PgSql\Result $result , int $field , bool $oid_only = f ...
https://man.plustar.jp/php/function.pg-field-table.html - [similar]
特定の接続から直近のエラーメッセージ文字列を取得する 0
« pg_insert pg_last_notice » PHP Manual PostgreSQL 関数 特定の接続から直近のエラーメッセージ文字列を取得する pg_last_error (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_last_error — 特定の接続から直近のエラーメッセージ文字列を取得する 説明 pg_last_error ( ? PgSql\Connection $connection = null ...
https://man.plustar.jp/php/function.pg-last-error.html - [similar]
ラージオブジェクトをファイルにエクスポートする 0
« pg_lo_create pg_lo_import » PHP Manual PostgreSQL 関数 ラージオブジェクトをファイルにエクスポートする pg_lo_export (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_export — ラージオブジェクトをファイルにエクスポートする 説明 pg_lo_export ( PgSql\Connection $connection = ? , int $oid , strin ...
https://man.plustar.jp/php/function.pg-lo-export.html - [similar]
推奨されなくなる機能 0
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 推奨されなくなる機能 推奨されなくなる機能 PHP コア デフォルト値を持つ引数の後に、必須の引数が続く場合、デフォルト値は意味をなしません。 こうした書き方は PHP 8.0.0 から推奨されなくなります。 以下のようにし ...
https://man.plustar.jp/php/migration80.deprecated.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_cancel_query pg_close » PHP Manual PostgreSQL 関数 クライアントのエンコーディングを取得する pg_client_encoding (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) pg_client_encoding — クライアントのエンコーディングを取得する 説明 pg_client_encoding ( ? PgSql\Connection $connection = null ): strin ...
https://man.plustar.jp/php/function.pg-client-encoding.html - [similar]
結果に関連するエラーメッセージを取得する 0
« pg_result_error_field pg_result_seek » PHP Manual PostgreSQL 関数 結果に関連するエラーメッセージを取得する pg_result_error (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_result_error — 結果に関連するエラーメッセージを取得する 説明 pg_result_error ( PgSql\Result $result ): string | false pg_r ...
https://man.plustar.jp/php/function.pg-result-error.html - [similar]
カスタムセッションハンドラ 0
« セッションIDの受渡し セッションのアップロード状況 » PHP Manual 例 カスタムセッションハンドラ カスタムセッションハンドラ セッション情報をデータベースに保存する機能か他の保存法を実装するには、 一連のユーザーレベルの保存関数を作成し、 session_set_save_handler() を使用する必要があります。 ...
https://man.plustar.jp/php/session.customhandler.html - [similar]