Function __global->has_escaped_dynamic_sql
Definitions
sources/database_security_filter.php
- Check all strings within a query were properly escaped (by checking log of what we escaped).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$query | string | required parameter | N/A | N/A | The query |
Return
- Whether it is all good
- Type: boolean
- Set: N/A
- Range: N/A