Str::endsWith()
Checks if a string ends with the passed needle
Str::endsWith(string $string, string $needle, bool $caseInsensitive = false): bool
Parameters
Name | Type | Default |
---|---|---|
$string * | string |
– |
$needle * | string |
– |
$caseInsensitive | bool |
false |
Return type
bool