PHP Doku:: The body of the message. - function.sammessage-body.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteSimple Asynchronous MessagingSAM FunktionenSAMMessage->body

Ein Service von Reinhard Neidl - Webprogrammierung.

SAM Funktionen

<<SAMConnection->unsubscribe

SAMMessage->__construct>>

SAMMessage->body

(PECL sam >= 0.1.0)

SAMMessage->body The body of the message.

Beschreibung

string $body;

The "body" property contains the actual body of the message. It may not always be set.

Beispiele

Beispiel #1 Setting a text string into the body of a message

<?php
$msg 
= new SAMMessage();
$msg->body 'This is a simple message';

?>

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)