whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Str
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/Str/width.php
<?php declare(strict_types=1); namespace Psl\Str; use function mb_strwidth; /** * Return width of length. * * @pure */ function width(string $string, Encoding $encoding = Encoding::UTF_8): int { return mb_strwidth($string, $encoding->value); }
Copyright ©2021 || Defacer Indonesia