Function __global->serialize
Definitions
sources_custom/phpstub.php
- Generates a storable representation of a value.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$value | mixed | required parameter | N/A | N/A | Whatever is to be serialised |
Return
- The serialisation
- Type: string
- Set: N/A
- Range: N/A