検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 1608 for [SIMILAR] 16 1024 4096 WITH 35729 文字 WITH 2854... (7.142 sec.)
文字列を URL エンコードする 0
« urldecode V8js » PHP Manual URL 関数 文字列を URL エンコードする urlencode (PHP 4, PHP 5, PHP 7, PHP 8) urlencode — 文字列を URL エンコードする 説明 urlencode ( string $string ): string この関数は、URL の問い合わせ部分に使用する文字列のエンコードや 次のページへ変数を渡す際に便利です。 ...
https://man.plustar.jp/php/function.urlencode.html - [similar]
8 ビット文字列を quoted-printable 文字列に変換する 0
« IMAP 関数 imap_alerts » PHP Manual IMAP 関数 8 ビット文字列を quoted-printable 文字列に変換する imap_8bit (PHP 4, PHP 5, PHP 7, PHP 8) imap_8bit — 8 ビット文字列を quoted-printable 文字列に変換する 説明 imap_8bit ( string $string ): string | false ( » RFC2045 , section 6.7 に基づき) 8 ...
https://man.plustar.jp/php/function.imap-8bit.html - [similar]
数値形式の文字列 0
« 文字列 配列 » PHP Manual 型 数値形式の文字列 数値形式の文字列 PHP の 文字列 は、 int や float と解釈できる場合は 数値と見なされます。 PHP 8.0.0 以降の正式な仕様は下記の通りです: WHITESPACES \s* LNUM [0-9]+ DNUM ([0-9]*)[\.]{LNUM}) | ({LNUM}[\.][0-9]*) EXPONENT_DNUM (({LNUM} | {DNUM}) [ ...
https://man.plustar.jp/php/language.types.numeric-strings.html - [similar]
大文字小文字を区別せず、 別の文字列の中である文字が最後に現れる場所を探す 0
« mb_strrchr mb_strripos » PHP Manual マルチバイト文字列 関数 大文字小文字を区別せず、 別の文字列の中である文字が最後に現れる場所を探す mb_strrichr (PHP 5 >= 5.2.0, PHP 7, PHP 8) mb_strrichr — 大文字小文字を区別せず、 別の文字列の中である文字が最後に現れる場所を探す 説明 mb_strrichr ( st ...
https://man.plustar.jp/php/function.mb-strrichr.html - [similar]
別の文字列の中で、ある文字が最後に現れる場所を見つける 0
« mb_strpos mb_strrichr » PHP Manual マルチバイト文字列 関数 別の文字列の中で、ある文字が最後に現れる場所を見つける mb_strrchr (PHP 5 >= 5.2.0, PHP 7, PHP 8) mb_strrchr — 別の文字列の中で、ある文字が最後に現れる場所を見つける 説明 mb_strrchr ( string $haystack , string $needle , bool $be ...
https://man.plustar.jp/php/function.mb-strrchr.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]
ロケールの設定に基づいて GMT/UTC 時刻/日付をフォーマットする 0
« gmmktime idate » PHP Manual 日付・時刻 関数 ロケールの設定に基づいて GMT/UTC 時刻/日付をフォーマットする gmstrftime (PHP 4, PHP 5, PHP 7, PHP 8) gmstrftime — ロケールの設定に基づいて GMT/UTC 時刻/日付をフォーマットする 警告 この関数は PHP 8.1.0 で 非推奨 になります。この関数に頼らないこ ...
https://man.plustar.jp/php/function.gmstrftime.html - [similar]
文字列を配列に変換する 0
« str_shuffle str_starts_with » PHP Manual String 関数 文字列を配列に変換する str_split (PHP 5, PHP 7, PHP 8) str_split — 文字列を配列に変換する 説明 str_split ( string $string , int $length = 1 ): array 文字列を配列に変換します。 パラメータ string 入力文字列。 length 分割した部分の最大長 ...
https://man.plustar.jp/php/function.str-split.html - [similar]
再帰的パターン 0
« コメント パフォーマンス » PHP Manual PCRE 正規表現構文 再帰的パターン 再帰的パターン どうすればカッコに括られた文字列とマッチできるか、という問題を 考えて見ましょう。このとき、カッコは何回でもネストできるとします。 再帰が使えないとすると、パターンを用いて、せいぜい、ある一定の深さの ネ ...
https://man.plustar.jp/php/regexp.reference.recursive.html - [similar]
文字列中に、ある部分文字列が最後に現れる場所を探す 0
« strripos strspn » PHP Manual String 関数 文字列中に、ある部分文字列が最後に現れる場所を探す strrpos (PHP 4, PHP 5, PHP 7, PHP 8) strrpos — 文字列中に、ある部分文字列が最後に現れる場所を探す 説明 strrpos ( string $haystack , string $needle , int $offset = 0 ): int | false 文字列 haystac ...
https://man.plustar.jp/php/function.strrpos.html - [similar]