Function Database_Static_xml->_delete_record
Definitions
sources/database/xml.php
- Delete a record (delete the XML file).
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$path | PATH | No | No | required parameter | N/A | N/A | The file path |
$db | array | No | No | required parameter | N/A | N/A | Database connection |
Preview
Code (PHP)
/**
* Delete a record (delete the XML file).
*
* @param PATH $path The file path
* @param array $db Database connection
*/
protected function _delete_record(string $path, array $db)
* Delete a record (delete the XML file).
*
* @param PATH $path The file path
* @param array $db Database connection
*/
protected function _delete_record(string $path, array $db)