Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Str/Byte/replace_ci.php
Назад
<?php declare(strict_types=1); namespace Psl\Str\Byte; use function str_ireplace; /** * Returns the 'haystack' string with all occurrences of `$needle` replaced by * `$replacement` (case-insensitive). * * @pure */ function replace_ci(string $haystack, string $needle, string $replacement): string { return str_ireplace($needle, $replacement, $haystack); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка