検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 328 for [SIMILAR] 16 1024 4096 WITH 15782 規表 WITH 1512... (0.436 sec.)
VCL の式を使って URL を禁止する 0
« VarnishAdmin::ban VarnishAdmin::clearPanic » PHP Manual VarnishAdmin VCL の式を使って URL を禁止する VarnishAdmin::banUrl (PECL varnish >= 0.3) VarnishAdmin::banUrl — VCL の式を使って URL を禁止する 説明 public VarnishAdmin::banUrl ( string $vcl_regex ): int パラメータ vcl_regex PCRE 互 ...
https://man.plustar.jp/php/varnishadmin.banurl.html - [similar]
はじめに 0
« 文字列 インストール/設定 » PHP Manual 文字列 はじめに はじめに このセクションにある関数はすべて、 文字列をいろいろな方法で操作します。正規表現や URL 処理 の節にも関連する記述があります。 文字列の動作に関する情報、特にシングルクオート、ダブルクオート、 エスケープシーケンスについては、マ ...
https://man.plustar.jp/php/intro.strings.html - [similar]
パフォーマンス 0
« 再帰的パターン PCRE 関数 » PHP Manual PCRE 正規表現構文 パフォーマンス パフォーマンス パターンに記述可能な要素のうち、幾つかの要素は、他の要素よりも 効率的に処理されます。 (a|e|i|o|u) のような選択肢の集合よりも [aeiou] のような文字クラスの方が効率的です。一般に、構文が 最も単純なものが ...
https://man.plustar.jp/php/regexp.reference.performance.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual Expect 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 EXP_GLOB ( int ) パターンが、glob 形式の文字列パターンであることを示します。 ...
https://man.plustar.jp/php/expect.constants.html - [similar]
言語およびロケール情報を検索する 0
« money_format nl2br » PHP Manual String 関数 言語およびロケール情報を検索する nl_langinfo (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) nl_langinfo — 言語およびロケール情報を検索する 説明 nl_langinfo ( int $item ): string | false nl_langinfo() はロケールカテゴリの独立した要素にアクセスするために ...
https://man.plustar.jp/php/function.nl-langinfo.html - [similar]
検索文字列に一致したすべての文字列を置換する 0
« str_repeat str_rot13 » PHP Manual String 関数 検索文字列に一致したすべての文字列を置換する str_replace (PHP 4, PHP 5, PHP 7, PHP 8) str_replace — 検索文字列に一致したすべての文字列を置換する 説明 str_replace ( array | string $search , array | string $replace , string | array $subject , ...
https://man.plustar.jp/php/function.str-replace.html - [similar]
選択肢 0
« 文字クラス 内部オプション設定 » PHP Manual PCRE 正規表現構文 選択肢 選択肢 縦線は、パターンに選択肢 (alternative) を列挙するために使われます。 例えば、パターン gilbert|sullivan は、"gilbert" または "sullivan" にマッチします。 選択肢の数に制限はありません。また、空の選択肢も可能です (空 ...
https://man.plustar.jp/php/regexp.reference.alternation.html - [similar]
エスケープシーケンス 0
« メタ文字 Unicode 文字プロパティ » PHP Manual PCRE 正規表現構文 エスケープシーケンス エスケープシーケンス バックスラッシュ〔日本語環境では円記号となる場合もある〕には、 いくつかの使用法があります。ひとつめの使用法は、 非英数字の前に記述する場合で、続く文字が表す特別な意味を取り去ります。 ...
https://man.plustar.jp/php/regexp.reference.escape.html - [similar]
再帰的パターン 0
« コメント パフォーマンス » PHP Manual PCRE 正規表現構文 再帰的パターン 再帰的パターン どうすればカッコに括られた文字列とマッチできるか、という問題を 考えて見ましょう。このとき、カッコは何回でもネストできるとします。 再帰が使えないとすると、パターンを用いて、せいぜい、ある一定の深さの ネ ...
https://man.plustar.jp/php/regexp.reference.recursive.html - [similar]
文字列の中から任意の文字を探す 0
« strncmp strpos » PHP Manual String 関数 文字列の中から任意の文字を探す strpbrk (PHP 5, PHP 7, PHP 8) strpbrk — 文字列の中から任意の文字を探す 説明 strpbrk ( string $string , string $characters ): string | false strpbrk() は、文字列 string から characters を探します。 パラメータ string ...
https://man.plustar.jp/php/function.strpbrk.html - [similar]