検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 366 for [SIMILAR] 16 1024 4096 WITH 38558 算子 WITH 3680... (0.476 sec.)
配列を昇順にソートする 0
« sizeof uasort » PHP Manual 配列 関数 配列を昇順にソートする sort (PHP 4, PHP 5, PHP 7, PHP 8) sort — 配列を昇順にソートする 説明 sort ( array &$array , int $flags = SORT_REGULAR ): bool array を値で昇順にソートします。 注意 : 比較結果が等しくなる二つの要素があった場合、それらの並び順は ...
https://man.plustar.jp/php/function.sort.html - [similar]
文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す 0
« strrev strrpos » PHP Manual String 関数 文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す strripos (PHP 5, PHP 7, PHP 8) strripos — 文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す 説明 strripos ( string $haystack , string $needle , in ...
https://man.plustar.jp/php/function.strripos.html - [similar]
文字列をトークンに分割する 0
« strstr strtolower » PHP Manual String 関数 文字列をトークンに分割する strtok (PHP 4, PHP 5, PHP 7, PHP 8) strtok — 文字列をトークンに分割する 説明 strtok ( string $string , string $token ): string | false 代替のシグネチャ (名前付き引数をサポートしていません): strtok ( string $token ): ...
https://man.plustar.jp/php/function.strtok.html - [similar]
第一級callableを生成する記法 0
« アロー関数 クラスとオブジェクト » PHP Manual 関数 第一級callableを生成する記法 第一級callableを生成する記法 第一級callableを生成する記法 (First class callable syntax) とは、PHP 8.1.0 で追加された、 callable から 無名関数 を生成する記法です。 この記法は、 文字列や配列を使って callable を ...
https://man.plustar.jp/php/functions.first_class_callable_syntax.html - [similar]
コードポイントの10進の数値を、指定された基数で返す 0
« IntlChar::chr IntlChar::enumCharNames » PHP Manual IntlChar コードポイントの10進の数値を、指定された基数で返す IntlChar::digit (PHP 7, PHP 8) IntlChar::digit — コードポイントの10進の数値を、指定された基数で返す 説明 public static IntlChar::digit ( int | string $codepoint , int $base = ...
https://man.plustar.jp/php/intlchar.digit.html - [similar]
match 0
« switch declare » PHP Manual 制御構造 match match (PHP 8) match 式は、値の一致をチェックした結果に基づいて評価結果を分岐します。 switch 文と似ていますが、 match 式は複数の候補と比較される制約式を持ちます。 switch 文とは異なり、 三項演算子のように値を評価します。 switch 文とは異なり、 弱 ...
https://man.plustar.jp/php/control-structures.match.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual エラー処理 定義済み定数 定義済み定数 以下の定数は、PHP コアに含まれており、常に利用可能です。 注意 : 以下の定数を php.ini で使用することができますが、 httpd.conf のようなPHPの外部では、 代わりにビットマスク値を使用する必要があります。 エラーとロギング 値 定数 ...
https://man.plustar.jp/php/errorfunc.constants.html - [similar]
変数が宣言されていること、そして null とは異なることを検査する 0
« is_string print_r » PHP Manual 変数操作 関数 変数が宣言されていること、そして null とは異なることを検査する isset (PHP 4, PHP 5, PHP 7, PHP 8) isset — 変数が宣言されていること、そして null とは異なることを検査する 説明 isset ( mixed $var , mixed ...$vars ): bool 変数がセットされているか ...
https://man.plustar.jp/php/function.isset.html - [similar]
正規表現で文字列を分割する 0
« preg_replace ssdeep » PHP Manual PCRE 関数 正規表現で文字列を分割する preg_split (PHP 4, PHP 5, PHP 7, PHP 8) preg_split — 正規表現で文字列を分割する 説明 preg_split ( string $pattern , string $subject , int $limit = -1 , int $flags = 0 ): array | false 指定した文字列を、正規表現で分割 ...
https://man.plustar.jp/php/function.preg-split.html - [similar]
接続したソケットからデータを受信する 0
« socket_read socket_recvfrom » PHP Manual ソケット 関数 接続したソケットからデータを受信する socket_recv (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_recv — 接続したソケットからデータを受信する 説明 socket_recv ( Socket $socket , ? string &$data , int $length , int $flags ): int | false ...
https://man.plustar.jp/php/function.socket-recv.html - [similar]