whoami7 - Manager
:
/
proc
/
self
/
root
/
home
/
kckglobal
/
public_html
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Str
/
Byte
/
Upload File:
files >> //proc/self/root/home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Str/Byte/uppercase.php
<?php declare(strict_types=1); namespace Psl\Str\Byte; use function strtoupper; /** * Returns the string with all alphabetic characters converted to uppercase. * * @pure */ function uppercase(string $string): string { return strtoupper($string); }
Copyright ©2021 || Defacer Indonesia