Unclassified NewsBoard Code Reference

IUser.GetListArray function

Get an array(ID) of UserIDs matching the query

function IUser.GetListArray ($where = '', $order = '', $limit = '');

Parameters:

where  –  optional, default: ''
(string) SQL WHERE section
order  –  optional, default: ''
(string) SQL ORDER BY section
limit  –  optional, default: ''
(string) SQL LIMIT section

Return value:

(array(array)) all user record rows

Member of class: IUser

Implementation file: unb_lib/user.lib.php, line 200

© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.