Function __global->catalogue_field_strip_exotic_syntax
Definitions
sources/catalogues2.php
- Strip any extra syntax from a field, when converting to another format.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $id | AUTO_LINK | No | No | required parameter | N/A | N/A | The ID of the field |
| $table | string | No | No | required parameter | N/A | N/A | The table |
| $delimiter | string | No | No | required parameter | N/A | N/A | Delimiter which separates special syntax |
Preview
Code (PHP)
/**
* Strip any extra syntax from a field, when converting to another format.
*
* @param AUTO_LINK $id The ID of the field
* @param string $table The table
* @param string $delimiter Delimiter which separates special syntax
*/
function catalogue_field_strip_exotic_syntax(int $id, string $table, string $delimiter)
* Strip any extra syntax from a field, when converting to another format.
*
* @param AUTO_LINK $id The ID of the field
* @param string $table The table
* @param string $delimiter Delimiter which separates special syntax
*/
function catalogue_field_strip_exotic_syntax(int $id, string $table, string $delimiter)

