endsWith
Checks if the given string ends with the given value
V::endsWith(string $value, string $end): bool
Parameters
Name | Type | Default |
---|---|---|
$valuerequired | string |
no default value |
$endrequired | string |
no default value |
Return type
bool