when I list all parts of an object returned by

        $a = imap_fetchstructure($link,1);

I will get something like this:


[parameters] => Array
        ( [0] => stdClass Object
        ( [attribute] => BOUNDARY
      [value] => ----=_NextPart_000_0000_01C08563.8269C440 )
        )

I' am not able to assigna varable to get "_NextPart...."!!!

How doI get this?

$a->parameters[0]->value does not work!

Please help!


--
**********************************************
* Jochen Kächelin                            *
* Ihr WEBberater - Werbeagentur Pulvermüller *
* Stuttgarter Str. 3 - D-73033 Göppingen     *
* www.wa-p.de - mailto:[EMAIL PROTECTED]          *
**********************************************


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to