ID: 24056 Updated by: [EMAIL PROTECTED] Reported By: kamo_avinadav at hotmail dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Windows XP PHP Version: 4.3.1 New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2003-06-06 06:12:13] kamo_avinadav at hotmail dot com The manual page for implode() [ http://www.php.net/implode ] lists this as the function description: string implode ( [string glue, array pieces]) According to that, it should be possible to simply call implode() like this: echo implode(); But of course that's not possible. A better description would be a combination of both: string implode ( string glue, array pieces) string implode ( array pieces, [string glue]) A note should be added to the second description, since it's only available as of 4.3.0 as I understand. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24056&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php