list_getProfileFields

Description

Gets all the profile fields for the list.

Syntax

array list_getProfileFields (int $start, int $items_per_page, string $sort, bool $standard_fields)



Parameter $start

Expected type: Integer
Description: What item to start with in the list



Parameter $items_per_page

Expected type: Integer
Description: How many items to display per page



Parameter $sort

Expected type: Escaped String
Description: An SQL string indicating how the list should be sorted



Parameter $standard_fields

Expected type: Boolean
Description: Whether or not we're loading the "standard" fields (IM fields, location, gender, website, # of posts and warning status)



Return value

Expected type: Array of arrays
Description: An array of profile fields


Advertisement: