検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 435 for [SIMILAR] 16 1024 4096 WITH 35688 limititerator ... (0.450 sec.)
FAQ に無い問題 0
« FAQ を読む バグ報告 » PHP Manual 問題が起きた場合 FAQ に無い問題 FAQ に無い問題 FAQ を参照しても問題が解決しない場合には、PHP インストール用メーリングリストの誰かが 助けてくれるかもしれません。最初に、アーカイブをチェックして、過去に誰かが 自分と同じ問題に関する質問を行い、既に解答を受 ...
https://man.plustar.jp/php/install.problems.support.html - [similar]
Performs internal consistency checks(for debugging) 0
« EvLoop::timer EvPeriodic » PHP Manual EvLoop Performs internal consistency checks(for debugging) EvLoop::verify (PECL ev >= 0.2.0) EvLoop::verify — Performs internal consistency checks(for debugging) 説明 public EvLoop::verify (): void Performs internal consistency checks(for debugging ...
https://man.plustar.jp/php/evloop.verify.html - [similar]
Taint 0
« Yaconf::has はじめに » PHP Manual その他の基本モジュール Taint Taint はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 詳細 汚染された文字列の汚染マークを広げる関数や文 汚染された文字列をチェックする関数や文 文字列の汚染を除去する関数 Taint 関数 is_tainted — 文字列 ...
https://man.plustar.jp/php/book.taint.html - [similar]
リクエストが成功したか 0
« SolrResponse::setParseMode SolrQueryResponse » PHP Manual SolrResponse リクエストが成功したか SolrResponse::success (PECL solr >= 0.9.2) SolrResponse::success — リクエストが成功したか 説明 public SolrResponse::success (): bool サーバーへのリクエストが成功したかチェックするために使用され ...
https://man.plustar.jp/php/solrresponse.success.html - [similar]
デフォルトのイベントループを止める 0
« Ev::sleep Ev::supportedBackends » PHP Manual Ev デフォルトのイベントループを止める Ev::stop (PECL ev >= 0.2.0) Ev::stop — デフォルトのイベントループを止める 説明 final public static Ev::stop ( int $how = ? ): void デフォルトのイベントループを止めます。 パラメータ how Ev::BREAK_* 定数 の ...
https://man.plustar.jp/php/ev.stop.html - [similar]
require_once 0
« include include_once » PHP Manual 制御構造 require_once require_once (PHP 4, PHP 5, PHP 7, PHP 8) require_once 式は require とほぼ同じ意味ですが、 ファイルがすでに読み込まれているかどうかを PHP がチェックするという点が異なります。 すでに読み込まれている場合はそのファイルを読み込みません ...
https://man.plustar.jp/php/function.require-once.html - [similar]
クエリがプリフェッチする行数を設定する 0
« oci_set_prefetch_lob oci_statement_type » PHP Manual OCI8 関数 クエリがプリフェッチする行数を設定する oci_set_prefetch (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_set_prefetch — クエリがプリフェッチする行数を設定する 説明 oci_set_prefetch ( resource $statement , int $rows ): bool oci ...
https://man.plustar.jp/php/function.oci-set-prefetch.html - [similar]
ReflectionType クラス 0
« ReflectionProperty::__toString ReflectionType::allowsNull » PHP Manual リフレクション ReflectionType クラス ReflectionType クラス (PHP 7, PHP 8) はじめに ReflectionType クラスは、 関数の引数や戻り値の型、 またはクラスのプロパティの型に関する情報を報告します。 リフレクション拡張機能では ...
https://man.plustar.jp/php/class.reflectiontype.html - [similar]
循環の収集 0
« リファレンスカウントの原理 パフォーマンスの考慮点 » PHP Manual ガベージコレクション 循環の収集 循環の収集 伝統的に、PHP で以前使われていたようなリファレンスカウント記憶機構では、 循環参照メモリ・リークに対処できません。 しかしながら、5.3.0 現在、PHP ではその問題に焦点を当てた » Concurr ...
https://man.plustar.jp/php/features.gc.collecting-cycles.html - [similar]
変数が宣言されていること、そして null とは異なることを検査する 0
« is_string print_r » PHP Manual 変数操作 関数 変数が宣言されていること、そして null とは異なることを検査する isset (PHP 4, PHP 5, PHP 7, PHP 8) isset — 変数が宣言されていること、そして null とは異なることを検査する 説明 isset ( mixed $var , mixed ...$vars ): bool 変数がセットされているか ...
https://man.plustar.jp/php/function.isset.html - [similar]