Function __global->implode
Definitions
sources_custom/phpstub.php
- Join array elements with a string.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$glue | string | required parameter | N/A | N/A | The glue component (becomes a deliminator) |
$pieces | array | required parameter | N/A | N/A | The pieces to join |
Return
- The joined string
- Type: string
- Set: N/A
- Range: N/A