Home
last modified time | relevance | path

Searched refs:str_starts_with (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/symfony/polyfill-php80/
Dbootstrap.php32 …function str_starts_with(?string $haystack, ?string $needle): bool { return p\Php80::str_starts_wi… function
DREADME.md15 - [`str_starts_with`](https://php.net/str_starts_with)
DPhp80.php96 public static function str_starts_with(string $haystack, string $needle): bool function in Symfony\\Polyfill\\Php80\\Php80