Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Str/Grapheme/starts_with.php
Назад
<?php declare(strict_types=1); namespace Psl\Str\Grapheme; use Psl\Str\Exception; /** * Returns whether the string starts with the given prefix. * * @pure * * @throws Exception\InvalidArgumentException If $string is not made of grapheme clusters. */ function starts_with(string $string, string $prefix): bool { /** @psalm-suppress MissingThrowsDocblock */ return 0 === search($string, $prefix); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка