From: kamo_avinadav at hotmail dot com Operating system: Windows XP PHP version: 4.3.1 PHP Bug Type: Documentation problem Bug description: Description of implode() is misleading
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 bug report at http://bugs.php.net/?id=24056&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=24056&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=24056&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=24056&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=24056&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=24056&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=24056&r=support Expected behavior: http://bugs.php.net/fix.php?id=24056&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=24056&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=24056&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=24056&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24056&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=24056&r=dst IIS Stability: http://bugs.php.net/fix.php?id=24056&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=24056&r=gnused -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php