This Function Has Been Available Since:
(AFCommerce v 2.1, Functions v 1.1)
Gets member information from the database.
Description
array = afc_get_member_info (memberid)
This function will get all information for any member of your website. This function will return an array with all information about the member, and will also format the name of their country and state, instead of returning the id number for their state and country, which is the format these values are stored in the members table. This function is here to simply make your job a bit easier when coding your own features.
Parameters
memberid (integer) - The member's id number
Return Values
Returns an array with all information about the member.
Open Source: YesPaul's Examples There are currently no examples for this function.
|
Back to Functions List
|