📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-04 01:52:16
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
psr
/
clock
/
src
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/psr/clock/src
🔄 Refresh
✏️
Editing: ClockInterface.php
Writable
<?php namespace Psr\Clock; use DateTimeImmutable; interface ClockInterface { /** * Returns the current time as a DateTimeImmutable Object */ public function now(): DateTimeImmutable; }
💾 Save Changes
❌ Cancel