Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Str/before_last_ci.php
Назад
<?php declare(strict_types=1); namespace Psl\Str; /** * @throws Exception\OutOfBoundsException If the $offset is out-of-bounds. * * @pure */ function before_last_ci(string $haystack, string $needle, int $offset = 0, Encoding $encoding = Encoding::UTF_8): ?string { $length = search_last_ci($haystack, $needle, $offset, $encoding); if (null === $length) { return null; } return slice($haystack, 0, $length, $encoding); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка