Results of 1 - 10 of about 17 for inf (0.001 sec.)
- Returns the Legacy Extended JSON representation of a BSON value 13552
- « MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toPHP » PHP Manual 関数 Returns the Legacy E
...
respectively. 警告 » JSON does not support NAN and INF and MongoDB's Legacy Extended JSON format does not ...
n for these values ( » libbson will output nan and inf literals, which may not be parsed as valid JSON). ...
], [ 'double' => 1.0 , ], [ 'nan' => NAN ], [ 'pos_inf' => INF ], [ 'neg_inf' => - INF ], [ 'array' => [ ...
967295 } { "double" : 1.0 } { "nan" : nan } { "pos_inf" : inf } { "neg_inf" : -inf } { "array" : [ "foo", ...
-
https://man.plustar.jp/php/function.mongodb.bson-tojson.html
- [similar]
- Returns the Relaxed Extended JSON representation of a BSON value 10587
- « MongoDB\BSON\toPHP MongoDB\BSON\Binary » PHP Manual 関数 Returns the Relaxed Extended JSON rep
...
], [ 'double' => 1.0 , ], [ 'nan' => NAN ], [ 'pos_inf' => INF ], [ 'neg_inf' => - INF ], [ 'array' => [ ...
0 } { "nan" : { "$numberDouble" : "NaN" } } { "pos_inf" : { "$numberDouble" : "Infinity" } } { "neg_inf" ...
: { "$numberDouble" : "-Infinity" } } { "array" : [ "foo", "bar" ] } { "docume ...
-
https://man.plustar.jp/php/function.mongodb.bson-torelaxedextendedjson.html
- [similar]
- IEEE 754 に従い、数値の除算を行う 10500
- « expm1 floor » PHP Manual Math 関数 IEEE 754 に従い、数値の除算を行う fdiv (PHP 8) fdiv — IEEE
...
動小数点数の結果として返します。 num2 が 0 の場合、 INF , -INF , NAN のうちのいずれかを返します。 NAN は = ...
float(2) var_dump ( fdiv ( 1.0 , 0.0 )); // float(INF) var_dump ( fdiv (- 1.0 , 0.0 )); // float(-INF) v ...
-
https://man.plustar.jp/php/function.fdiv.html
- [similar]
- Returns the Canonical Extended JSON representation of a BSON value 10500
- « MongoDB\BSON\fromPHP MongoDB\BSON\toJSON » PHP Manual 関数 Returns the Canonical Extended JSON
...
be converted back to BSON without any loss of type information (e.g. numeric types will remain differenti ...
], [ 'double' => 1.0 , ], [ 'nan' => NAN ], [ 'pos_inf' => INF ], [ 'neg_inf' => - INF ], [ 'array' => [ ...
} } { "nan" : { "$numberDouble" : "NaN" } } { "pos_inf" : { "$numberDouble" : "Infinity" } } { "neg_inf" ...
: { "$numberDouble" : "-Infinity" } } { "array" : [ "foo", "bar" ] } { "docume ...
-
https://man.plustar.jp/php/function.mongodb.bson-tocanonicalextendedjson.html
- [similar]
- エクスポートした WSAPROTOCOL_INF 構造体を解放する 9845
- « socket_wsaprotocol_info_import Socket » PHP Manual ソケット 関数 エクスポートした WSAPROTOCOL_
...
INF 構造体を解放する socket_wsaprotocol_info_release (PHP 7 >= 7.3.0, PHP 8) socket_wsaprotoco ...
l_info_release — エクスポートした WSAPROTOCOL_INF 構造体 ...
を解放する 説明 socket_wsaprotocol_info_release ( string $info_id ): bool 与えられた info ...
この関数は Windows でのみ利用可能です。 パラメータ info_id socket_wsaprotocol_info_export() 関数が以前の呼 ...
-
https://man.plustar.jp/php/function.socket-wsaprotocol-info-release.html
- [similar]
- 定義済み定数 8604
- « リソース型 Math 関数 » PHP Manual Math 定義済み定数 定義済み定数 以下の定数は、PHP コアに含まれ
...
LF_ODD 4 端数を奇数に丸める NAN NAN (float) 非数値 INF INF (float) 無限 関連キーワード: 定数 , 定義 , 端数 ...
-
https://man.plustar.jp/php/math.constants.html
- [similar]
- 直近に発生したエラーを返す 7948
- « json_last_error_msg Lua » PHP Manual JSON 関数 直近に発生したエラーを返す json_last_error (PHP
...
コード対象の値に再帰参照が含まれています JSON_ERROR_INF_OR_NAN エンコード対象の値に NAN あるいは INF が含ま ...
-
https://man.plustar.jp/php/function.json-last-error.html
- [similar]
- 定義済み定数 7776
- « リソース型 JsonException » PHP Manual JSON 定義済み定数 定義済み定数 以下の定数が定義されていま
...
帰参照の部分を null にエンコードします。 JSON_ERROR_INF_OR_NAN ( int ) json_encode() に渡した値の中に NAN ...
あるいは INF が含まれています。 JSON_PARTIAL_OUTPUT_ON_ERROR オ ...
-
https://man.plustar.jp/php/json.constants.html
- [similar]
- Returns the string representation of this Decimal128 7776
- « MongoDB\BSON\Decimal128::serialize MongoDB\BSON\Decimal128::unserialize » PHP Manual MongoDB\B
...
r_dump ((string) new MongoDB \ BSON \ Decimal128 ( INF )); ?> 上の例の出力は、 たとえば以下のようになりま ...
。 string(9) "1234.5678" string(3) "NaN" string(8) "Infinity" 参考 » Decimal128 floating-point format » BS ...
-
https://man.plustar.jp/php/mongodb-bson-decimal128.tostring.html
- [similar]
- Construct a new Decimal128 7690
- « MongoDB\BSON\Decimal128 MongoDB\BSON\Decimal128::jsonSerialize » PHP Manual MongoDB\BSON\Decim
...
AN )); var_dump (new MongoDB \ BSON \ Decimal128 ( INF )); ?> 上の例の出力は、 たとえば以下のようになりま ...
goDB\BSON\Decimal128)#1 (1) { ["dec"]=> string(8) "Infinity" } 参考 » Decimal128 floating-point format » ...
-
https://man.plustar.jp/php/mongodb-bson-decimal128.construct.html
- [similar]