検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 209 for [SIMILAR] 16 1024 4096 WITH 14507 字か WITH 1339... (0.414 sec.)
文字列の soundex キーを計算する 0
« similar_text sprintf » PHP Manual String 関数 文字列の soundex キーを計算する soundex (PHP 4, PHP 5, PHP 7, PHP 8) soundex — 文字列の soundex キーを計算する 説明 soundex ( string $string ): string string の soundex キーを計算します。 soundex キーには、似たような発音の単語に関して同じ s ...
https://man.plustar.jp/php/function.soundex.html - [similar]
Performs a C type cast 0
« FFI::arrayType FFI::cdef » PHP Manual FFI Performs a C type cast FFI::cast (PHP 7 >= 7.4.0, PHP 8) FFI::cast — Performs a C type cast 説明 public static FFI::cast ( FFI\CType | string $type , FFI\CData | int | float | bool | null &$ptr ): ? FFI\CData public FFI::cast ( FFI\CType | stri ...
https://man.plustar.jp/php/ffi.cast.html - [similar]
加算子/減算子 0
« 実行演算子 論理演算子 » PHP Manual 演算子 加算子/減算子 加算子/減算子 PHP は C 言語形式の加算子/減算子(前置・後置ともに)をサポートします。 注意 : 加算子/減算子は、数値や文字列にしか影響を及ぼしません。 配列やオブジェクト、boolean、そしてリソースには、何も変更を加えません。 同じく nul ...
https://man.plustar.jp/php/language.operators.increment.html - [similar]
コードポイントが一般カテゴリ "Lu" (大文字) に属するかを判定する 0
« IntlChar::isULowercase IntlChar::isUUppercase » PHP Manual IntlChar コードポイントが一般カテゴリ "Lu" (大文字) に属するかを判定する IntlChar::isupper (PHP 7, PHP 8) IntlChar::isupper — コードポイントが一般カテゴリ "Lu" (大文字) に属するかを判定する 説明 public static IntlChar::isupper ...
https://man.plustar.jp/php/intlchar.isupper.html - [similar]
文字列の一部を切り出す 0
« iconv_strrpos iconv » PHP Manual iconv 関数 文字列の一部を切り出す iconv_substr (PHP 5, PHP 7, PHP 8) iconv_substr — 文字列の一部を切り出す 説明 iconv_substr ( string $string , int $offset , ? int $length = null , ? string $encoding = null ): string | false 文字列 string の、 offset と ...
https://man.plustar.jp/php/function.iconv-substr.html - [similar]
検証フィルタ 0
« フィルタの型 除去フィルタ » PHP Manual フィルタの型 検証フィルタ 検証フィルタ 検証用のフィルタの一覧 ID 名前 オプション フラグ 説明 FILTER_VALIDATE_BOOLEAN , FILTER_VALIDATE_BOOL "boolean" default FILTER_NULL_ON_FAILURE "1"、"true"、"on" および "yes" の場合に true 、 それ以外の場合に f ...
https://man.plustar.jp/php/filter.filters.validate.html - [similar]
数値に関するフォーマット情報を得る 0
« levenshtein ltrim » PHP Manual String 関数 数値に関するフォーマット情報を得る localeconv (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) localeconv — 数値に関するフォーマット情報を得る 説明 localeconv (): array ローカルな数値および通貨フォーマット情報を有する連想配列を返します。 パラメータ この関 ...
https://man.plustar.jp/php/function.localeconv.html - [similar]
数値から、1バイトの文字列を生成する 0
« chop chunk_split » PHP Manual String 関数 数値から、1バイトの文字列を生成する chr (PHP 4, PHP 5, PHP 7, PHP 8) chr — 数値から、1バイトの文字列を生成する 説明 chr ( int $codepoint ): string codepoint を符号なし数値と解釈することによって指定された文字を含む、 1文字からなる文字列を返します ...
https://man.plustar.jp/php/function.chr.html - [similar]
文字列の一部を置換する 0
« substr_count substr » PHP Manual String 関数 文字列の一部を置換する substr_replace (PHP 4, PHP 5, PHP 7, PHP 8) substr_replace — 文字列の一部を置換する 説明 substr_replace ( array | string $string , array | string $replace , array | int $offset , array | int | null $length = null ): st ...
https://man.plustar.jp/php/function.substr-replace.html - [similar]
10 進数を 8 進数に変換する 0
« dechex deg2rad » PHP Manual Math 関数 10 進数を 8 進数に変換する decoct (PHP 4, PHP 5, PHP 7, PHP 8) decoct — 10 進数を 8 進数に変換する 説明 decoct ( int $num ): string 引数 num を 8 進数表現した文字列を返します。 変換出来る最大の数字はプラットフォームによって異なります。 32 ビットプラ ...
https://man.plustar.jp/php/function.decoct.html - [similar]