| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MongoDB\BSON\UTCDateTime::__construct(mongodb >=1.0.0) MongoDB\BSON\UTCDateTime::__construct — Construct a new UTCDateTime 説明
final public MongoDB\BSON\UTCDateTime::__construct
([ integer|float|string|DateTimeInterface
$milliseconds = NULL
] )パラメータ
エラー / 例外
変更履歴
例例1 MongoDB\BSON\UTCDateTime::__construct() example
<?php 上の例の出力は、 たとえば以下のようになります。 object(MongoDB\BSON\UTCDateTime)#1 (1) { ["milliseconds"]=> string(13) "1484852905560" } object(MongoDB\BSON\UTCDateTime)#1 (1) { ["milliseconds"]=> string(13) "1484852905560" } object(MongoDB\BSON\UTCDateTime)#1 (1) { ["milliseconds"]=> string(13) "1416445411987" } |
![]() |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MongoDB\BSON\UTCDateTime::__construct - Construct a new UTCDateTime」をGoogle検索
|