Introduction   Getting Started   Upgrading   Function Reference   Changelog   Support and Feedback

get_member_pips

Usage: int get_member_pips ([int memberid])
Purpose: Returns the amount of pips a member has.
Availability: IPB SDK 1.0

Returns the amount of pips member memberid has. If no memberid is provided, the amount of pips the currently logged in member has will be returned.

// You have 3 pips
echo "You have ".$SDK->get_member_pips()." pips";


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