Function __global->_get_quoted_substrings

Definitions

sources/database_security_filter.php

  • Find the quoted substrings within a query.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$string string required parameter N/A N/A The query
$recurse boolean False N/A N/A Whether to recurse (for double escaping)

Return

  • List of substrings (inverse map)
  • Type: array
  • Set: N/A
  • Range: N/A