検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 326 for [SIMILAR] 16 1024 4096 WITH 35479 破線 WITH 9631... (0.280 sec.)
メタ文字 0
« デリミタ エスケープシーケンス » PHP Manual PCRE 正規表現構文 メタ文字 メタ文字 正規表現の強力さは、パターン中に選択肢や繰り返しを記述できることに あります。選択肢や繰り返しは、 メタ文字 (meta-character) を使ってパターン中に記述します。メタ文字は、 その文字自体を表わさず、代わって特別な ...
https://man.plustar.jp/php/regexp.reference.meta.html - [similar]
0
« 定義済み定数 PCRE のパターン » PHP Manual PCRE 例 例 例1 有効なパターンの例 /<\/\w+>/ |(\d{3})-\d+|Sm /^(?i)php[34]/ {^\s+(\s+)?$} 例2 無効なパターンの例 /href='(.*)' - 終端デリミタが抜けている /\w+\s*\w+/J - 未知の修飾子 'J' 1-\d3-\d3-\d4| - 始端デリミタが抜けている 関連キーワード: 例 ...
https://man.plustar.jp/php/pcre.examples.html - [similar]
副文字列の出現回数を数える 0
« substr_compare substr_replace » PHP Manual String 関数 副文字列の出現回数を数える substr_count (PHP 4, PHP 5, PHP 7, PHP 8) substr_count — 副文字列の出現回数を数える 説明 substr_count ( string $haystack , string $needle , int $offset = 0 , ? int $length = null ): int substr_count() は、 ...
https://man.plustar.jp/php/function.substr-count.html - [similar]
はじめに 0
« PCRE インストール/設定 » PHP Manual PCRE はじめに はじめに この正規表現関数で使用するパターンの構文は、Perl と類似しています。 正規表現は、スラッシュ (/) などのデリミタで囲う必要があります。 デリミタには使用できるのは、非英数字、非空白文字の任意の ASCII 文字ですが、バックスラッシュ (\) ...
https://man.plustar.jp/php/intro.pcre.html - [similar]
ArrayIterator クラス 0
« AppendIterator::valid ArrayIterator::append » PHP Manual イテレータ ArrayIterator クラス ArrayIterator クラス (PHP 5, PHP 7, PHP 8) はじめに このイテレータは、配列やオブジェクトを反復処理する際に 値やキーをリセットしたり修正したりすることができます。 同じ配列を何度も反復処理したい場合は ...
https://man.plustar.jp/php/class.arrayiterator.html - [similar]
The offsetExists purpose 0
« CachingIterator::next CachingIterator::offsetGet » PHP Manual CachingIterator The offsetExists purpose CachingIterator::offsetExists (PHP 5 >= 5.2.0, PHP 7, PHP 8) CachingIterator::offsetExists — The offsetExists purpose 説明 public CachingIterator::offsetExists ( string $key ): bool 警 ...
https://man.plustar.jp/php/cachingiterator.offsetexists.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 0
« preg_quote preg_replace_callback » PHP Manual PCRE 関数 正規表現検索を行い、コールバック関数を使用して置換を行う preg_replace_callback_array (PHP 7, PHP 8) preg_replace_callback_array — 正規表現検索を行い、コールバック関数を使用して置換を行う 説明 preg_replace_callback_array ( array $p ...
https://man.plustar.jp/php/function.preg-replace-callback-array.html - [similar]
ISO 日付を設定する 0
« DateTimeImmutable::setDate DateTimeImmutable::setTime » PHP Manual DateTimeImmutable ISO 日付を設定する DateTimeImmutable::setISODate (PHP 5 >= 5.5.0, PHP 7, PHP 8) DateTimeImmutable::setISODate — ISO 日付を設定する 説明 public DateTimeImmutable::setISODate ( int $year , int $week , in ...
https://man.plustar.jp/php/datetimeimmutable.setisodate.html - [similar]
繰り返される実時間を扱う際の振る舞いを取得する 0
« IntlCalendar::getNow IntlCalendar::getSkippedWallTimeOption » PHP Manual IntlCalendar 繰り返される実時間を扱う際の振る舞いを取得する IntlCalendar::getRepeatedWallTimeOption (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::getRepeatedWallTimeOption — 繰り返される実時間を扱う ...
https://man.plustar.jp/php/intlcalendar.getrepeatedwalltimeoption.html - [similar]
IntlBreakIterator クラス 0
« Transliterator::transliterate IntlBreakIterator::__construct » PHP Manual intl IntlBreakIterator クラス IntlBreakIterator クラス (PHP 5 >= 5.5.0, PHP 7, PHP 8) はじめに “break iterator” は、 テキスト中のどこに境界 (たとえば、単語や文章の境目) が位置するのかに関するメソッドを公開していま ...
https://man.plustar.jp/php/class.intlbreakiterator.html - [similar]