whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Trait
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/Trait/defined.php
<?php declare(strict_types=1); namespace Psl\Trait; use function trait_exists; /** * Checks if the trait with the given name has already been defined. * * @param string $trait_name * * @pure */ function defined(string $trait_name): bool { /** @var bool */ return trait_exists($trait_name, false); }
Copyright ©2021 || Defacer Indonesia