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

search for in the

SAMMessage->header> <SAMMessage->body
Last updated: Fri, 14 Aug 2009

view this page in

SAMMessage->__construct

(PECL sam >= 0.1.0)

SAMMessage->__constructCrée un nouvel objet de message

Description

SAMMessage
__construct ([ mixed $body ] )

Crée un nouvel objet SAMMessage et, optionnellement, le corps d'un message.

Liste de paramètres

body

Le corps optionnel du message.

Exemples

Exemple #1 Création d'un message

<?php

$msg 
= new SAMMessage();

?>

Exemple #2 Création d'un message avec un texte simple

<?php

$msg 
= new SAMMessage('Ceci est un message simple.');

?>



add a note add a note User Contributed Notes
SAMMessage->__construct
There are no user contributed notes for this page.

SAMMessage->header> <SAMMessage->body
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites