Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 11116

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>The body of the message.</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="samconnection.unsubscribe.html">SAMConnection::unsubscribe</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="sammessage.construct.html">SAMMessage::__construct</a></div>
 <div class="up"><a href="ref.sam.html">SAM Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="sammessage.body" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SAMMessage::body</h1>
  <p class="verinfo">(PECL sam &gt;= 0.1.0)</p><p class="refpurpose"><span class="refname">SAMMessage::body</span> &mdash; <span class="dc-title">
   The body of the message.
  </span></p>

 </div>
 <div class="refsect1 description" id="refsect1-sammessage.body-description">
  <h3 class="title">Description</h3>
  <div class="fieldsynopsis"><span class="type">string</span> <var class="varname">$SAMMessage-&gt;body</var>;</div>

  <p class="para">
   The &quot;body&quot; property contains the actual body of the message.
   It may not always be set.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-sammessage.body-examples">
  <h3 class="title">Examples</h3>
  <p class="para">
   <div class="example" id="example-4540">
    <p><strong>Example #1 Setting a text string into the body of a message</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br />$msg&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">SAMMessage</span><span style="color: #007700">();<br /></span><span style="color: #0000BB">$msg</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">body&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'This&nbsp;is&nbsp;a&nbsp;simple&nbsp;message'</span><span style="color: #007700">;<br /><br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code></div>
    </div>

   </div>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-sammessage.body-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"><a href="sammessage.header.html" class="xref">SAMMessage::header</a></li>
   </ul>
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="samconnection.unsubscribe.html">SAMConnection::unsubscribe</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="sammessage.construct.html">SAMMessage::__construct</a></div>
 <div class="up"><a href="ref.sam.html">SAM Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>