Function __global->destrictify
Definitions
sources/developer_tools.php
- Remove strictness, to help integration of third-party code.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $db_too | boolean | No | No | False | N/A | N/A | Whether to destrictify database commands over the software's database driver |
Preview
Code (PHP)
/**
* Remove strictness, to help integration of third-party code.
*
* @param boolean $db_too Whether to destrictify database commands over the software's database driver
*/
function destrictify(bool $db_too = false)
* Remove strictness, to help integration of third-party code.
*
* @param boolean $db_too Whether to destrictify database commands over the software's database driver
*/
function destrictify(bool $db_too = false)

