Phpdocs 38

CategoryString 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 Linkhttp://www.php.net/manual/en/function.implode.php
Remarks
Cancel