SAMMessage->__construct> <SAMConnection->unsubscribe
Last updated: Fri, 30 Dec 2011

SAMMessage->body

(PECL sam >= 0.1.0)

SAMMessage->body The body of the message.

Descrição

string $SAMMessage->body;

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

Exemplos

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

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

?>

Veja Também



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

SAMMessage->__construct> <SAMConnection->unsubscribe
Last updated: Fri, 30 Dec 2011