<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.svn.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'svn.constants.php',
    1 => '定義済み定数',
    2 => '定義済み定数',
  ),
  'up' => 
  array (
    0 => 'book.svn.php',
    1 => 'SVN',
  ),
  'prev' => 
  array (
    0 => 'svn.installation.php',
    1 => 'インストール手順',
  ),
  'next' => 
  array (
    0 => 'ref.svn.php',
    1 => 'SVN 関数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/svn/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="svn.constants" class="appendix">
 <h1 class="title">定義済み定数</h1>

 <p class="simpara">
以下の定数が定義されています。
この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、
実行時に動的にロードされている場合のみ使用可能です。
</p>
 <dl>
  
   <dt id="constant.svn-revision-head">
    <strong><code><a href="svn.constants.php#constant.svn-revision-head">SVN_REVISION_HEAD</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     HEAD リビジョンを指すマジックナンバー (-1)。
    </span>
   </dd>
  
 </dl>
 <dl id="svn.constants.auth">
  <strong class="title"><span class="function"><a href="function.svn-auth-set-parameter.php" class="function">svn_auth_set_parameter()</a></span> で使用する定数</strong>
  
   <dt id="constant.svn-auth-param-default-username">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-default-username">SVN_AUTH_PARAM_DEFAULT_USERNAME</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     ベーシック認証で使用するデフォルトのユーザー名を表すプロパティ。
    </span>
   </dd>
  
  
   <dt id="constant.svn-auth-param-default-password">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-default-password">SVN_AUTH_PARAM_DEFAULT_PASSWORD</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     ベーシック認証で使用するデフォルトのパスワードを表すプロパティ。
    </span>
   </dd>
  
  
   <dt id="constant.svn-auth-param-non-interactive">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-non-interactive">SVN_AUTH_PARAM_NON_INTERACTIVE</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.svn-auth-param-dont-store-passwords">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-dont-store-passwords">SVN_AUTH_PARAM_DONT_STORE_PASSWORDS</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.svn-auth-param-no-auth-cache">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-no-auth-cache">SVN_AUTH_PARAM_NO_AUTH_CACHE</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.svn-auth-param-ssl-server-failures">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-ssl-server-failures">SVN_AUTH_PARAM_SSL_SERVER_FAILURES</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.svn-auth-param-ssl-server-cert-info">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-ssl-server-cert-info">SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.svn-auth-param-config">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-config">SVN_AUTH_PARAM_CONFIG</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.svn-auth-param-server-group">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-server-group">SVN_AUTH_PARAM_SERVER_GROUP</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.svn-auth-param-config-dir">
    <strong><code><a href="svn.constants.php#constant.svn-auth-param-config-dir">SVN_AUTH_PARAM_CONFIG_DIR</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd><span class="simpara"/></dd>
  
  
   <dt id="constant.php-svn-auth-param-ignore-ssl-verify-errors">
    <strong><code><a href="svn.constants.php#constant.php-svn-auth-param-ignore-ssl-verify-errors">PHP_SVN_AUTH_PARAM_IGNORE_SSL_VERIFY_ERRORS</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
      SSL 証明書の検証エラーを無視するカスタムプロパティ。
    </span>
   </dd>
  
 </dl>
 <dl>
  <strong class="title">ファイルシステムの定数</strong>
  
   <dt id="constant.svn-fs-config-fs-type">
    <strong><code><a href="svn.constants.php#constant.svn-fs-config-fs-type">SVN_FS_CONFIG_FS_TYPE</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     ファイルシステムの形式を決める設定キー。
    </span>
   </dd>
  
  
   <dt id="constant.svn-fs-type-bdb">
    <strong><code><a href="svn.constants.php#constant.svn-fs-type-bdb">SVN_FS_TYPE_BDB</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     ファイルシステムは Berkeley-DB です。
    </span>
   </dd>
  
  
   <dt id="constant.svn-fs-type-fsfs">
    <strong><code><a href="svn.constants.php#constant.svn-fs-type-fsfs">SVN_FS_TYPE_FSFS</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     ファイルシステムはネイティブのファイルシステムです。
    </span>
   </dd>
  
 </dl>
 <dl>
  <strong class="title">予約されているプロパティの定数</strong>
  
   <dt id="constant.svn-prop-revision-date">
    <strong><code><a href="svn.constants.php#constant.svn-prop-revision-date">SVN_PROP_REVISION_DATE</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     svn:date
    </span>
   </dd>
  
  
   <dt id="constant.svn-prop-revision-orig-date">
    <strong><code><a href="svn.constants.php#constant.svn-prop-revision-orig-date">SVN_PROP_REVISION_ORIG_DATE</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     svn:original-date
    </span>
   </dd>
  
  
   <dt id="constant.svn-prop-revision-author">
    <strong><code><a href="svn.constants.php#constant.svn-prop-revision-author">SVN_PROP_REVISION_AUTHOR</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     svn:author
    </span>
   </dd>
  
  
   <dt id="constant.svn-prop-revision-log">
    <strong><code><a href="svn.constants.php#constant.svn-prop-revision-log">SVN_PROP_REVISION_LOG</a></code></strong> 
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     svn:log
    </span>
   </dd>
  
 </dl>
 <dl id="svn.constants.status">
  <strong class="title">作業コピーの状態に関する定数</strong>
  
   <dt id="constant.svn-wc-status-none">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-none">SVN_WC_STATUS_NONE</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.svn-wc-status-unversioned">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-unversioned">SVN_WC_STATUS_UNVERSIONED</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.svn-wc-status-normal">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-normal">SVN_WC_STATUS_NORMAL</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.svn-wc-status-added">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-added">SVN_WC_STATUS_ADDED</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.svn-wc-status-missing">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-missing">SVN_WC_STATUS_MISSING</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.svn-wc-status-deleted">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-deleted">SVN_WC_STATUS_DELETED</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.svn-wc-status-replaced">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-replaced">SVN_WC_STATUS_REPLACED</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.svn-wc-status-modified">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-modified">SVN_WC_STATUS_MODIFIED</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.svn-wc-status-merged">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-merged">SVN_WC_STATUS_MERGED</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.svn-wc-status-conflicted">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-conflicted">SVN_WC_STATUS_CONFLICTED</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     ローカルでの変更内容がリポジトリでの変更内容と衝突 (conflict) しています。
    </span>
   </dd>
  
  
   <dt id="constant.svn-wc-status-ignored">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-ignored">SVN_WC_STATUS_IGNORED</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.svn-wc-status-obstructed">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-obstructed">SVN_WC_STATUS_OBSTRUCTED</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.svn-wc-status-external">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-external">SVN_WC_STATUS_EXTERNAL</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     バージョン管理されていないパスで、
     svn:externals を使用しています。
    </span>
   </dd>
  
  
   <dt id="constant.svn-wc-status-incomplete">
    <strong><code><a href="svn.constants.php#constant.svn-wc-status-incomplete">SVN_WC_STATUS_INCOMPLETE</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="svn.constants.type">
  <strong class="title">ノードの種類を表す定数</strong>
  
   <dt id="constant.svn-node-none">
    <strong><code><a href="svn.constants.php#constant.svn-node-none">SVN_NODE_NONE</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.svn-node-file">
    <strong><code><a href="svn.constants.php#constant.svn-node-file">SVN_NODE_FILE</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.svn-node-dir">
    <strong><code><a href="svn.constants.php#constant.svn-node-dir">SVN_NODE_DIR</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.svn-node-unknown">
    <strong><code><a href="svn.constants.php#constant.svn-node-unknown">SVN_NODE_UNKNOWN</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Subversion が判別できない何か。
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>