<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.strings.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'string.constants.php',
    1 => 'Vordefinierte Konstanten',
    2 => 'Vordefinierte Konstanten',
  ),
  'up' => 
  array (
    0 => 'book.strings.php',
    1 => 'Zeichenketten',
  ),
  'prev' => 
  array (
    0 => 'strings.installation.php',
    1 => 'Installation',
  ),
  'next' => 
  array (
    0 => 'ref.strings.php',
    1 => 'String-Funktionen',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/strings/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="string.constants" class="appendix">
 <h1 class="title">Vordefinierte Konstanten</h1>

 <p class="simpara">Folgende Konstanten werden von dieser
Erweiterung definiert und stehen nur zur Verfügung, wenn die Erweiterung entweder
statisch in PHP kompiliert oder dynamisch zur Laufzeit geladen
wurde.</p>
 <dl>
  
   <dt id="constant.crypt-salt-length">
    <strong><code><a href="string.constants.php#constant.crypt-salt-length">CRYPT_SALT_LENGTH</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.crypt-std-des">
    <strong><code><a href="string.constants.php#constant.crypt-std-des">CRYPT_STD_DES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Gibt an, ob Standard-DES-basierte Hashes von <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span>
     unterstützt werden. Immer <code class="literal">1</code>.
    </span>
   </dd>
  
  
   <dt id="constant.crypt-ext-des">
    <strong><code><a href="string.constants.php#constant.crypt-ext-des">CRYPT_EXT_DES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Gibt an, ob erweiterte DES-basierte Hashes von <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span>
     unterstützt werden. Immer <code class="literal">1</code>.
    </span>
   </dd>
  
  
   <dt id="constant.crypt-md5">
    <strong><code><a href="string.constants.php#constant.crypt-md5">CRYPT_MD5</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Gibt an, ob MD5-Hashes von <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span> unterstützt werden.
     Immer <code class="literal">1</code>.
    </span>
   </dd>
  
  
   <dt id="constant.crypt-blowfish">
    <strong><code><a href="string.constants.php#constant.crypt-blowfish">CRYPT_BLOWFISH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Gibt an, ob Blowfish-Hashes von <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span> unterstützt
     werden. Immer <code class="literal">1</code>.
    </span>
   </dd>
  
  
   <dt id="constant.crypt-sha256">
    <strong><code><a href="string.constants.php#constant.crypt-sha256">CRYPT_SHA256</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Gibt an, ob SHA-256-Hashes von <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span> unterstützt
     werden. Immer <code class="literal">1</code>.
    </span>
   </dd>
  
  
   <dt id="constant.crypt-sha512">
    <strong><code><a href="string.constants.php#constant.crypt-sha512">CRYPT_SHA512</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Gibt an, ob SHA-512-Hashes von <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span> unterstützt werden.
     Immer <code class="literal">1</code>.
    </span>
   </dd>
  
   
   <dt id="constant.html-specialchars">
    <strong><code><a href="string.constants.php#constant.html-specialchars">HTML_SPECIALCHARS</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.html-entities">
    <strong><code><a href="string.constants.php#constant.html-entities">HTML_ENTITIES</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.ent-compat">
    <strong><code><a href="string.constants.php#constant.ent-compat">ENT_COMPAT</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.ent-quotes">
    <strong><code><a href="string.constants.php#constant.ent-quotes">ENT_QUOTES</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.ent-noquotes">
    <strong><code><a href="string.constants.php#constant.ent-noquotes">ENT_NOQUOTES</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.ent-ignore">
    <strong><code><a href="string.constants.php#constant.ent-ignore">ENT_IGNORE</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.ent-substitute">
    <strong><code><a href="string.constants.php#constant.ent-substitute">ENT_SUBSTITUTE</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.ent-disallowed">
    <strong><code><a href="string.constants.php#constant.ent-disallowed">ENT_DISALLOWED</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.ent-html401">
    <strong><code><a href="string.constants.php#constant.ent-html401">ENT_HTML401</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.ent-xml1">
    <strong><code><a href="string.constants.php#constant.ent-xml1">ENT_XML1</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.ent-xhtml">
    <strong><code><a href="string.constants.php#constant.ent-xhtml">ENT_XHTML</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.ent-html5">
    <strong><code><a href="string.constants.php#constant.ent-html5">ENT_HTML5</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.char-max">
    <strong><code><a href="string.constants.php#constant.char-max">CHAR_MAX</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.lc-ctype">
    <strong><code><a href="string.constants.php#constant.lc-ctype">LC_CTYPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Die Klassifizierung und Umwandlung von Zeichen, die durch die Einstellung
     der Locale beeinflusst werden.
    </span>
   </dd>
  
  
   <dt id="constant.lc-numeric">
    <strong><code><a href="string.constants.php#constant.lc-numeric">LC_NUMERIC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Das Dezimaltrennzeichen, das von der Einstellung der Locale beeinflusst
     wird.
    </span>
   </dd>
  
  
   <dt id="constant.lc-time">
    <strong><code><a href="string.constants.php#constant.lc-time">LC_TIME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Die Formatierung von Datum und Uhrzeit, die durch die Einstellung der
     Locale beeinflusst wird.
    </span>
   </dd>
  
  
   <dt id="constant.lc-collate">
    <strong><code><a href="string.constants.php#constant.lc-collate">LC_COLLATE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Der Vergleich von Strings, der durch die Einstellung der Locale
     beeinflusst. wird
    </span>
   </dd>
  
  
   <dt id="constant.lc-monetary">
    <strong><code><a href="string.constants.php#constant.lc-monetary">LC_MONETARY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Die Währungsformatierung, die durch die Einstellung der Locale
     beeinflusst wird.
    </span>
   </dd>
  
  
   <dt id="constant.lc-all">
    <strong><code><a href="string.constants.php#constant.lc-all">LC_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Wirkt sich auf alle Funktionen aus, die von einer der anderen
     <strong><code><a href="string.constants.php#constant.lc-ctype">LC_<span class="replaceable">*</span></a></code></strong>-Konstanten
     beeinflusst werden.
    </span>
   </dd>
  
  
   <dt id="constant.lc-messages">
    <strong><code><a href="string.constants.php#constant.lc-messages">LC_MESSAGES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Antworten des Systems, die von der Locale-Einstellung beeinflusst werden.
     Verfügbar, wenn PHP mit <code class="literal">libintl</code> kompiliert wurde.
    </span>
   </dd>
  
  
   <dt id="constant.str-pad-left">
    <strong><code><a href="string.constants.php#constant.str-pad-left">STR_PAD_LEFT</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.str-pad-right">
    <strong><code><a href="string.constants.php#constant.str-pad-right">STR_PAD_RIGHT</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.str-pad-both">
    <strong><code><a href="string.constants.php#constant.str-pad-both">STR_PAD_BOTH</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>
 <table class="doctable table">
      <tr>
       <th>Konstanten</th>
       <th>Beschreibung</th>
      </tr>
  <strong class="title"><span class="function"><a href="function.nl-langinfo.php" class="function">nl_langinfo()</a></span> <strong><code><a href="string.constants.php#constant.lc-time">LC_TIME</a></code></strong>-Konstanten</strong>
  <tr>
   <td id="constant.abday-1">
    <strong><code><a href="string.constants.php#constant.abday-1">ABDAY_1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des ersten Tages einer Woche.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abday-2">
    <strong><code><a href="string.constants.php#constant.abday-2">ABDAY_2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des zweiten Tages einer Woche.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abday-3">
    <strong><code><a href="string.constants.php#constant.abday-3">ABDAY_3</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des dritten Tages einer Woche.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abday-4">
    <strong><code><a href="string.constants.php#constant.abday-4">ABDAY_4</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des vierten Tages einer Woche.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abday-5">
    <strong><code><a href="string.constants.php#constant.abday-5">ABDAY_5</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des fünften Tages einer Woche.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abday-6">
    <strong><code><a href="string.constants.php#constant.abday-6">ABDAY_6</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des sechsten Tages einer Woche.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abday-7">
    <strong><code><a href="string.constants.php#constant.abday-7">ABDAY_7</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des siebten Tages einer Woche.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.day-1">
    <strong><code><a href="string.constants.php#constant.day-1">DAY_1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des ersten Tages einer Woche.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.day-2">
    <strong><code><a href="string.constants.php#constant.day-2">DAY_2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des zweiten Tages einer Woche.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.day-3">
    <strong><code><a href="string.constants.php#constant.day-3">DAY_3</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des dritten Tages einer Woche.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.day-4">
    <strong><code><a href="string.constants.php#constant.day-4">DAY_4</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des vierten Tages einer Woche.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.day-5">
    <strong><code><a href="string.constants.php#constant.day-5">DAY_5</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des fünften Tages einer Woche.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.day-6">
    <strong><code><a href="string.constants.php#constant.day-6">DAY_6</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des sechsten Tages einer Woche.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.day-7">
    <strong><code><a href="string.constants.php#constant.day-7">DAY_7</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des siebten Tages einer Woche.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-1">
    <strong><code><a href="string.constants.php#constant.abmon-1">ABMON_1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des ersten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-2">
    <strong><code><a href="string.constants.php#constant.abmon-2">ABMON_2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des zweiten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-3">
    <strong><code><a href="string.constants.php#constant.abmon-3">ABMON_3</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des dritten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-4">
    <strong><code><a href="string.constants.php#constant.abmon-4">ABMON_4</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des vierten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-5">
    <strong><code><a href="string.constants.php#constant.abmon-5">ABMON_5</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des fünften Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-6">
    <strong><code><a href="string.constants.php#constant.abmon-6">ABMON_6</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des sechsten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-7">
    <strong><code><a href="string.constants.php#constant.abmon-7">ABMON_7</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des siebten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-8">
    <strong><code><a href="string.constants.php#constant.abmon-8">ABMON_8</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des achten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-9">
    <strong><code><a href="string.constants.php#constant.abmon-9">ABMON_9</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des neunten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-10">
    <strong><code><a href="string.constants.php#constant.abmon-10">ABMON_10</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des zehnten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-11">
    <strong><code><a href="string.constants.php#constant.abmon-11">ABMON_11</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des elften Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-12">
    <strong><code><a href="string.constants.php#constant.abmon-12">ABMON_12</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Abgekürzter Name des zwölften Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-1">
    <strong><code><a href="string.constants.php#constant.mon-1">MON_1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des ersten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-2">
    <strong><code><a href="string.constants.php#constant.mon-2">MON_2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des zweiten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-3">
    <strong><code><a href="string.constants.php#constant.mon-3">MON_3</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des dritten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-4">
    <strong><code><a href="string.constants.php#constant.mon-4">MON_4</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des vierten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-5">
    <strong><code><a href="string.constants.php#constant.mon-5">MON_5</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des fünften Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-6">
    <strong><code><a href="string.constants.php#constant.mon-6">MON_6</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des sechsten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-7">
    <strong><code><a href="string.constants.php#constant.mon-7">MON_7</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des siebten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-8">
    <strong><code><a href="string.constants.php#constant.mon-8">MON_8</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des achten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-9">
    <strong><code><a href="string.constants.php#constant.mon-9">MON_9</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des neunten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-10">
    <strong><code><a href="string.constants.php#constant.mon-10">MON_10</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des zehnten Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-11">
    <strong><code><a href="string.constants.php#constant.mon-11">MON_11</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des elften Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-12">
    <strong><code><a href="string.constants.php#constant.mon-12">MON_12</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Name des zwölften Monats eines Jahres.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.am-str">
    <strong><code><a href="string.constants.php#constant.am-str">AM_STR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String für Ante meridian (vor dem Mittag).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.pm-str">
    <strong><code><a href="string.constants.php#constant.pm-str">PM_STR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String für Post meridian (nach dem Mittag).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.d-t-fmt">
    <strong><code><a href="string.constants.php#constant.d-t-fmt">D_T_FMT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String, der als Formatierung für <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> verwendet
     werden kann, um Zeit und Datum darzustellen.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.d-fmt">
    <strong><code><a href="string.constants.php#constant.d-fmt">D_FMT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String, der als Formatierung für <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> verwendet
     werden kann, um das Datum darzustellen.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.t-fmt">
    <strong><code><a href="string.constants.php#constant.t-fmt">T_FMT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String, der als Formatierung für <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> verwendet
     werden kann, um die Zeit darzustellen.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.t-fmt-ampm">
    <strong><code><a href="string.constants.php#constant.t-fmt-ampm">T_FMT_AMPM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String, der als Formatierung für <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> verwendet
     werden kann, um die Zeit im 12-Stunden-Format mit AM/PM-Angabe darzustellen.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.era">
    <strong><code><a href="string.constants.php#constant.era">ERA</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Alternative Zeitrechnung.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.era-year">
    <strong><code><a href="string.constants.php#constant.era-year">ERA_YEAR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Jahresangabe für eine alternative Zeitrechnung.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.era-d-t-fmt">
    <strong><code><a href="string.constants.php#constant.era-d-t-fmt">ERA_D_T_FMT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Datums- und Zeitangabe für eine alternative Zeitrechnung (der String kann
     in <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> verwendet werden).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.era-d-fmt">
    <strong><code><a href="string.constants.php#constant.era-d-fmt">ERA_D_FMT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Datumsangabe für eine alternative Zeitrechnung (der String kann in
     <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> verwendet werden).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.era-t-fmt">
    <strong><code><a href="string.constants.php#constant.era-t-fmt">ERA_T_FMT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Zeitangabe für eine alternative Zeitrechnung (der String kann in
     <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> verwendet werden).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.alt-digits">
    <strong><code><a href="string.constants.php#constant.alt-digits">ALT_DIGITS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Alternative Symbole für Ziffern.
    </span>
   </td>
  </tr>
 </table>
 <table class="doctable table">
      <tr>
       <th>Konstanten</th>
       <th>Beschreibung</th>
      </tr>
  <strong class="title"><span class="function"><a href="function.nl-langinfo.php" class="function">nl_langinfo()</a></span> <strong><code><a href="string.constants.php#constant.lc-monetary">LC_MONETARY</a></code></strong>-Konstanten</strong>
  <tr>
   <td id="constant.int-curr-symbol">
    <strong><code><a href="string.constants.php#constant.int-curr-symbol">INT_CURR_SYMBOL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Internationales Währungssymbol.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.currency-symbol">
    <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Lokales Währungssymbol.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.crncystr">
    <strong><code><a href="string.constants.php#constant.crncystr">CRNCYSTR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Gleicher Wert wie <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-decimal-point">
    <strong><code><a href="string.constants.php#constant.mon-decimal-point">MON_DECIMAL_POINT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Dezimal-Trennzeichen.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-thousands-sep">
    <strong><code><a href="string.constants.php#constant.mon-thousands-sep">MON_THOUSANDS_SEP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Tausender-Trennzeichen (Gruppierung von drei Ziffern).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-grouping">
    <strong><code><a href="string.constants.php#constant.mon-grouping">MON_GROUPING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Wie das <code class="literal">&quot;grouping&quot;</code>-Element.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.positive-sign">
    <strong><code><a href="string.constants.php#constant.positive-sign">POSITIVE_SIGN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Vorzeichen für positive Werte.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.negative-sign">
    <strong><code><a href="string.constants.php#constant.negative-sign">NEGATIVE_SIGN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Vorzeichen für negative Werte.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.int-frac-digits">
    <strong><code><a href="string.constants.php#constant.int-frac-digits">INT_FRAC_DIGITS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Internationale Anzahl der Ziffern nach dem Dezimalzeichen.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.frac-digits">
    <strong><code><a href="string.constants.php#constant.frac-digits">FRAC_DIGITS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Lokale Anzahl der Ziffern nach dem Dezimalzeichen.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.p-cs-precedes">
    <strong><code><a href="string.constants.php#constant.p-cs-precedes">P_CS_PRECEDES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Gibt 1 zurück, wenn <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> einem positiven
     Wert vorausgeht.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.p-sep-by-space">
    <strong><code><a href="string.constants.php#constant.p-sep-by-space">P_SEP_BY_SPACE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Gibt 1 zurück, wenn ein Leerzeichen <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong>
     von einem positiven Wert trennt.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.n-cs-precedes">
    <strong><code><a href="string.constants.php#constant.n-cs-precedes">N_CS_PRECEDES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Gibt 1 zurück, wenn <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> einem negativen
     Wert vorausgeht.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.n-sep-by-space">
    <strong><code><a href="string.constants.php#constant.n-sep-by-space">N_SEP_BY_SPACE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Gibt 1 zurück, wenn ein Leerzeichen <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong>
     von einem negativen Wert trennt.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.p-sign-posn">
    <strong><code><a href="string.constants.php#constant.p-sign-posn">P_SIGN_POSN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <ul class="itemizedlist">
      <li class="listitem">
       <span class="simpara">
        Gibt 0 zurück, wenn um Geldmenge und
        <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> Klammern gesetzt sind.
       </span>
      </li>
      <li class="listitem">
       <span class="simpara">
        Gibt 1 zurück, wenn das Vorzeichen der Geldmenge und dem
        <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> vorausgeht.
       </span>
      </li>
      <li class="listitem">
       <span class="simpara">
        Gibt 2 zurück, wenn das Vorzeichen der Geldmenge und
        <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> nachfolgt.
       </span>
      </li>
      <li class="listitem">
       <span class="simpara">
        Gibt 3 zurück, wenn das Vorzeichen direkt vor dem
        <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> steht.
       </span>
      </li>
      <li class="listitem">
       <span class="simpara">
        Gibt 4 zurück, wenn das Vorzeichen direkt hinter dem
        <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> steht.
       </span>
      </li>
     </ul>
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.n-sign-posn">
    <strong><code><a href="string.constants.php#constant.n-sign-posn">N_SIGN_POSN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
 </table>
 <table class="doctable table">
      <tr>
       <th>Konstanten</th>
       <th>Beschreibung</th>
      </tr>
  <strong class="title"><span class="function"><a href="function.nl-langinfo.php" class="function">nl_langinfo()</a></span> <strong><code><a href="string.constants.php#constant.lc-numeric">LC_NUMERIC</a></code></strong>-Konstanten</strong>
  <tr>
   <td id="constant.decimal-point">
    <strong><code><a href="string.constants.php#constant.decimal-point">DECIMAL_POINT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Dezimal-Trennzeichen.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.radixchar">
    <strong><code><a href="string.constants.php#constant.radixchar">RADIXCHAR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Der gleiche Wert wie <strong><code><a href="string.constants.php#constant.decimal-point">DECIMAL_POINT</a></code></strong>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.thousands-sep">
    <strong><code><a href="string.constants.php#constant.thousands-sep">THOUSANDS_SEP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Tausender-Trennzeichen (Gruppen von drei Ziffern).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.thousep">
    <strong><code><a href="string.constants.php#constant.thousep">THOUSEP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Der gleiche Wert wie <strong><code><a href="string.constants.php#constant.thousands-sep">THOUSANDS_SEP</a></code></strong>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.grouping">
    <strong><code><a href="string.constants.php#constant.grouping">GROUPING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">

    </span>
   </td>
  </tr>
 </table>
 <table class="doctable table">
      <tr>
       <th>Konstanten</th>
       <th>Beschreibung</th>
      </tr>
  <strong class="title"><span class="function"><a href="function.nl-langinfo.php" class="function">nl_langinfo()</a></span> <strong><code><a href="string.constants.php#constant.lc-messages">LC_MESSAGES</a></code></strong>-Konstanten</strong>
  <tr>
   <td id="constant.yesexpr">
    <strong><code><a href="string.constants.php#constant.yesexpr">YESEXPR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Regex-String für eine <code class="literal">&quot;yes&quot;</code>-Eingabe.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.noexpr">
    <strong><code><a href="string.constants.php#constant.noexpr">NOEXPR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Regex-String für eine <code class="literal">&quot;no&quot;</code>-Eingabe.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.yesstr">
    <strong><code><a href="string.constants.php#constant.yesstr">YESSTR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Gibt den String für <code class="literal">&quot;yes&quot;</code> aus.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.nostr">
    <strong><code><a href="string.constants.php#constant.nostr">NOSTR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Gibt den String für <code class="literal">&quot;no&quot;</code> aus.
    </span>
   </td>
  </tr>
 </table>
 <table class="doctable table">
      <tr>
       <th>Konstanten</th>
       <th>Beschreibung</th>
      </tr>
  <strong class="title"><span class="function"><a href="function.nl-langinfo.php" class="function">nl_langinfo()</a></span> <strong><code><a href="string.constants.php#constant.lc-ctype">LC_CTYPE</a></code></strong>-Konstanten</strong>
  <tr>
   <td id="constant.codeset">
    <strong><code><a href="string.constants.php#constant.codeset">CODESET</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Gibt einen String mit der Bezeichnung der Zeichenkodierung zurück.
    </span>
   </td>
  </tr>
 </table>
</div>
<?php manual_footer($setup); ?>