contains
Checks if the given string contains the given value
V::contains($value, $needle): bool
Parameters
Name | Type | Default |
---|---|---|
$valuerequired | mixed |
no default value |
$needlerequired | mixed |
no default value |
Return type
bool
Checks if the given string contains the given value
V::contains($value, $needle): bool
Name | Type | Default |
---|---|---|
$valuerequired | mixed |
no default value |
$needlerequired | mixed |
no default value |
bool