hi all
i not know use of Object.
i not know structure a object.
how i access to the value of Object?
in following script $struct_msg is structure a message(email).
the $struct_msg->parts get me a array of objects.
i not know way for access to value of object
$struct_msg = @imap_fetchstructure($mbox, $mail);
echo $struct_msg->parts;
for ($i=0;$i<count($struct_msg->parts);$i++)
echo $struct_msg->parts[$i]."<br>";
how access to the a object mail?
Moderator: General Moderators