PHP implode limit bug?
问题 I've got a script that creates an array with around 40,000 entries, PHP arrays have no limit except the memory of the server... However the PHP function implode() simply does not output anything, when trying to implode an array of around 40,000 entries into a string. Each array entry has about a sentence worth of a-Z characters. No memory errors, no errors at all! Can anyone confirm this? I'm not sure its possible to post examples! EDIT (2013-06-03): I can confirm that the PHP memory limit