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