| Category | String Functions - 24. implode Join array elements with a string |
| Code Examples | "; // lastname,email,phone // Empty string when using an empty array: var_dump(implode('hello', array())); // string(0) "" |
| Test Code | |
| Web Link | http://www.php.net/manual/en/function.implode.php |
| Remarks | |
| Cancel |