| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MongoDB\BSON\Timestamp::__construct(mongodb >=1.0.0) MongoDB\BSON\Timestamp::__construct — Construct a new Timestamp 説明
final public MongoDB\BSON\Timestamp::__construct
( integer
$increment
, integer $timestamp
)パラメータエラー / 例外
例例1 MongoDB\BSON\Timestamp::__construct() example
<?php 上の例の出力は以下となります。 object(MongoDB\BSON\Timestamp)#1 (2) { ["increment"]=> int(1234) ["timestamp"]=> int(5678) } |
![]() |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MongoDB\BSON\Timestamp::__construct - Construct a new Timestamp」をGoogle検索
|