X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/psr/clock/src
home
/
prisjneg
/
public_html
/
vendor
/
psr
/
clock
/
src
/
📁
..
📄
ClockInterface.php
(206 B)
Editing: ClockInterface.php
<?php namespace Psr\Clock; use DateTimeImmutable; interface ClockInterface { /** * Returns the current time as a DateTimeImmutable Object */ public function now(): DateTimeImmutable; }
Upload File
Create Folder