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/replace.php
<?php declare(strict_types=1); namespace Psl\Str\Byte; use function str_replace; /** * Returns the 'haystack' string with all occurrences of `$needle` replaced by * `$replacement`. * * @pure */ function replace(string $haystack, string $needle, string $replacement): string { return str_replace($needle, $replacement, $haystack); }
Copyright ©2021 || Defacer Indonesia