<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/mongodb.bson.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'ref.bson.functions.php',
    1 => 'Funktionen',
    2 => 'Funktionen',
  ),
  'up' => 
  array (
    0 => 'mongodb.bson.php',
    1 => 'MongoDB\\BSON',
  ),
  'prev' => 
  array (
    0 => 'mongodb.bson.php',
    1 => 'MongoDB\\BSON',
  ),
  'next' => 
  array (
    0 => 'function.mongodb.bson-fromjson.php',
    1 => 'MongoDB\\BSON\\fromJSON',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mongodb/bson.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.bson.functions.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.bson.functions" class="reference">
   <h1 class="title">Funktionen</h1>
   









































  <h2>Inhaltsverzeichnis</h2><ul class="chunklist chunklist_reference"><li><a href="function.mongodb.bson-fromjson.php">MongoDB\BSON\fromJSON</a> — Returns the BSON representation of a JSON value</li><li><a href="function.mongodb.bson-fromphp.php">MongoDB\BSON\fromPHP</a> — Returns the BSON representation of a PHP value</li><li><a href="function.mongodb.bson-tocanonicalextendedjson.php">MongoDB\BSON\toCanonicalExtendedJSON</a> — Returns the Canonical Extended JSON representation of a BSON value</li><li><a href="function.mongodb.bson-tojson.php">MongoDB\BSON\toJSON</a> — Returns the Legacy Extended JSON representation of a BSON value</li><li><a href="function.mongodb.bson-tophp.php">MongoDB\BSON\toPHP</a> — Returns the PHP representation of a BSON value</li><li><a href="function.mongodb.bson-torelaxedextendedjson.php">MongoDB\BSON\toRelaxedExtendedJSON</a> — Returns the Relaxed Extended JSON representation of a BSON value</li></ul>
</div>
<?php manual_footer($setup); ?>