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

search for in the

SAMMessage::header> <SAMMessage::body
[edit] Last updated: Fri, 17 May 2013

view this page in

SAMMessage::__construct

(PECL sam >= 0.1.0)

SAMMessage::__construct Crea un nuevo objeto de mensaje

Descripción

SAMMessage::__construct() ([ mixed $body ] )

Crea un nuevo objeto SAMMessage opcionalmente especificando un cuerpo del mensaje.

Parámetros

body

El cuerpo opcional para el mensaje.

Ejemplos

Ejemplo #1 Crear un mensaje

<?php

$msg 
= new SAMMessage();

?>

Ejemplo #2 Crear un mensaje con una carga de texto simple

<?php

$msg 
= new SAMMessage('Este es un mensaje de texto simple');

?>



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

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