<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.yaml.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'yaml.constants.php',
    1 => 'Constantes predefinidas',
    2 => 'Constantes predefinidas',
  ),
  'up' => 
  array (
    0 => 'book.yaml.php',
    1 => 'Yaml',
  ),
  'prev' => 
  array (
    0 => 'yaml.configuration.php',
    1 => 'Configura&ccedil;&otilde;es em Execu&ccedil;&atilde;o',
  ),
  'next' => 
  array (
    0 => 'yaml.examples.php',
    1 => 'Exemplos',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/yaml/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="yaml.constants" class="appendix">
 <h1 class="title">Constantes predefinidas</h1>

 <p class="simpara">
As constantes abaixo são definidas por esta extensão e
só estarão disponíveis quando a extensão tiver sido compilada no PHP
ou tiver sido carregada dinamicamente em tempo de execução.
</p>
 <p class="para">
 </p>

 <dl id="yaml.constants.style">
  <strong class="title">Estilos de entidade escalar usados pelos métodos
   de retorno <span class="function"><a href="function.yaml-parse.php" class="function">yaml_parse()</a></span>.</strong>
  
   <dt id="constant.yaml-any-scalar-style">
    <strong><code><a href="yaml.constants.php#constant.yaml-any-scalar-style">YAML_ANY_SCALAR_STYLE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.yaml-plain-scalar-style">
    <strong><code><a href="yaml.constants.php#constant.yaml-plain-scalar-style">YAML_PLAIN_SCALAR_STYLE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.yaml-single-quoted-scalar-style">
    <strong><code><a href="yaml.constants.php#constant.yaml-single-quoted-scalar-style">YAML_SINGLE_QUOTED_SCALAR_STYLE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.yaml-double-quoted-scalar-style">
    <strong><code><a href="yaml.constants.php#constant.yaml-double-quoted-scalar-style">YAML_DOUBLE_QUOTED_SCALAR_STYLE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.yaml-literal-scalar-style">
    <strong><code><a href="yaml.constants.php#constant.yaml-literal-scalar-style">YAML_LITERAL_SCALAR_STYLE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.yaml-folded-scalar-style">
    <strong><code><a href="yaml.constants.php#constant.yaml-folded-scalar-style">YAML_FOLDED_SCALAR_STYLE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
 </dl>

 <dl id="yaml.constants.tag">
  <strong class="title">Etiquetas comuns usadas pelos métodos de retorno
   <span class="function"><a href="function.yaml-parse.php" class="function">yaml_parse()</a></span>.</strong>
  
   <dt id="constant.yaml-null-tag">
    <strong><code><a href="yaml.constants.php#constant.yaml-null-tag">YAML_NULL_TAG</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     &quot;tag:yaml.org,2002:null&quot;
    </span>
   </dd>
  
  
   <dt id="constant.yaml-bool-tag">
    <strong><code><a href="yaml.constants.php#constant.yaml-bool-tag">YAML_BOOL_TAG</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     &quot;tag:yaml.org,2002:bool&quot;
    </span>
   </dd>
  
  
   <dt id="constant.yaml-str-tag">
    <strong><code><a href="yaml.constants.php#constant.yaml-str-tag">YAML_STR_TAG</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     &quot;tag:yaml.org,2002:str&quot;
    </span>
   </dd>
  
  
   <dt id="constant.yaml-int-tag">
    <strong><code><a href="yaml.constants.php#constant.yaml-int-tag">YAML_INT_TAG</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     &quot;tag:yaml.org,2002:int&quot;
    </span>
   </dd>
  
  
   <dt id="constant.yaml-float-tag">
    <strong><code><a href="yaml.constants.php#constant.yaml-float-tag">YAML_FLOAT_TAG</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     &quot;tag:yaml.org,2002:float&quot;
    </span>
   </dd>
  
  
   <dt id="constant.yaml-timestamp-tag">
    <strong><code><a href="yaml.constants.php#constant.yaml-timestamp-tag">YAML_TIMESTAMP_TAG</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     &quot;tag:yaml.org,2002:timestamp&quot;
    </span>
   </dd>
  
  
   <dt id="constant.yaml-seq-tag">
    <strong><code><a href="yaml.constants.php#constant.yaml-seq-tag">YAML_SEQ_TAG</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     &quot;tag:yaml.org,2002:seq&quot;
    </span>
   </dd>
  
  
   <dt id="constant.yaml-map-tag">
    <strong><code><a href="yaml.constants.php#constant.yaml-map-tag">YAML_MAP_TAG</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     &quot;tag:yaml.org,2002:map&quot;
    </span>
   </dd>
  
  
   <dt id="constant.yaml-php-tag">
    <strong><code><a href="yaml.constants.php#constant.yaml-php-tag">YAML_PHP_TAG</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     &quot;!php/object&quot;
    </span>
   </dd>
  
 </dl>

 <dl id="yaml.constants.encoding">
  <strong class="title">Tipos de codificação para <span class="function"><a href="function.yaml-emit.php" class="function">yaml_emit()</a></span></strong>
  
   <dt id="constant.yaml-any-encoding">
    <strong><code><a href="yaml.constants.php#constant.yaml-any-encoding">YAML_ANY_ENCODING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Permite que o emissor escolha uma codificação.
    </span>
   </dd>
  
  
   <dt id="constant.yaml-utf8-encoding">
    <strong><code><a href="yaml.constants.php#constant.yaml-utf8-encoding">YAML_UTF8_ENCODING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Codifica como UTF8.
    </span>
   </dd>
  
  
   <dt id="constant.yaml-utf16le-encoding">
    <strong><code><a href="yaml.constants.php#constant.yaml-utf16le-encoding">YAML_UTF16LE_ENCODING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Codifica como UTF16LE.
    </span>
   </dd>
  
  
   <dt id="constant.yaml-utf16be-encoding">
    <strong><code><a href="yaml.constants.php#constant.yaml-utf16be-encoding">YAML_UTF16BE_ENCODING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Codifica como UTF16BE.
    </span>
   </dd>
  
 </dl>

 <dl id="yaml.constants.break">
  <strong class="title">Tipos de quebra de linha para <span class="function"><a href="function.yaml-emit.php" class="function">yaml_emit()</a></span></strong>
  
   <dt id="constant.yaml-any-break">
    <strong><code><a href="yaml.constants.php#constant.yaml-any-break">YAML_ANY_BREAK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Permite que o emissor escolha o caractere de quebra de linha.
    </span>
   </dd>
  
  
   <dt id="constant.yaml-cr-break">
    <strong><code><a href="yaml.constants.php#constant.yaml-cr-break">YAML_CR_BREAK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Usa <code class="literal">\r</code> como caractere de quebra de linha (estilo Mac).
    </span>
   </dd>
  
  
   <dt id="constant.yaml-ln-break">
    <strong><code><a href="yaml.constants.php#constant.yaml-ln-break">YAML_LN_BREAK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Usa <code class="literal">\n</code> como caractere de quebra de linha (estilo Unix).
    </span>
   </dd>
  
  
   <dt id="constant.yaml-crln-break">
    <strong><code><a href="yaml.constants.php#constant.yaml-crln-break">YAML_CRLN_BREAK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Usa <code class="literal">\r\n</code> como caractere de quebra de linha (estilo Windows).
    </span>
   </dd>
  
 </dl>

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