downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

SAMMessage::__construct> <SAMConnection::unsubscribe
[edit] Last updated: Fri, 07 Jun 2013

view this page in

SAMMessage::body

(PECL sam >= 0.1.0)

SAMMessage::body El cuerpo del mensaje.

Descripción

string $SAMMessage->body;

La propiedad "body" contiene el cuerpo del mensaje. Siempre no puede ser establecido.

Ejemplos

Ejemplo #1 Establecer un string de texto en el cuerpo de un mensaje

<?php
$msg 
= new SAMMessage();
$msg->body 'Este es un mensaje simple';

?>

Ver tambiƩn



add a note add a note User Contributed Notes SAMMessage::body - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites