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
Last updated: Fri, 13 Nov 2009

view this page in

SAMMessage->body

(PECL sam >= 0.1.0)

SAMMessage->body メッセージの本文

説明

SAMMessage
string $body;

"body" プロパティには、メッセージの本文が含まれます。 常に設定されているとは限りません。

例1 メッセージ本文へのテキスト文字列の設定

<?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, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites