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

