|
PHP5中文手册
SAMMessage->__construct()(No version information available, might be only in CVS) SAMMessage->__construct() — Creates a new Message object 说明SAMMessage
__construct
([ mixed $body
] )
Creates a new SAMMessage object optionally specifying a message body. 参数
范例
Example#1 Creating a message
<?php
Example#2 Creating a message with a simple text payload
<?php |