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

search for in the

SAMMessage::__construct> <SAMConnection::unsubscribe
[edit] Last updated: Fri, 23 Mar 2012

view this page in

SAMMessage::body

(PECL sam >= 0.1.0)

SAMMessage::body The body of the message.

Açıklama

string $SAMMessage->body;

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

Örnekler

Örnek 1 Setting a text string into the body of a message

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

?>

Ayrıca Bakınız



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites