<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.basic.other.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'book.yaml.php',
    1 => 'Yaml',
    2 => 'YAML Data Serialization',
  ),
  'up' => 
  array (
    0 => 'refs.basic.other.php',
    1 => 'Sonstige Grunderweiterungen',
  ),
  'prev' => 
  array (
    0 => 'v8jsexception.getjstrace.php',
    1 => 'V8JsException::getJsTrace',
  ),
  'next' => 
  array (
    0 => 'yaml.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/yaml/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.yaml.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.yaml" class="book">
 
 <h1 class="title">YAML Data Serialization</h1>
 

 
 <div id="intro.yaml" class="preface">
  <h1 class="title">Einführung</h1>
  <p class="para">
   This extension implements the <a href="http://www.yaml.org/" class="link external">&raquo;&nbsp;YAML Ain&#039;t
   Markup Language (YAML)</a> data serialization standard. Parsing and
   emiting are handled by the <a href="http://pyyaml.org/wiki/LibYAML" class="link external">&raquo;&nbsp;LibYAML
   library</a>.
  </p>
 </div>
 

 







 







 







 
 





 








<ul class="chunklist chunklist_book"><li><a href="yaml.setup.php">Installation/Konfiguration</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="yaml.requirements.php">Anforderungen</a></li><li><a href="yaml.installation.php">Installation</a></li><li><a href="yaml.configuration.php">Laufzeit-Konfiguration</a></li></ul></li><li><a href="yaml.constants.php">Vordefinierte Konstanten</a></li><li><a href="yaml.examples.php">Beispiele</a></li><li><a href="yaml.callbacks.php">Callbacks</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="yaml.callbacks.parse.php">Parse callbacks</a></li><li><a href="yaml.callbacks.emit.php">Emit callbacks</a></li></ul></li><li><a href="ref.yaml.php">Yaml Funktionen</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.yaml-emit.php">yaml_emit</a> — Returns the YAML representation of a value</li><li><a href="function.yaml-emit-file.php">yaml_emit_file</a> — Send the YAML representation of a value to a file</li><li><a href="function.yaml-parse.php">yaml_parse</a> — Parse a YAML stream</li><li><a href="function.yaml-parse-file.php">yaml_parse_file</a> — Parse a YAML stream from a file</li><li><a href="function.yaml-parse-url.php">yaml_parse_url</a> — Parse a Yaml stream from a URL</li></ul></li></ul></div><?php manual_footer($setup); ?>