SAMMessage->body
(PECL sam >= 0.1.0)
SAMMessage->body — بدنه پیام.
Description
string $body;
خاصیت "body" شامل بدنه وافعی پیام است. ممکن است تعیین نشود.
Examples
Example #1 تعیین رشته متن در بدنه پیام
<?php
$msg = new SAMMessage();
$msg->body = 'This is a simple message';
?>
There are no user contributed notes for this page.
