Function __global->placeholder_random_id
Definitions
sources/lorem.php
- Get a random ID.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- Random ID
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a random ID.
*
* @return string Random ID
*/
function placeholder_random_id() : string
* Get a random ID.
*
* @return string Random ID
*/
function placeholder_random_id() : string

