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, 17 May 2013

view this page in

SAMMessage::body

(PECL sam >= 0.1.0)

SAMMessage::body Définit le corps d'un message

Description

string $SAMMessage->body;

La propriété "body" contient le corps actuel du message. Il peut ne pas toujours avoir été défini.

Exemples

Exemple #1 Définition d'un texte dans le corps d'un message

<?php
$msg 
= new SAMMessage();
$msg->body 'Ceci est un texte simple.';

?>

Voir aussi



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