ModelUuid::is()
Checks if a string resembles an UUID URI, optionally of the given type (scheme)
ModelUuid::is(string $string, string $type = null): bool
Parameters
| Name | Type | Default |
|---|---|---|
| $string * | string |
– |
| $type | string |
null |
Return type
bool
Parent class
Kirby\Uuid\ModelUuid inherited from Kirby\Uuid\Uuid