検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 1608 for [SIMILAR] 16 1024 4096 WITH 35470 文字 WITH 2854... (2.164 sec.)
ふたつの "PHP 標準" バージョン番号文字列を比較する 0
« sys_get_temp_dir zend_thread_id » PHP Manual PHP オプション/情報 関数 ふたつの "PHP 標準" バージョン番号文字列を比較する version_compare (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) version_compare — ふたつの "PHP 標準" バージョン番号文字列を比較する 説明 version_compare ( string $version1 , ...
https://man.plustar.jp/php/function.version-compare.html - [similar]
英数字かどうかを調べる 0
« Ctype 関数 ctype_alpha » PHP Manual Ctype 関数 英数字かどうかを調べる ctype_alnum (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_alnum — 英数字かどうかを調べる 説明 ctype_alnum ( mixed $text ): bool 与えられた文字列 text のすべての文字が英字または 数字であるかどうかを調べます。 パラメータ ...
https://man.plustar.jp/php/function.ctype-alnum.html - [similar]
コードポイント値に対応する、Unicode 文字を返す 0
« IntlChar::charType IntlChar::digit » PHP Manual IntlChar コードポイント値に対応する、Unicode 文字を返す IntlChar::chr (PHP 7, PHP 8) IntlChar::chr — コードポイント値に対応する、Unicode 文字を返す 説明 public static IntlChar::chr ( int | string $codepoint ): ? string 指定された Unicode ...
https://man.plustar.jp/php/intlchar.chr.html - [similar]
GMP 数を作成する 0
« gmp_import gmp_intval » PHP Manual GMP 関数 GMP 数を作成する gmp_init (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_init — GMP 数を作成する 説明 gmp_init ( int | string $num , int $base = 0 ): GMP 整数または文字列から GMP 数を生成します。 パラメータ num 整数値あるいは文字列。文字列表現には ...
https://man.plustar.jp/php/function.gmp-init.html - [similar]
指定したマスク内に含まれる文字からなる文字列の最初のセグメントの長さを探す 0
« strrpos strstr » PHP Manual String 関数 指定したマスク内に含まれる文字からなる文字列の最初のセグメントの長さを探す strspn (PHP 4, PHP 5, PHP 7, PHP 8) strspn — 指定したマスク内に含まれる文字からなる文字列の最初のセグメントの長さを探す 説明 strspn ( string $string , string $characters , ...
https://man.plustar.jp/php/function.strspn.html - [similar]
指定した位置から指定した長さの 2 つの文字列について、バイナリ対応で比較する 0
« strtr substr_count » PHP Manual String 関数 指定した位置から指定した長さの 2 つの文字列について、バイナリ対応で比較する substr_compare (PHP 5, PHP 7, PHP 8) substr_compare — 指定した位置から指定した長さの 2 つの文字列について、バイナリ対応で比較する 説明 substr_compare ( string $haysta ...
https://man.plustar.jp/php/function.substr-compare.html - [similar]
ある文字セットから別の文字セットに文字列を変換する 0
« UConverter::__construct UConverter::fromUCallback » PHP Manual UConverter ある文字セットから別の文字セットに文字列を変換する UConverter::convert (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) UConverter::convert — ある文字セットから別の文字セットに文字列を変換する 説明 public UConvert ...
https://man.plustar.jp/php/uconverter.convert.html - [similar]
xdiff_string_bpatch のエイリアス 0
« xdiff_string_merge3 xdiff_string_patch » PHP Manual xdiff 関数 xdiff_string_bpatch のエイリアス xdiff_string_patch_binary (PECL xdiff >= 0.2.0) xdiff_string_patch_binary — xdiff_string_bpatch のエイリアス 説明 xdiff_string_patch_binary ( string $str , string $patch ): string 文字列 str ...
https://man.plustar.jp/php/function.xdiff-string-patch-binary.html - [similar]
文字列演算子 0
« 論理演算子 配列演算子 » PHP Manual 演算子 文字列演算子 文字列演算子 文字列の演算子は 2 種類あります。最初のは結合演算子('.')で、右引数と 左引数を結合したものを返します。2 番目は、結合代入演算子(' .= ')で、 この演算子は右側の引数に左側の引数を追加します。詳細は、 代入演算子 を 参照くださ ...
https://man.plustar.jp/php/language.operators.string.html - [similar]
MIME ヘッダフィールドを作成する 0
« iconv_mime_decode iconv_set_encoding » PHP Manual iconv 関数 MIME ヘッダフィールドを作成する iconv_mime_encode (PHP 5, PHP 7, PHP 8) iconv_mime_encode — MIME ヘッダフィールドを作成する 説明 iconv_mime_encode ( string $field_name , string $field_value , array $options = [] ): string | f ...
https://man.plustar.jp/php/function.iconv-mime-encode.html - [similar]