<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.mongodb-bson-decimal128interface.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'mongodb-bson-decimal128interface.tostring.php',
    1 => 'MongoDB\\BSON\\Decimal128Interface::__toString',
    2 => 'Returns the string representation of this Decimal128Interface',
  ),
  'up' => 
  array (
    0 => 'class.mongodb-bson-decimal128interface.php',
    1 => 'MongoDB\\BSON\\Decimal128Interface',
  ),
  'prev' => 
  array (
    0 => 'class.mongodb-bson-decimal128interface.php',
    1 => 'MongoDB\\BSON\\Decimal128Interface',
  ),
  'next' => 
  array (
    0 => 'class.mongodb-bson-javascriptinterface.php',
    1 => 'MongoDB\\BSON\\JavascriptInterface',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mongodb/bson/decimal128interface/tostring.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mongodb-bson-decimal128interface.tostring" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">MongoDB\BSON\Decimal128Interface::__toString</h1>
  <p class="verinfo">(mongodb &gt;=1.3.0)</p><p class="refpurpose"><span class="refname">MongoDB\BSON\Decimal128Interface::__toString</span> &mdash; <span class="dc-title">Returns the string representation of this Decimal128Interface</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-mongodb-bson-decimal128interface.tostring-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">abstract</span> <span class="modifier">public</span> <span class="methodname"><strong>MongoDB\BSON\Decimal128Interface::__toString</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-mongodb-bson-decimal128interface.tostring-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-mongodb-bson-decimal128interface.tostring-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Returns the string representation of this Decimal128Interface.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-mongodb-bson-decimal128interface.tostring-seealso">
  <h3 class="title">Прогляньте також</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="mongodb-bson-decimal128.tostring.php" class="methodname" rel="rdfs-seeAlso">MongoDB\BSON\Decimal128::__toString()</a> - Returns the string representation of this Decimal128</span></li>
  </ul>
 </div>


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