📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-12 06:47:13
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php84-pecl-mongodb_1.20.0-2.el8
/
tests
📍 /opt/alt/tests/alt-php84-pecl-mongodb_1.20.0-2.el8/tests
🔄 Refresh
✏️
Editing: bson-objectid-getTimestamp-001.phpt
Read Only
--TEST-- MongoDB\BSON\ObjectId::getTimestamp --FILE-- <?php date_default_timezone_set( "UTC" ); $objectid = new MongoDB\BSON\ObjectId('564b07d6619d4b3d668b45e3'); $ts = $objectid->getTimestamp(); echo $ts, "\n"; echo date_create( "@{$ts}" )->format( "Y-m-d H:i:s" ), "\n"; ?> --EXPECT-- 1447757782 2015-11-17 10:56:22
💾 Save Changes
❌ Cancel