whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Math
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/Math/floor.php
<?php declare(strict_types=1); namespace Psl\Math; use function floor as php_floor; /** * Return the largest integer value less then or equal to the given number. * * @pure */ function floor(float $number): float { return php_floor($number); }
Copyright ©2021 || Defacer Indonesia