X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/nesbot/carbon/src/Carbon
home
/
gfecatvj
/
sites
/
vendor
/
nesbot
/
carbon
/
src
/
Carbon
/
📁
..
📄
Carbon.php
(90.14 KB)
📄
CarbonConverterInterface.php
(416 B)
📄
CarbonImmutable.php
(93.78 KB)
📄
CarbonInterface.php
(231.7 KB)
📄
CarbonInterval.php
(84.52 KB)
📄
CarbonPeriod.php
(70.51 KB)
📄
CarbonTimeZone.php
(8.17 KB)
📁
Cli
📁
Doctrine
📁
Exceptions
📄
Factory.php
(49.25 KB)
📄
FactoryImmutable.php
(47.99 KB)
📁
Lang
📄
Language.php
(7.1 KB)
📁
Laravel
📁
List
📁
PHPStan
📁
Traits
📄
Translator.php
(10.14 KB)
Editing: CarbonConverterInterface.php
<?php /** * This file is part of the Carbon package. * * (c) Brian Nesbitt <brian@nesbot.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Carbon; use DateTimeInterface; interface CarbonConverterInterface { public function convertDate(DateTimeInterface $dateTime, bool $negated = false): CarbonInterface; }
Upload File
Create Folder