Function Database_Static_xml->_type_check
Definitions
sources/database/xml.php
- Type check some data destined to go into a table.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $schema | array | No | No | required parameter | N/A | N/A | The schema |
| $record | array | No | No | required parameter | N/A | N/A | The data |
| $query | string | No | No | required parameter | N/A | N/A | Query that was executed |
