検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 1327 for [SIMILAR] 16 1024 4096 WITH 10049 ctype WITH 362... (0.844 sec.)
副文字列の出現回数を数える 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]
文字列に使用されている単語についての情報を返す 0
« str_starts_with strcasecmp » PHP Manual String 関数 文字列に使用されている単語についての情報を返す str_word_count (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) str_word_count — 文字列に使用されている単語についての情報を返す 説明 str_word_count ( string $string , int $format = 0 , ? string $cha ...
https://man.plustar.jp/php/function.str-word-count.html - [similar]
フォーマット文字列に基づき入力を処理する 0
« sprintf str_contains » PHP Manual String 関数 フォーマット文字列に基づき入力を処理する sscanf (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) sscanf — フォーマット文字列に基づき入力を処理する 説明 sscanf ( string $string , string $format , mixed &...$vars ): array | int | null 関数 sscanf() は、 ...
https://man.plustar.jp/php/function.sscanf.html - [similar]
CSV 文字列をパースして配列に格納する 0
« str_ends_with str_ireplace » PHP Manual String 関数 CSV 文字列をパースして配列に格納する str_getcsv (PHP 5 >= 5.3.0, PHP 7, PHP 8) str_getcsv — CSV 文字列をパースして配列に格納する 説明 str_getcsv ( string $string , string $separator = "," , string $enclosure = "\"" , string $escape = ...
https://man.plustar.jp/php/function.str-getcsv.html - [similar]
巨大な数を加算する 0
« Sodium 関数 sodium_base642bin » PHP Manual Sodium 関数 巨大な数を加算する sodium_add (PHP 7 >= 7.2.0, PHP 8) sodium_add — 巨大な数を加算する 説明 sodium_add ( string &$string1 , string $string2 ): void この関数は、 引数 string2 を string1 に加算し、 string1 の値を上書きします。 この関数 ...
https://man.plustar.jp/php/function.sodium-add.html - [similar]
変数が整数型かどうかを検査する 0
« is_float is_integer » PHP Manual 変数操作 関数 変数が整数型かどうかを検査する is_int (PHP 4, PHP 5, PHP 7, PHP 8) is_int — 変数が整数型かどうかを検査する 説明 is_int ( mixed $value ): bool 与えられた変数の型が整数型かどうかを検査します。 注意 : 変数が数値か数値形式の文字列かを判断したい ...
https://man.plustar.jp/php/function.is-int.html - [similar]
文字列の先頭バイトを、0 から 255 までの値に変換する 0
« number_format parse_str » PHP Manual String 関数 文字列の先頭バイトを、0 から 255 までの値に変換する ord (PHP 4, PHP 5, PHP 7, PHP 8) ord — 文字列の先頭バイトを、0 から 255 までの値に変換する 説明 ord ( string $character ): int character の先頭バイトのバイナリ値を、 0 から 255 までの符 ...
https://man.plustar.jp/php/function.ord.html - [similar]
ローカルな時刻/日付を整数として整形する 0
« gmstrftime localtime » PHP Manual 日付・時刻 関数 ローカルな時刻/日付を整数として整形する idate (PHP 5, PHP 7, PHP 8) idate — ローカルな時刻/日付を整数として整形する 説明 idate ( string $format , ? int $timestamp = null ): int | false 指定された引数 timestamp を、 与えられたフォーマット ...
https://man.plustar.jp/php/function.idate.html - [similar]
任意精度数値のべき乗の、指定した数値による剰余 0
« bcpow bcscale » PHP Manual BC Math 関数 任意精度数値のべき乗の、指定した数値による剰余 bcpowmod (PHP 5, PHP 7, PHP 8) bcpowmod — 任意精度数値のべき乗の、指定した数値による剰余 説明 bcpowmod ( string $num , string $exponent , string $modulus , ? int $scale = null ): string modulus で割っ ...
https://man.plustar.jp/php/function.bcpowmod.html - [similar]
ファイルポインタから行を取得し、CSVフィールドを処理する 0
« fgetc fgets » PHP Manual ファイルシステム 関数 ファイルポインタから行を取得し、CSVフィールドを処理する fgetcsv (PHP 4, PHP 5, PHP 7, PHP 8) fgetcsv — ファイルポインタから行を取得し、CSVフィールドを処理する 説明 fgetcsv ( resource $stream , ? int $length = null , string $separator = "," ...
https://man.plustar.jp/php/function.fgetcsv.html - [similar]