検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 189 for [SIMILAR] 16 1024 4096 WITH 87814 recursiveregex... (0.189 sec.)
ドット 0
« アンカー 文字クラス » PHP Manual PCRE 正規表現構文 ドット ドット パターン中のドット(ピリオド、終止符)は、文字クラス外では、 対象文字列の任意の 1 文字にマッチします。非出力文字も含まれます。 ただし、(デフォルトでは)改行文字とはマッチしません。 PCRE_DOTALL オプションを設定すると、ドッ ...
https://man.plustar.jp/php/regexp.reference.dot.html - [similar]
APCUIterator イテレータオブジェクトを作成する 0
« APCUIterator APCUIterator::current » PHP Manual APCUIterator APCUIterator イテレータオブジェクトを作成する APCUIterator::__construct (PECL apcu >= 5.0.0) APCUIterator::__construct — APCUIterator イテレータオブジェクトを作成する 説明 public APCUIterator::__construct ( array | string | n ...
https://man.plustar.jp/php/apcuiterator.construct.html - [similar]
APCUIterator クラス 0
« apcu_store APCUIterator::__construct » PHP Manual APCu APCUIterator クラス APCUIterator クラス (PECL apcu >= 5.0.0) はじめに APCUIterator クラスを使うと、巨大な APCu キャッシュの反復処理を容易に行えます。 巨大なキャッシュを順を追って処理し、 ロックインスタンス単位で決まった数のエントリ ...
https://man.plustar.jp/php/class.apcuiterator.html - [similar]
格納されている変数をキャッシュから取り除く 0
« apcu_dec apcu_enabled » PHP Manual APCu 関数 格納されている変数をキャッシュから取り除く apcu_delete (PECL apcu >= 4.0.0) apcu_delete — 格納されている変数をキャッシュから取り除く 説明 apcu_delete ( mixed $key ): mixed 格納されている変数をキャッシュから取り除きます。 パラメータ key 単一の ...
https://man.plustar.jp/php/function.apcu-delete.html - [similar]
メタ文字をクォートする 0
« quoted_printable_encode rtrim » PHP Manual String 関数 メタ文字をクォートする quotemeta (PHP 4, PHP 5, PHP 7, PHP 8) quotemeta — メタ文字をクォートする 説明 quotemeta ( string $string ): string 文字列 str について、 . \ + * ? [ ^ ] ( $ ) の前にバックスラッシュ文字 ( \ ) でクォートして返 ...
https://man.plustar.jp/php/function.quotemeta.html - [similar]
大文字小文字を区別しないバイナリセーフな文字列比較を行う 0
« str_word_count strchr » PHP Manual String 関数 大文字小文字を区別しないバイナリセーフな文字列比較を行う strcasecmp (PHP 4, PHP 5, PHP 7, PHP 8) strcasecmp — 大文字小文字を区別しないバイナリセーフな文字列比較を行う 説明 strcasecmp ( string $string1 , string $string2 ): int 大文字小文字を ...
https://man.plustar.jp/php/function.strcasecmp.html - [similar]
バイナリセーフな文字列比較 0
« strchr strcoll » PHP Manual String 関数 バイナリセーフな文字列比較 strcmp (PHP 4, PHP 5, PHP 7, PHP 8) strcmp — バイナリセーフな文字列比較 説明 strcmp ( string $string1 , string $string2 ): int この比較は大文字小文字を区別することに注意してください。 パラメータ string1 最初の文字列。 s ...
https://man.plustar.jp/php/function.strcmp.html - [similar]
ロケールに基づく文字列比較 0
« strcmp strcspn » PHP Manual String 関数 ロケールに基づく文字列比較 strcoll (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) strcoll — ロケールに基づく文字列比較 説明 strcoll ( string $string1 , string $string2 ): int この比較は大文字小文字を区別すること、そして、 strcmp() とは異なり、 バイナリセー ...
https://man.plustar.jp/php/function.strcoll.html - [similar]
最初の n 文字についてバイナリセーフな文字列比較を行う 0
« strncasecmp strpbrk » PHP Manual String 関数 最初の n 文字についてバイナリセーフな文字列比較を行う strncmp (PHP 4, PHP 5, PHP 7, PHP 8) strncmp — 最初の n 文字についてバイナリセーフな文字列比較を行う 説明 strncmp ( string $string1 , string $string2 , int $length ): int この関数は strcm ...
https://man.plustar.jp/php/function.strncmp.html - [similar]
はじめに 0
« BC Math インストール/設定 » PHP Manual BC Math はじめに はじめに 任意の精度の演算をサポートするために、PHP は 2147483647 (または 0x7FFFFFFF ) までの 任意のサイズおよび精度の小数桁をサポートする BCMath を提供します。 十分なメモリがあれば、文字列表現もサポートします。 有効(別名 well-form ...
https://man.plustar.jp/php/intro.bc.html - [similar]