検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 206 for [SIMILAR] 16 1024 4096 WITH 44665 procedure WITH... (0.724 sec.)
新機能 0
« PHP 8.0.x から PHP 8.1.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 新機能 新機能 PHP コア 8進数の整数リテラルのプレフィックス指定 8進数の整数値の場合に、 数値リテラルのプレフィックスとして明示的に 0o や 0O を指定できるようになりました。 これ ...
https://man.plustar.jp/php/migration81.new-features.html - [similar]
特殊文字を HTML エンティティに変換する 0
« htmlspecialchars_decode implode » PHP Manual String 関数 特殊文字を HTML エンティティに変換する htmlspecialchars (PHP 4, PHP 5, PHP 7, PHP 8) htmlspecialchars — 特殊文字を HTML エンティティに変換する 説明 htmlspecialchars ( string $string , int $flags = ENT_QUOTES | ENT_SUBSTITUTE | EN ...
https://man.plustar.jp/php/function.htmlspecialchars.html - [similar]
mysqli の概要 0
« はじめに クイックスタートガイド » PHP Manual MySQLi mysqli の概要 mysqli の概要 このセクションでは、 PHP アプリケーションの開発で MySQL データベースを扱うときの選択肢について説明します。 API って何? API は Application Programming Interface の略で、 何らかのタスクを実行するためにアプリケ ...
https://man.plustar.jp/php/mysqli.overview.html - [similar]
SQLインジェクション 0
« ストレージの暗号化 エラーのレポート » PHP Manual データベースのセキュリティ SQLインジェクション SQLインジェクション 多くの開発者はSQLクエリがどのように改竄されるかということを余り気にかけておらず、またSQLクエリは信用できるものと考えているようです。 実際にはSQLクエリはアクセス制限を回避 ...
https://man.plustar.jp/php/security.database.sql-injection.html - [similar]
結果セットの行からひとつのカラムを返す 0
« db2_procedures db2_rollback » PHP Manual IBM DB2 関数 結果セットの行からひとつのカラムを返す db2_result (PECL ibm_db2 >= 1.0.0) db2_result — 結果セットの行からひとつのカラムを返す 説明 db2_result ( resource $stmt , mixed $column ): mixed db2_result() を使用して、 結果セットの現在の行か ...
https://man.plustar.jp/php/function.db2-result.html - [similar]
テーブルに関する統計情報を取得する 0
« odbc_specialcolumns odbc_tableprivileges » PHP Manual ODBC 関数 テーブルに関する統計情報を取得する odbc_statistics (PHP 4, PHP 5, PHP 7, PHP 8) odbc_statistics — テーブルに関する統計情報を取得する 説明 odbc_statistics ( resource $odbc , ? string $catalog , string $schema , string $tabl ...
https://man.plustar.jp/php/function.odbc-statistics.html - [similar]
新しい tidy オブジェクトを作成する 0
« tidy::cleanRepair tidy::diagnose » PHP Manual tidy 新しい tidy オブジェクトを作成する tidy::__construct (PHP 5, PHP 7, PHP 8, PECL tidy >= 0.5.2) tidy::__construct — 新しい tidy オブジェクトを作成する 説明 public tidy::__construct ( ? string $filename = null , array | string | null $co ...
https://man.plustar.jp/php/tidy.construct.html - [similar]
プリペアドステートメント 0
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステートメント プリペアドステートメント MySQL データベースは、 プリペアドステートメントをサポートしています。 プリペアドステートメント、 またはパラメータ化したステートメントは、 同じステートメントを ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
Swoole 0
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 Swoole 関数 swoole_async_dns_lookup — Async and non-blocking hostname to IP lookup swoole_async_read — Read file stre ...
https://man.plustar.jp/php/book.swoole.html - [similar]
複数または多次元の配列をソートする 0
« array_merge array_pad » PHP Manual 配列 関数 複数または多次元の配列をソートする array_multisort (PHP 4, PHP 5, PHP 7, PHP 8) array_multisort — 複数または多次元の配列をソートする 説明 array_multisort ( array &$array1 , mixed $array1_sort_order = SORT_ASC , mixed $array1_sort_flags = SOR ...
https://man.plustar.jp/php/function.array-multisort.html - [similar]