<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.stomp.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'stomp.hasframe.php',
    1 => 'Stomp::hasFrame',
    2 => 'Indique si un message est en attente de lecture ou non',
  ),
  'up' => 
  array (
    0 => 'class.stomp.php',
    1 => 'Stomp',
  ),
  'prev' => 
  array (
    0 => 'stomp.getsessionid.php',
    1 => 'Stomp::getSessionId',
  ),
  'next' => 
  array (
    0 => 'stomp.readframe.php',
    1 => 'Stomp::readFrame',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/stomp/stomp/hasframe.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="stomp.hasframe" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Stomp::hasFrame</h1>
  <h1 class="refname">stomp_has_frame</h1>
  <p class="verinfo">(PECL stomp &gt;= 0.1.0)</p><p class="refpurpose"><span class="refname">Stomp::hasFrame</span> -- <span class="refname">stomp_has_frame</span> &mdash; <span class="dc-title">Indique si un message est en attente de lecture ou non</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-stomp.hasframe-description">
  <h3 class="title">Description</h3>
  <p class="simpara">Style orienté objet (méthode) :</p>
   <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Stomp::hasFrame</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">Style procédural :</p>
  <div class="methodsynopsis dc-description"><span class="methodname"><strong>stomp_has_frame</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$link</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   Indique si un message est en attente de lecture ou non.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-stomp.hasframe-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <dl>
   <dt><code class="parameter">link</code></dt><dd><p class="para">Style procédural uniquement : L&#039;identifiant stomp retourné par la fonction<span class="function"><a href="stomp.construct.php" class="function">stomp_connect()</a></span>.</p></dd>
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-stomp.hasframe-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">
   Retourne <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> si un message est en attente de lecture, ou <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> dans le cas contraire.
  </p>
 </div>


</div><?php manual_footer($setup); ?>