略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: SAMMessage::body

2024-04-24

SAMMessage::body

(PECL sam >= 0.1.0)

SAMMessage::body The body of the message

说明

string $SAMMessage->body;

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';

?>
add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/sammessage.body.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3