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, 24 Jun 2011

view this page in

SAMMessage->__construct

(PECL sam >= 0.1.0)

SAMMessage->__construct ساخت شی پیام جدید.

Description

SAMMessage::__construct ([ mixed $body ] )

ساخت شی جدید SAMMessage به صورت اختیاری برای بدنه پیام.

Parameters

body

بدنه اختیاری پیام.

Examples

Example #1 ساخت پیام

<?php

$msg 
= new SAMMessage();

?>

Example #2 ساخت پیام به همراه بارگذاری متن ساده

<?php

$msg 
= new SAMMessage('This is a simple text message');

?>



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