SAMMessage->__construct
(PECL sam >= 0.1.0)
SAMMessage->__construct — 新しいメッセージオブジェクトを作成する
パラメータ
- body
-
オプションで指定するメッセージ本文。
例
例1 メッセージの作成
<?php
$msg = new SAMMessage();
?>
例2 単純なテキストを含むメッセージの作成
<?php
$msg = new SAMMessage('This is a simple text message');
?>
SAMMessage->__construct
There are no user contributed notes for this page.
