File manager - Edit - /var/www/ratemypay_dev/vendor/thecodingmachine/safe/generated/8.1/calendar.php
Back
<?php namespace Safe; use Safe\Exceptions\CalendarException; /** * @param int|null $timestamp * @return int * @throws CalendarException * */ function unixtojd(?int $timestamp = null): int { error_clear_last(); if ($timestamp !== null) { $safeResult = \unixtojd($timestamp); } else { $safeResult = \unixtojd(); } if ($safeResult === false) { throw CalendarException::createFromPhpError(); } return $safeResult; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings