Function __global->points_rank
Definitions
sources/points.php
- Get the total number of points the member has received which contribute towards ranks.Some of these points may have already been spent.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$member_id | MEMBER | required parameter | N/A | N/A | The member |
$timestamp | ?TIME | Null | N/A | N/A | Time to get for (null: now) |
$cache | boolean | True | N/A | N/A | Whether to retrieve from the CPF (always false if $timestamp is not null) |
Return
- The number of points the member has
- Type: integer
- Set: N/A
- Range: N/A