|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-06-15 10:06 UTC] sniper@php.net
[2001-07-22 13:15 UTC] andy@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 03:00:01 2025 UTC |
Imap_fetchstructure can't return values when a script includes a cycle ,for example 'while' getting parameters from mailbox using imap_fetchstructure. example: while($i<300) ... $partinfo=imap_fetchstructure($mailstream,$i); ... When $i is large than certain number such as 200 but variable by different users and other situation,$partinfo return null array. I hope that you will do me a favour!