検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 290 for [SIMILAR] 16 1024 4096 WITH 25437 tokenizer WITH... (0.409 sec.)
はじめに 0
« BC Math インストール/設定 » PHP Manual BC Math はじめに はじめに 任意の精度の演算をサポートするために、PHP は 2147483647 (または 0x7FFFFFFF ) までの 任意のサイズおよび精度の小数桁をサポートする BCMath を提供します。 十分なメモリがあれば、文字列表現もサポートします。 有効(別名 well-form ...
https://man.plustar.jp/php/intro.bc.html - [similar]
はじめに 0
« pthreads インストール/設定 » PHP Manual pthreads はじめに はじめに pthreads はオブジェクト指向の API で、PHP でマルチスレッド処理を行うのに必要なすべてのツールを提供します。 PHP アプリケーションで、Thread や Worker そして Threaded を作ったり読み書きしたり実行したりできるようになります。 ...
https://man.plustar.jp/php/intro.pthreads.html - [similar]
オブジェクトの反復処理 0
« オーバーロード マジックメソッド » PHP Manual クラスとオブジェクト オブジェクトの反復処理 オブジェクトの反復処理 PHP は、たとえば foreach 命令などによる反復処理を可能とするように、 オブジェクトを定義する手段を提供します。 デフォルトで、 全ての アクセス権限がある プロパティは、反復処理に ...
https://man.plustar.jp/php/language.oop5.iterations.html - [similar]
IMAP 関数 0
« 定義済み定数 imap_8bit » PHP Manual IMAP IMAP 関数 IMAP 関数 参考 この文書では、提供される関数に関する全ての話題の詳細について立ち入ることは できません。より詳細な情報については、c-client ライブラリのソースに 付属するドキュメント ( docs/internal.txt ) および以下の RFC ドキュメントで提供 ...
https://man.plustar.jp/php/ref.imap.html - [similar]
ソケットのエラー 0
« 例 ソケット 関数 » PHP Manual ソケット ソケットのエラー ソケットのエラー ソケット拡張モジュールは、 強力な BSD ソケットへの有用なインターフェイスを提供するために作成されました。 関数は、Win32 および Unix の実装において等しく動作するように注意が払われています。 ソケット関数の多くは特定の ...
https://man.plustar.jp/php/sockets.errors.html - [similar]
パースされたマークアップに設定に基く誤りの修正を行う 0
« tidy::body tidy::__construct » PHP Manual tidy パースされたマークアップに設定に基く誤りの修正を行う tidy::cleanRepair tidy_clean_repair (PHP 5, PHP 7, PHP 8, PECL tidy >= 0.5.2) tidy::cleanRepair -- tidy_clean_repair — パースされたマークアップに設定に基く誤りの修正を行う 説明 オブジェク ...
https://man.plustar.jp/php/tidy.cleanrepair.html - [similar]
安全なパスワードハッシュ 0
« PHP の使いかた PHP と HTML » PHP Manual FAQ 安全なパスワードハッシュ 安全なパスワードハッシュ この節では、なぜハッシュ関数を使ってパスワードを守るのかについての理由と、 ハッシュ処理を効率的に行う方法について説明します。 なぜ、アプリケーションのユーザーが登録したパスワードをハッシュしな ...
https://man.plustar.jp/php/faq.passwords.html - [similar]
プリペアドステートメントおよびストアドプロシージャ 0
« トランザクションおよび自動コミット エラーおよびエラー処理 » PHP Manual PDO プリペアドステートメントおよびストアドプロシージャ プリペアドステートメントおよびストアドプロシージャ より成熟したデータベースの多くは、プリペアドステートメントという 概念をサポートしています。プリペアドステート ...
https://man.plustar.jp/php/pdo.prepared-statements.html - [similar]
列挙型の全ての case を返す 0
« ReflectionEnum::getCase ReflectionEnum::hasCase » PHP Manual ReflectionEnum 列挙型の全ての case を返す ReflectionEnum::getCases (PHP 8 >= 8.1.0) ReflectionEnum::getCases — 列挙型の全ての case を返す 説明 public ReflectionEnum::getCases (): array 列挙型には、ひとつ以上の case を含めるこ ...
https://man.plustar.jp/php/reflectionenum.getcases.html - [similar]
指定した PHP トークンのシンボル名を取得する 0
« token_get_all URLs » PHP Manual Tokenizer 関数 指定した PHP トークンのシンボル名を取得する token_name (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) token_name — 指定した PHP トークンのシンボル名を取得する 説明 token_name ( int $id ): string token_name() は、PHP id 値のシンボル名を返します。 パ ...
https://man.plustar.jp/php/function.token-name.html - [similar]