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

search for in the

SAMMessage->__construct()> <SAMConnection->unsubscribe()
Last updated: Fri, 14 Nov 2008

view this page in

SAMMessage->body

(No version information available, might be only in CVS)

SAMMessage->bodyDéfinit le corps d'un message

Description

SAMMessage
string $nody;

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
There are no user contributed notes for this page.

SAMMessage->__construct()> <SAMConnection->unsubscribe()
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites