Function __global->ticket_generate_new_id
Definitions
sources/tickets2.php
- Generate a new ticket ID.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$member_id | ?MEMBER | Null | N/A | N/A | Member ID ticket is for (null: current member) |
$stem | ?ID_TEXT | Null | N/A | N/A | Ticket ID stem (null: randomise) |
Return
- New ticket ID
- Type: string
- Set: N/A
- Range: N/A