検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 594 for [SIMILAR] 16 1024 4096 WITH 11089 pdostatement W... (0.491 sec.)
文字列の汚染を除去する関数 0
« 汚染された文字列をチェックする関数や文 Taint 関数 » PHP Manual 詳細 文字列の汚染を除去する関数 文字列の汚染を除去する関数 関数 対応するようになったバージョン addslashes 0.1.0 addcslashes 0.1.0 htmlspecialchars 0.1.0 htmlentities 0.1.0 escapeshellcmd 0.1.0 mysql_escape_string 0.1.0 mysq ...
https://man.plustar.jp/php/taint.detail.untaint.html - [similar]
クエリの結果から、行を連想配列として取得する 0
« ibase_execute ibase_fetch_object » PHP Manual Firebird/InterBase 関数 クエリの結果から、行を連想配列として取得する ibase_fetch_assoc (PHP 5, PHP 7 < 7.4.0) ibase_fetch_assoc — クエリの結果から、行を連想配列として取得する 説明 ibase_fetch_assoc ( resource $result , int $fetch_flag = 0 ) ...
https://man.plustar.jp/php/function.ibase-fetch-assoc.html - [similar]
0
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 <?php enum SortOrder { case ASC ; case DESC ; } function query ( $fields , $filter , SortOrder $order = SortOrder :: ASC ) { ... } ?> query() 関数は、 $order が SortOrder::ASC または SortOrder: ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
PostgreSQL 関数 0
« 基本的な使い方 pg_affected_rows » PHP Manual PostgreSQL PostgreSQL 関数 PostgreSQL 関数 注意 注意 : すべての関数がすべての構築環境でサポートされるわけではありません。 サポートされる関数は、使用する libpq(PostgreSQL の C クライアント ライブラリ)のバージョンと libpq のコンパイル方法に依 ...
https://man.plustar.jp/php/ref.pgsql.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 0
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバインドする oci_bind_by_name (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_bind_by_name — Oracle プレースホルダに PHP 変数をバインドする 説明 oci_bind_by_name ( resource $statement , string $par ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
その他の変更 0
« PHP 8.1.x で推奨されなくなる機能 PHP 7.4.x から PHP 8.0.x への移行 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 その他の変更 その他の変更 SAPI モジュールへの変更 CLI readline 拡張機能 が組み込まれていないのに、 -a オプションを使った場合、 エラーが発生するようになりました。 以前のバー ...
https://man.plustar.jp/php/migration81.other-changes.html - [similar]
直近の接続から返された SQLSTATE を含む文字列を返す 0
« db2_commit db2_conn_errormsg » PHP Manual IBM DB2 関数 直近の接続から返された SQLSTATE を含む文字列を返す db2_conn_error (PECL ibm_db2 >= 1.0.0) db2_conn_error — 直近の接続から返された SQLSTATE を含む文字列を返す 説明 db2_conn_error ( resource $connection = ? ): string db2_conn_error() ...
https://man.plustar.jp/php/function.db2-conn-error.html - [similar]
直近の接続エラーメッセージおよび SQLCODE を返す 0
« db2_conn_error db2_connect » PHP Manual IBM DB2 関数 直近の接続エラーメッセージおよび SQLCODE を返す db2_conn_errormsg (PECL ibm_db2 >= 1.0.0) db2_conn_errormsg — 直近の接続エラーメッセージおよび SQLCODE を返す 説明 db2_conn_errormsg ( resource $connection = ? ): string db2_conn_errorm ...
https://man.plustar.jp/php/function.db2-conn-errormsg.html - [similar]
イベントが発生した際にコールされるコールバック関数を登録する 0
« ibase_service_detach ibase_trans » PHP Manual Firebird/InterBase 関数 イベントが発生した際にコールされるコールバック関数を登録する ibase_set_event_handler (PHP 5, PHP 7 < 7.4.0) ibase_set_event_handler — イベントが発生した際にコールされるコールバック関数を登録する 説明 ibase_set_event_ ...
https://man.plustar.jp/php/function.ibase-set-event-handler.html - [similar]
PHP の文字エンコーディングに関する要件 0
« 関数のオーバーロード機能 マルチバイト文字列 関数 » PHP Manual マルチバイト文字列 PHP の文字エンコーディングに関する要件 PHP の文字エンコーディングに関する要件 以下の型のエンコーディングが、PHP で安全に使用することができます。 シングルバイトエンコーディングで、 00h から 7fh の範囲の文字 ...
https://man.plustar.jp/php/mbstring.php4.req.html - [similar]