検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 176 for [SIMILAR] 16 1024 4096 WITH 17488 preg WITH 9093... (0.264 sec.)
ファイル名がパターンにマッチするか調べる 0
« flock fopen » PHP Manual ファイルシステム 関数 ファイル名がパターンにマッチするか調べる fnmatch (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) fnmatch — ファイル名がパターンにマッチするか調べる 説明 fnmatch ( string $pattern , string $filename , int $flags = 0 ): bool fnmatch() は filename で指 ...
https://man.plustar.jp/php/function.fnmatch.html - [similar]
新機能 0
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 新機能 新機能 スカラー型宣言 スカラー 型宣言 には二つの方式があります。デフォルトの自動変換(coercive) モードと、 厳密に判断する strict モードです。 パラメータとして、 文字列 ( string ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
文字列を文字列により分割する 0
« echo fprintf » PHP Manual String 関数 文字列を文字列により分割する explode (PHP 4, PHP 5, PHP 7, PHP 8) explode — 文字列を文字列により分割する 説明 explode ( string $separator , string $string , int $limit = PHP_INT_MAX ): array 文字列の配列を返します。この配列の各要素は、 string を文字 ...
https://man.plustar.jp/php/function.explode.html - [similar]
大文字小文字を区別しない str_replace 0
« str_getcsv str_pad » PHP Manual String 関数 大文字小文字を区別しない str_replace str_ireplace (PHP 5, PHP 7, PHP 8) str_ireplace — 大文字小文字を区別しない str_replace() 説明 str_ireplace ( array | string $search , array | string $replace , string | array $subject , int &$count = null ...
https://man.plustar.jp/php/function.str-ireplace.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
« PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新機能 新機能 PHP コア 型付きプロパティ クラスのプロパティは、新たに型宣言をサポートするようになりました <?php class User { public int $id ; public string $name ; } ?> 上の例 ...
https://man.plustar.jp/php/migration74.new-features.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT