note 61341 deleted from ref.array by felipe
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: Sebastian ---- xxellisxx at gmail dot com: see implode(), it does exactly what you want, but quicker. $array = array(); $string = implode( '', $array );