whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Str
/
Byte
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/Str/Byte/rot13.php
<?php declare(strict_types=1); namespace Psl\Str\Byte; use function str_rot13; /** * Perform the rot13 transform on a string. * * @pure */ function rot13(string $string): string { return str_rot13($string); }
Copyright ©2021 || Defacer Indonesia