SAM 함수 목록
PHP Manual

SAMMessage->body

(PECL sam >= 0.1.0)

SAMMessage->body The body of the message.

설명

SAMMessage
string $nody;

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

예제

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

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

?>

참고


SAM 함수 목록
PHP Manual