<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.stompexception.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'stomp.getdetails.php',
    1 => 'StompException::getDetails',
    2 => 'Get exception details',
  ),
  'up' => 
  array (
    0 => 'class.stompexception.php',
    1 => 'StompException',
  ),
  'prev' => 
  array (
    0 => 'class.stompexception.php',
    1 => 'StompException',
  ),
  'next' => 
  array (
    0 => 'book.svm.php',
    1 => 'SVM',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/stomp/stompexception/getdetails.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="stomp.getdetails" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">StompException::getDetails</h1>
  <p class="verinfo">(PECL stomp &gt;= 0.1.0)</p><p class="refpurpose"><span class="refname">StompException::getDetails</span> &mdash; <span class="dc-title">Get exception details</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-stomp.getdetails-description">
  <h3 class="title">説明</h3>
   <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>StompException::getDetails</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="simpara">
   Get exception details.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-stomp.getdetails-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">この関数にはパラメータはありません。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-stomp.getdetails-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="simpara">
    <span class="type"><a href="language.types.string.php" class="type string">string</a></span> containing the error details.
  </p>
 </div>


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