Introduction   Getting Started   Upgrading   Function Reference   Changelog   Support and Feedback

list_ignored_members

Usage: array list_ignored_members ()
Purpose: Returns the currently logged in member's ignore list.
Availability: IPB SDK 1.5

Returns an array of user ids which the the currently logged in user has ignored.

Returns FALSE if the member is not logged in.

Information will be returned in the following array structure:

Array (
      [2] => 2
      [10] => 10
)

// Works out how many contacts the current member has using list_ignored_members() and count()
echo "You have ignored ".count($SDK->list_ignored_members())." users"; // You have ignored 2 users
See Also: ignore_member, unignore_member


User Contributed Notes

There are currently no user contributed notes for this page.

Documentation Generated at Sat, 16 Apr 2005 07:36:35 -0700
Find the latest version at http://ipbsdk.sourceforge.net