SAM Funkcje
PHP Manual

SAMMessage::__construct

(PECL sam >= 0.1.0)

SAMMessage::__construct Creates a new Message object

Opis

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

Creates a new SAMMessage object optionally specifying a message body.

Parametry

body

The optional body for the message.

Przykłady

Przykład #1 Creating a message

<?php

$msg 
= new SAMMessage();

?>

Przykład #2 Creating a message with a simple text payload

<?php

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

?>


SAM Funkcje
PHP Manual