You appear to be a bot. Output may be restricted
Description
Return an associative array of all users
Usage
$array = bw_user_list();
Parameters
Returns
array associative array of user ID to user_titleSource
File name: oik/includes/bobbcomp.phpLines:
1 to 5 of 5
function bw_user_list() { $users = bw_get_users( array( "number" => "" )) ; $userlist = bw_user_array( $users ); return( $userlist ); }View on GitHub View on Trac