Function __global->looks_like_guid
Definitions
sources/global4.php
- Determine if a given string looks like it could be a GUID.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$potential | string | required parameter | N/A | N/A | The string to check |
Return
- Whether it looks like a GUID
- Type: boolean
- Set: N/A
- Range: N/A