Function __global->find_security_alerts

Definitions

sources/lookup.php

  • Get a results table showing security alerts matching WHERE constraints.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$where array No No [] N/A N/A WHERE constraints
$end SHORT_TEXT No No Blank (empty string) N/A N/A Additional query to go on the end

Returns

  • A pair: The results table, The number, a Filtercode box
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a results table showing security alerts matching WHERE constraints.
 *
 * @param  array $where WHERE constraints
 * @param  SHORT_TEXT $end Additional query to go on the end
 * @return array A pair: The results table, The number, a Filtercode box
 */

function find_security_alerts(array $where = [], string $end = '') : array