<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'string.constants.php',
    1 => '定義済み定数',
    2 => '定義済み定数',
  ),
  'up' => 
  array (
    0 => 'book.strings.php',
    1 => '文字列',
  ),
  'prev' => 
  array (
    0 => 'strings.installation.php',
    1 => 'インストール手順',
  ),
  'next' => 
  array (
    0 => 'ref.strings.php',
    1 => 'String 関数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    '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">定義済み定数</h1>

 <p class="simpara">
以下の定数が定義されています。
この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、
実行時に動的にロードされている場合のみ使用可能です。
</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">
     標準のDESベースのハッシュが <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span> 関数でサポートされているかどうかを示します。
     値は常に <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">
     拡張DESベースのハッシュが <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span> 関数でサポートされているかどうかを示します。
     値は常に <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">
     MD5ハッシュが <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span> 関数でサポートされているかどうかを示します。
     値は常に <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">
     Blowfishハッシュが <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span> 関数でサポートされているかどうかを示します。
     値は常に <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">
     SHA-256ハッシュが <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span> 関数でサポートされているかどうかを示します。
     値は常に <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">
     SHA-512ハッシュが <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span> 関数でサポートされているかどうかを示します。
     値は常に <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">
     ロケール設定の影響を受ける文字の分類と変換
    </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">
     ロケール設定の影響を受ける数値のセパレータ
    </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">
     ロケール設定の影響を受ける日付と時刻のフォーマット
    </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">
     ロケール設定の影響を受ける文字列比較
    </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">
     ロケール設定の影響を受けるお金のフォーマット
    </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">
     その他の <strong><code><a href="string.constants.php#constant.lc-ctype">LC_<span class="replaceable">*</span></a></code></strong>
     定数が影響を受ける、全ての機能
    </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">
     ロケール設定の影響を受ける、システムレスポンス。
     PHP が <code class="literal">libintl</code> と一緒にコンパイルされている場合に利用可能です。
    </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>定数</th>
       <th>説明</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> カテゴリの定数</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">
     週の最初の曜日の略式表記
    </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">
     週の2番目の曜日の略式表記
    </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">
     週の3番目の曜日の略式表記
    </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">
     週の4番目の曜日の略式表記
    </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">
     週の5番目の曜日の略式表記
    </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">
     週の6番目の曜日の略式表記
    </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">
     週の7番目の曜日の略式表記
    </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">
     週の最初の日の名前
    </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">
     週の2番目の日の名前
    </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">
     週の3番目の日の名前
    </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">
     週の4番目の日の名前
    </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">
     週の5番目の日の名前
    </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">
     週の6番目の日の名前
    </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">
     週の7番目の日の名前
    </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">
     年の最初の月の略式表記
    </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">
     年の2番目の月の略式表記
    </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">
     年の3番目の月の略式表記
    </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">
     年の4番目の月の略式表記
    </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">
     年の5番目の月の略式表記
    </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">
     年の6番目の月の略式表記
    </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">
     年の7番目の月の略式表記
    </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">
     年の8番目の月の略式表記
    </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">
     年の9番目の月の略式表記
    </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">
     年の10番目の月の略式表記
    </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">
     年の11番目の月の略式表記
    </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">
     年の12番目の月の略式表記
    </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">
     年の最初の月の名前
    </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">
     年の2番目の月の名前
    </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">
     年の3番目の月の名前
    </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">
     年の4番目の月の名前
    </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">
     年の5番目の月の名前
    </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">
     年の6番目の月の名前
    </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">
     年の7番目の月の名前
    </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">
     年の8番目の月の名前
    </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">
     年の9番目の月の名前
    </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">
     年の10番目の月の名前
    </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">
     年の11番目の月の名前
    </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">
     年の12番目の月の名前
    </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">
     午前を表す文字列
    </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">
     午後を表す文字列
    </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">
     <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> で日時を表すためのフォーマット文字列として使用することが可能な文字列
    </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">
     <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> で日付を表すためのフォーマット文字列として使用することが可能な文字列
    </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">
     <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> で時刻を表すためのフォーマット文字列として使用することが可能な文字列
    </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">
     <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> でAM/PM付き 12 時間表記を表すためのフォーマット文字列として使用することが可能な文字列
    </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">
     ロケール固有の元号付きフォーマット
    </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">
     ロケール固有の元号付きフォーマットでの年
    </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">
     ロケール固有の元号付きフォーマットでの日時 (<span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> で使用可能な文字列)
    </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">
     ロケール固有の元号付きフォーマットでの日付 (<span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> で使用可能な文字列)
    </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">
     ロケール固有の元号付きフォーマットでの時刻 (<span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> で使用可能な文字列)
    </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">
     数値の代替記号
    </span>
   </td>
  </tr>
 </table>
 <table class="doctable table">
      <tr>
       <th>定数</th>
       <th>説明</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> カテゴリの定数</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">
     国際通貨記号
    </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">
     地域通貨記号
    </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">
     <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">
     小数点文字
    </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">
     1000 単位桁区切り (3 桁ごとのグループ化) の区切り文字
    </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">
     &#039;grouping&#039; と同じ
    </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">
     正値の表示に使用される記号
    </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">
     負値の表示に使用される記号
    </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">
     国際的な方法で表現する際の小数点以下の桁数
    </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">
     地域的な方法で表現する際の小数点以下の桁数
    </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">
     <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> の前に正値がある場合 1 を返す
    </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">
     <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> と正値がスペースで区切られる場合 1 を返す
    </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">
     <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> の前に負値がある場合 1 を返す
    </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">
     <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> と負値がスペースで区切られる場合 1 を返す
    </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">
               量および <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> を括弧で括る場合、0 を返す
              </span>
             </li>
             <li class="listitem">
              <span class="simpara">
               量および <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> の前に符号文字列を置く場合、1 を返す
              </span>
             </li>
             <li class="listitem">
              <span class="simpara">
               量および <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> の後に符号文字列を置く場合、2 を返す
              </span>
             </li>
             <li class="listitem">
              <span class="simpara">
               <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> の直前に符号文字列を置く場合、3 を返す
              </span>
             </li>
             <li class="listitem">
              <span class="simpara">
               <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> の直後に符号文字列を置く場合、4 を返す
              </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>定数</th>
       <th>説明</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> カテゴリの定数</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">
     小数点文字
    </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">
     <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">
     1000 単位桁区切り (3 桁ごとのグループ化) の区切り文字
    </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">
     <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>定数</th>
       <th>説明</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> カテゴリの定数</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">
     <code class="literal">&quot;はい&quot;</code> の入力にマッチさせるための正規表現
    </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">
     <code class="literal">&quot;いいえ&quot;</code> の入力にマッチさせるための正規表現
    </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">
     <code class="literal">&quot;はい&quot;</code> のための出力文字列
    </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">
     <code class="literal">&quot;いいえ&quot;</code> のための出力文字列
    </span>
   </td>
  </tr>
 </table>
 <table class="doctable table">
      <tr>
       <th>定数</th>
       <th>説明</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> カテゴリの定数</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">
     文字エンコーディング名の文字列を返す
    </span>
   </td>
  </tr>
 </table>
</div>
<?php manual_footer($setup); ?>