Function Forum_driver_phpbb3->get_matching_members

Definitions

sources/forum/phpbb3.php

  • Find all members with a name matching the given SQL LIKE string.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$pattern string required parameter N/A N/A The pattern
$limit ?integer Null N/A N/A Maximum number to return (limits to the most recent active) (null: no limit)

Return

  • The array of matched members (null: none found)
  • Type: ?array
  • Set: N/A
  • Range: N/A