Function __global->convert_guids_to_ids
Definitions
sources/global3.php
- Convert GUIDs to IDs in some text.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $text | string | No | No | required parameter | N/A | N/A | Input text |
Returns
- Output text
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Convert GUIDs to IDs in some text.
*
* @param string $text Input text
* @return string Output text
*/
function convert_guids_to_ids(string $text) : string
* Convert GUIDs to IDs in some text.
*
* @param string $text Input text
* @return string Output text
*/
function convert_guids_to_ids(string $text) : string

