検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 108 for [SIMILAR] 16 1024 4096 WITH 30124 有限 WITH 1797... (0.134 sec.)
コードポイントが小文字かどうかを調べる 0
« IntlChar::isJavaSpaceChar IntlChar::isMirrored » PHP Manual IntlChar コードポイントが小文字かどうかを調べる IntlChar::islower (PHP 7, PHP 8) IntlChar::islower — コードポイントが小文字かどうかを調べる 説明 public static IntlChar::islower ( int | string $codepoint ): ? bool 指定されたコー ...
https://man.plustar.jp/php/intlchar.islower.html - [similar]
コードポイントが大文字のUnicodeプロパティを持つかを調べる 0
« IntlChar::isupper IntlChar::isUWhiteSpace » PHP Manual IntlChar コードポイントが大文字のUnicodeプロパティを持つかを調べる IntlChar::isUUppercase (PHP 7, PHP 8) IntlChar::isUUppercase — コードポイントが大文字のUnicodeプロパティを持つかを調べる 説明 public static IntlChar::isUUppercase ( ...
https://man.plustar.jp/php/intlchar.isuuppercase.html - [similar]
列挙型が case を持つかを調べる 0
« ReflectionEnum::getCases ReflectionEnum::isBacked » PHP Manual ReflectionEnum 列挙型が case を持つかを調べる ReflectionEnum::hasCase (PHP 8 >= 8.1.0) ReflectionEnum::hasCase — 列挙型が case を持つかを調べる 説明 public ReflectionEnum::hasCase ( string $name ): bool 指定された case が列 ...
https://man.plustar.jp/php/reflectionenum.hascase.html - [similar]
文字エンコーディングを検出する 0
« mb_decode_numericentity mb_detect_order » PHP Manual マルチバイト文字列 関数 文字エンコーディングを検出する mb_detect_encoding (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_detect_encoding — 文字エンコーディングを検出する 説明 mb_detect_encoding ( string $string , array | string | null $enc ...
https://man.plustar.jp/php/function.mb-detect-encoding.html - [similar]
ネゴシエートされたメソッドのリストを返す 0
« ssh2_forward_listen ssh2_poll » PHP Manual SSH2 関数 ネゴシエートされたメソッドのリストを返す ssh2_methods_negotiated (PECL ssh2 >= 0.9.0) ssh2_methods_negotiated — ネゴシエートされたメソッドのリストを返す 説明 ssh2_methods_negotiated ( resource $session ): array ネゴシエートされたメソ ...
https://man.plustar.jp/php/function.ssh2-methods-negotiated.html - [similar]
浮動小数点数 0
« 整数 文字列 » PHP Manual 型 浮動小数点数 浮動小数点数 浮動小数点数 (あるいは "float", "double", "実数") は、次の構文により指定できます。 <?php $a = 1.234 ; $b = 1.2e3 ; $c = 7E-10 ; $d = 1_234.567 ; // PHP 7.4.0 以降 ?> PHP 7.4.0 以降の規約(これより前のバージョンでは、アンダースコアは許 ...
https://man.plustar.jp/php/language.types.float.html - [similar]
コードポイントがタイトルケース文字であるかを調べる 0
« IntlChar::isspace IntlChar::isUAlphabetic » PHP Manual IntlChar コードポイントがタイトルケース文字であるかを調べる IntlChar::istitle (PHP 7, PHP 8) IntlChar::istitle — コードポイントがタイトルケース文字であるかを調べる 説明 public static IntlChar::istitle ( int | string $codepoint ): ? ...
https://man.plustar.jp/php/intlchar.istitle.html - [similar]
循環の収集 0
« リファレンスカウントの原理 パフォーマンスの考慮点 » PHP Manual ガベージコレクション 循環の収集 循環の収集 伝統的に、PHP で以前使われていたようなリファレンスカウント記憶機構では、 循環参照メモリ・リークに対処できません。 しかしながら、5.3.0 現在、PHP ではその問題に焦点を当てた » Concurr ...
https://man.plustar.jp/php/features.gc.collecting-cycles.html - [similar]
コードポイントが定義されているかどうかを調べる 0
« IntlChar::iscntrl IntlChar::isdigit » PHP Manual IntlChar コードポイントが定義されているかどうかを調べる IntlChar::isdefined (PHP 7, PHP 8) IntlChar::isdefined — コードポイントが定義されているかどうかを調べる 説明 public static IntlChar::isdefined ( int | string $codepoint ): ? bool 指 ...
https://man.plustar.jp/php/intlchar.isdefined.html - [similar]
整数値の除算 0
« hypot is_finite » PHP Manual Math 関数 整数値の除算 intdiv (PHP 7, PHP 8) intdiv — 整数値の除算 説明 intdiv ( int $num1 , int $num2 ): int num1 を num2 で割った整数商を返します。 パラメータ num1 割られる数。 num2 num1 を割る数。 戻り値 num1 を num2 で割った整数商。 エラー / 例外 num2 が ...
https://man.plustar.jp/php/function.intdiv.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT