PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SAMMessage->__construct> <SAMConnection->unsubscribe
Last updated: Fri, 22 Aug 2008

view this page in

SAMMessage->body

(No version information available, might be only in CVS)

SAMMessage->body The body of the message.

Description

SAMMessage
string $nody;

The "body" property contains the actual body of the message. It may not always be set.

Examples

Example #1 Setting a text string into the body of a message

<?php
$msg 
= new SAMMessage();
$msg->body 'This is a simple message';

?>



add a note add a note User Contributed Notes
SAMMessage->body
There are no user contributed notes for this page.

SAMMessage->__construct> <SAMConnection->unsubscribe
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites