<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/indexes.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'indexes.functions.php',
    1 => '関数・メソッド',
    2 => '関数・メソッド',
  ),
  'up' => 
  array (
    0 => 'indexes.php',
    1 => '索引',
  ),
  'prev' => 
  array (
    0 => 'indexes.php',
    1 => '索引',
  ),
  'next' => 
  array (
    0 => 'indexes.examples.php',
    1 => 'サンプル',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'base',
    'path' => 'funcindex.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="indexes.functions" class="section">
  <h2 class="title">関数・メソッド</h2>
  <p class="para">マニュアル内の全関数およびメソッドの一覧</p>
  <p class="gen-index index-for-refentry-toc">
<a href="#refentry-index-for-a">a</a>
<a href="#refentry-index-for-b">b</a>
<a href="#refentry-index-for-c">c</a>
<a href="#refentry-index-for-d">d</a>
<a href="#refentry-index-for-e">e</a>
<a href="#refentry-index-for-f">f</a>
<a href="#refentry-index-for-g">g</a>
<a href="#refentry-index-for-h">h</a>
<a href="#refentry-index-for-i">i</a>
<a href="#refentry-index-for-j">j</a>
<a href="#refentry-index-for-k">k</a>
<a href="#refentry-index-for-l">l</a>
<a href="#refentry-index-for-m">m</a>
<a href="#refentry-index-for-n">n</a>
<a href="#refentry-index-for-o">o</a>
<a href="#refentry-index-for-p">p</a>
<a href="#refentry-index-for-q">q</a>
<a href="#refentry-index-for-r">r</a>
<a href="#refentry-index-for-s">s</a>
<a href="#refentry-index-for-t">t</a>
<a href="#refentry-index-for-u">u</a>
<a href="#refentry-index-for-v">v</a>
<a href="#refentry-index-for-w">w</a>
<a href="#refentry-index-for-x">x</a>
<a href="#refentry-index-for-y">y</a>
<a href="#refentry-index-for-z">z</a>
<a href="#refentry-index-for-_">_</a>
</p>
<ul class='gen-index index-for-refentry'><li class='gen-index index-for-a'>a<ul id='refentry-index-for-a'>
<li><a href="function.abs.php" class="index">abs</a> - 絶対値</li>
<li><a href="function.acos.php" class="index">acos</a> - 逆余弦（アークコサイン）</li>
<li><a href="function.acosh.php" class="index">acosh</a> - 逆双曲線余弦（アークハイパボリックコサイン）</li>
<li><a href="function.addcslashes.php" class="index">addcslashes</a> - C 言語と同様にスラッシュで文字列をクォートする</li>
<li><a href="function.addslashes.php" class="index">addslashes</a> - 文字列をスラッシュでクォートする</li>
<li><a href="allowdynamicproperties.construct.php" class="index">AllowDynamicProperties::__construct</a> - 新しい AllowDynamicProperties のインスタンスを作成する</li>
<li><a href="function.apache-child-terminate.php" class="index">apache_child_terminate</a> - このリクエストの後にApacheプロセスを終了する</li>
<li><a href="function.apache-getenv.php" class="index">apache_getenv</a> - Apache の subprocess_env 変数を取得する</li>
<li><a href="function.apache-get-modules.php" class="index">apache_get_modules</a> - ロードされた Apache モジュールのリストを取得する</li>
<li><a href="function.apache-get-version.php" class="index">apache_get_version</a> - Apache のバージョンを取得する</li>
<li><a href="function.apache-lookup-uri.php" class="index">apache_lookup_uri</a> - リクエストの一部を指定したURIに対して行い、全ての情報を返す</li>
<li><a href="function.apache-note.php" class="index">apache_note</a> - Apacheリクエスト記号(note)を取得/設定する</li>
<li><a href="function.apache-request-headers.php" class="index">apache_request_headers</a> - すべての HTTP リクエストヘッダを取得する</li>
<li><a href="function.apache-response-headers.php" class="index">apache_response_headers</a> - HTTPレスポンスヘッダを全て取得する</li>
<li><a href="function.apache-setenv.php" class="index">apache_setenv</a> - Apacheサブプロセスの環境変数を設定する</li>
<li><a href="apcuiterator.current.php" class="index">APCUIterator::current</a> - 現在の項目を取得する</li>
<li><a href="apcuiterator.gettotalcount.php" class="index">APCUIterator::getTotalCount</a> - 総数を取得する</li>
<li><a href="apcuiterator.gettotalhits.php" class="index">APCUIterator::getTotalHits</a> - キャッシュヒットの総数を取得する</li>
<li><a href="apcuiterator.gettotalsize.php" class="index">APCUIterator::getTotalSize</a> - キャッシュのサイズの合計を取得する</li>
<li><a href="apcuiterator.key.php" class="index">APCUIterator::key</a> - イテレータのキーを取得する</li>
<li><a href="apcuiterator.next.php" class="index">APCUIterator::next</a> - ポインタを次の項目に移動させる</li>
<li><a href="apcuiterator.rewind.php" class="index">APCUIterator::rewind</a> - イテレータを巻き戻す</li>
<li><a href="apcuiterator.valid.php" class="index">APCUIterator::valid</a> - 現在位置が有効かどうかを調べる</li>
<li><a href="apcuiterator.construct.php" class="index">APCUIterator::__construct</a> - APCUIterator イテレータオブジェクトを作成する</li>
<li><a href="function.apcu-add.php" class="index">apcu_add</a> - 新規の変数をデータ領域にキャッシュする</li>
<li><a href="function.apcu-cache-info.php" class="index">apcu_cache_info</a> - APCu のデータから、キャッシュされた情報を取得する</li>
<li><a href="function.apcu-cas.php" class="index">apcu_cas</a> - 古い値を新しい値に更新する</li>
<li><a href="function.apcu-clear-cache.php" class="index">apcu_clear_cache</a> - APCu キャッシュをクリアする</li>
<li><a href="function.apcu-dec.php" class="index">apcu_dec</a> - 保存した数値を減らす</li>
<li><a href="function.apcu-delete.php" class="index">apcu_delete</a> - 格納されている変数をキャッシュから取り除く</li>
<li><a href="function.apcu-enabled.php" class="index">apcu_enabled</a> - 現在の環境で apcu が使えるかを確認する</li>
<li><a href="function.apcu-entry.php" class="index">apcu_entry</a> - アトミックに値を取得するか、キャッシュエントリを生成する</li>
<li><a href="function.apcu-exists.php" class="index">apcu_exists</a> - エントリが存在するかどうかを調べる</li>
<li><a href="function.apcu-fetch.php" class="index">apcu_fetch</a> - 格納されている変数をキャッシュから取得する</li>
<li><a href="function.apcu-inc.php" class="index">apcu_inc</a> - 保存した数値を増やす</li>
<li><a href="function.apcu-key-info.php" class="index">apcu_key_info</a> - キャッシュのキーに関する詳細な情報を取得する</li>
<li><a href="function.apcu-sma-info.php" class="index">apcu_sma_info</a> - APCu の共有メモリ割り当てに関する情報を取得する</li>
<li><a href="function.apcu-store.php" class="index">apcu_store</a> - 変数をデータ領域にキャッシュする</li>
<li><a href="appenditerator.append.php" class="index">AppendIterator::append</a> - イテレータを追加する</li>
<li><a href="appenditerator.current.php" class="index">AppendIterator::current</a> - 現在の値を取得する</li>
<li><a href="appenditerator.getarrayiterator.php" class="index">AppendIterator::getArrayIterator</a> - ArrayIterator を取得する</li>
<li><a href="appenditerator.getiteratorindex.php" class="index">AppendIterator::getIteratorIndex</a> - イテレータのインデックスを取得する</li>
<li><a href="appenditerator.key.php" class="index">AppendIterator::key</a> - 現在のキーを取得する</li>
<li><a href="appenditerator.next.php" class="index">AppendIterator::next</a> - 次の要素に移動する</li>
<li><a href="appenditerator.rewind.php" class="index">AppendIterator::rewind</a> - イテレータを巻き戻す</li>
<li><a href="appenditerator.valid.php" class="index">AppendIterator::valid</a> - 現在の要素が有効かどうかを調べる</li>
<li><a href="appenditerator.construct.php" class="index">AppendIterator::__construct</a> - AppendIterator を作成する</li>
<li><a href="function.array.php" class="index">array</a> - 配列を生成する</li>
<li><a href="arrayaccess.offsetexists.php" class="index">ArrayAccess::offsetExists</a> - オフセットが存在するかどうか</li>
<li><a href="arrayaccess.offsetget.php" class="index">ArrayAccess::offsetGet</a> - オフセットを取得する</li>
<li><a href="arrayaccess.offsetset.php" class="index">ArrayAccess::offsetSet</a> - 指定したオフセットに値を設定する</li>
<li><a href="arrayaccess.offsetunset.php" class="index">ArrayAccess::offsetUnset</a> - オフセットの設定を解除する</li>
<li><a href="arrayiterator.append.php" class="index">ArrayIterator::append</a> - 要素を追加する</li>
<li><a href="arrayiterator.asort.php" class="index">ArrayIterator::asort</a> - 値で配列をソートする</li>
<li><a href="arrayiterator.count.php" class="index">ArrayIterator::count</a> - 要素を数える</li>
<li><a href="arrayiterator.current.php" class="index">ArrayIterator::current</a> - 現在の配列エントリを返す</li>
<li><a href="arrayiterator.getarraycopy.php" class="index">ArrayIterator::getArrayCopy</a> - 配列のコピーを取得する</li>
<li><a href="arrayiterator.getflags.php" class="index">ArrayIterator::getFlags</a> - 振る舞いのフラグを取得する</li>
<li><a href="arrayiterator.key.php" class="index">ArrayIterator::key</a> - 現在の配列キーを返す</li>
<li><a href="arrayiterator.ksort.php" class="index">ArrayIterator::ksort</a> - キーで配列をソートする</li>
<li><a href="arrayiterator.natcasesort.php" class="index">ArrayIterator::natcasesort</a> - 大文字小文字を区別せずに自然順で配列をソートする</li>
<li><a href="arrayiterator.natsort.php" class="index">ArrayIterator::natsort</a> - 自然順で配列をソートする</li>
<li><a href="arrayiterator.next.php" class="index">ArrayIterator::next</a> - 次のエントリに移動する</li>
<li><a href="arrayiterator.offsetexists.php" class="index">ArrayIterator::offsetExists</a> - オフセットが存在するかどうかを調べる</li>
<li><a href="arrayiterator.offsetget.php" class="index">ArrayIterator::offsetGet</a> - オフセットの値を取得する</li>
<li><a href="arrayiterator.offsetset.php" class="index">ArrayIterator::offsetSet</a> - オフセットの値を設定する</li>
<li><a href="arrayiterator.offsetunset.php" class="index">ArrayIterator::offsetUnset</a> - オフセットの値を削除する</li>
<li><a href="arrayiterator.rewind.php" class="index">ArrayIterator::rewind</a> - 配列を最初に巻き戻す</li>
<li><a href="arrayiterator.seek.php" class="index">ArrayIterator::seek</a> - 位置を移動する</li>
<li><a href="arrayiterator.serialize.php" class="index">ArrayIterator::serialize</a> - シリアライズする</li>
<li><a href="arrayiterator.setflags.php" class="index">ArrayIterator::setFlags</a> - 振る舞いのフラグを設定する</li>
<li><a href="arrayiterator.uasort.php" class="index">ArrayIterator::uasort</a> - ユーザー定義の比較関数を使ってソートを行い、インデックスとの関連を管理する</li>
<li><a href="arrayiterator.uksort.php" class="index">ArrayIterator::uksort</a> - ユーザー定義の比較関数を使い、キーでソートする</li>
<li><a href="arrayiterator.unserialize.php" class="index">ArrayIterator::unserialize</a> - アンシリアライズする</li>
<li><a href="arrayiterator.valid.php" class="index">ArrayIterator::valid</a> - 配列がまだエントリを持っているかどうかチェックする</li>
<li><a href="arrayiterator.construct.php" class="index">ArrayIterator::__construct</a> - ArrayIterator を作成する</li>
<li><a href="arrayobject.append.php" class="index">ArrayObject::append</a> - 値を追加する</li>
<li><a href="arrayobject.asort.php" class="index">ArrayObject::asort</a> - 値でエントリをソートする</li>
<li><a href="arrayobject.count.php" class="index">ArrayObject::count</a> - ArrayObject の public プロパティの数を取得する</li>
<li><a href="arrayobject.exchangearray.php" class="index">ArrayObject::exchangeArray</a> - 配列を別の配列と交換する</li>
<li><a href="arrayobject.getarraycopy.php" class="index">ArrayObject::getArrayCopy</a> - ArrayObject のコピーを作成する</li>
<li><a href="arrayobject.getflags.php" class="index">ArrayObject::getFlags</a> - 振る舞いのフラグを取得する</li>
<li><a href="arrayobject.getiterator.php" class="index">ArrayObject::getIterator</a> - ArrayObject インスタンスから新規イテレータを生成する</li>
<li><a href="arrayobject.getiteratorclass.php" class="index">ArrayObject::getIteratorClass</a> - ArrayObject のイテレータクラス名を取得する</li>
<li><a href="arrayobject.ksort.php" class="index">ArrayObject::ksort</a> - キーでエントリをソートする</li>
<li><a href="arrayobject.natcasesort.php" class="index">ArrayObject::natcasesort</a> - 大文字小文字を区別しない &quot;自然順&quot; アルゴリズムでエントリをソートする</li>
<li><a href="arrayobject.natsort.php" class="index">ArrayObject::natsort</a> - &quot;自然順&quot; アルゴリズムでエントリをソートする</li>
<li><a href="arrayobject.offsetexists.php" class="index">ArrayObject::offsetExists</a> - 要求されたインデックスが存在するかどうかを返す</li>
<li><a href="arrayobject.offsetget.php" class="index">ArrayObject::offsetGet</a> - 指定したインデックスの値を返す</li>
<li><a href="arrayobject.offsetset.php" class="index">ArrayObject::offsetSet</a> - 指定したインデックスに新しい値をセットする</li>
<li><a href="arrayobject.offsetunset.php" class="index">ArrayObject::offsetUnset</a> - 指定したインデックスの値を解除する</li>
<li><a href="arrayobject.serialize.php" class="index">ArrayObject::serialize</a> - ArrayObject をシリアライズする</li>
<li><a href="arrayobject.setflags.php" class="index">ArrayObject::setFlags</a> - 処理フラグを設定する</li>
<li><a href="arrayobject.setiteratorclass.php" class="index">ArrayObject::setIteratorClass</a> - ArrayObject のイテレータクラス名を設定する</li>
<li><a href="arrayobject.uasort.php" class="index">ArrayObject::uasort</a> - ユーザー定義の比較関数でエントリをソートし、キーとの対応は保持する</li>
<li><a href="arrayobject.uksort.php" class="index">ArrayObject::uksort</a> - ユーザー定義の比較関数を使って、キーでエントリをソートする</li>
<li><a href="arrayobject.unserialize.php" class="index">ArrayObject::unserialize</a> - ArrayObject をアンシリアライズする</li>
<li><a href="arrayobject.construct.php" class="index">ArrayObject::__construct</a> - 新規配列オブジェクトを生成する</li>
<li><a href="function.array-all.php" class="index">array_all</a> - array のすべての要素がコールバック関数を満たすかどうかを調べる</li>
<li><a href="function.array-any.php" class="index">array_any</a> - array のいずれかの要素がコールバック関数を満たすかどうかを調べる</li>
<li><a href="function.array-change-key-case.php" class="index">array_change_key_case</a> - 配列のすべてのキーの大文字小文字を変更する</li>
<li><a href="function.array-chunk.php" class="index">array_chunk</a> - 配列を分割する</li>
<li><a href="function.array-column.php" class="index">array_column</a> - 入力配列から単一のカラムの値を返す</li>
<li><a href="function.array-combine.php" class="index">array_combine</a> - 一方の配列をキーとして、もう一方の配列を値として、ひとつの配列を生成する</li>
<li><a href="function.array-count-values.php" class="index">array_count_values</a> - 配列内に存在する、異なる値の出現回数を数える</li>
<li><a href="function.array-diff.php" class="index">array_diff</a> - 配列の差を計算する</li>
<li><a href="function.array-diff-assoc.php" class="index">array_diff_assoc</a> - 追加された添字の確認を含めて配列の差を計算する</li>
<li><a href="function.array-diff-key.php" class="index">array_diff_key</a> - キーを基準にして配列の差を計算する</li>
<li><a href="function.array-diff-uassoc.php" class="index">array_diff_uassoc</a> - ユーザーが指定したコールバック関数を利用し、
   追加された添字の確認を含めて配列の差を計算する</li>
<li><a href="function.array-diff-ukey.php" class="index">array_diff_ukey</a> - キーを基準にし、コールバック関数を用いて配列の差を計算する</li>
<li><a href="function.array-fill.php" class="index">array_fill</a> - 配列を指定した値で埋める</li>
<li><a href="function.array-fill-keys.php" class="index">array_fill_keys</a> - キーを指定して、配列を値で埋める</li>
<li><a href="function.array-filter.php" class="index">array_filter</a> - コールバック関数を使用して、配列の要素をフィルタリングする</li>
<li><a href="function.array-find.php" class="index">array_find</a> - コールバック関数を満たす最初の要素を返す</li>
<li><a href="function.array-find-key.php" class="index">array_find_key</a> - コールバック関数を満たす最初の要素のキーを返す</li>
<li><a href="function.array-first.php" class="index">array_first</a> - 配列の最初の値を得る</li>
<li><a href="function.array-flip.php" class="index">array_flip</a> - 配列のキーと値を反転する</li>
<li><a href="function.array-intersect.php" class="index">array_intersect</a> - 配列の共通項を計算する</li>
<li><a href="function.array-intersect-assoc.php" class="index">array_intersect_assoc</a> - 追加された添字の確認も含めて配列の共通項を確認する</li>
<li><a href="function.array-intersect-key.php" class="index">array_intersect_key</a> - キーを基準にして配列の共通項を計算する</li>
<li><a href="function.array-intersect-uassoc.php" class="index">array_intersect_uassoc</a> - 追加された添字の確認も含め、コールバック関数を用いて
  配列の共通項を確認する</li>
<li><a href="function.array-intersect-ukey.php" class="index">array_intersect_ukey</a> - キーを基準にし、コールバック関数を用いて
  配列の共通項を計算する</li>
<li><a href="function.array-is-list.php" class="index">array_is_list</a> - 指定された配列がリストかどうかをチェックする</li>
<li><a href="function.array-keys.php" class="index">array_keys</a> - 配列のキーすべて、あるいはその一部を返す</li>
<li><a href="function.array-key-exists.php" class="index">array_key_exists</a> - 指定したキーまたは添字が配列にあるかどうかを調べる</li>
<li><a href="function.array-key-first.php" class="index">array_key_first</a> - 配列の最初のキーを得る</li>
<li><a href="function.array-key-last.php" class="index">array_key_last</a> - 配列の最後のキーを得る</li>
<li><a href="function.array-last.php" class="index">array_last</a> - 配列の最後の値を得る</li>
<li><a href="function.array-map.php" class="index">array_map</a> - 指定した配列の要素にコールバック関数を適用する</li>
<li><a href="function.array-merge.php" class="index">array_merge</a> - ひとつまたは複数の配列をマージする</li>
<li><a href="function.array-merge-recursive.php" class="index">array_merge_recursive</a> - 一つ以上の配列を再帰的にマージする</li>
<li><a href="function.array-multisort.php" class="index">array_multisort</a> - 複数または多次元の配列をソートする</li>
<li><a href="function.array-pad.php" class="index">array_pad</a> - 指定長、指定した値で配列を埋める</li>
<li><a href="function.array-pop.php" class="index">array_pop</a> - 配列の末尾から要素を取り除く</li>
<li><a href="function.array-product.php" class="index">array_product</a> - 配列の値の積を計算する</li>
<li><a href="function.array-push.php" class="index">array_push</a> - 一つ以上の要素を配列の最後に追加する</li>
<li><a href="function.array-rand.php" class="index">array_rand</a> - 配列から一つ以上のキーをランダムに取得する</li>
<li><a href="function.array-reduce.php" class="index">array_reduce</a> - コールバック関数を繰り返し配列に適用し、配列をひとつの値にまとめる</li>
<li><a href="function.array-replace.php" class="index">array_replace</a> - 渡された配列の要素を置き換える</li>
<li><a href="function.array-replace-recursive.php" class="index">array_replace_recursive</a> - 渡された配列の要素を再帰的に置き換える</li>
<li><a href="function.array-reverse.php" class="index">array_reverse</a> - 要素を逆順にした配列を返す</li>
<li><a href="function.array-search.php" class="index">array_search</a> - 指定した値を配列で検索し、見つかった場合に対応する最初のキーを返す</li>
<li><a href="function.array-shift.php" class="index">array_shift</a> - 配列の先頭から要素を一つ取り出す</li>
<li><a href="function.array-slice.php" class="index">array_slice</a> - 配列の一部を展開する</li>
<li><a href="function.array-splice.php" class="index">array_splice</a> - 配列の一部を削除し、他の要素で置換する</li>
<li><a href="function.array-sum.php" class="index">array_sum</a> - 配列の中の値の合計を計算する</li>
<li><a href="function.array-udiff.php" class="index">array_udiff</a> - データの比較にコールバック関数を用い、配列の差を計算する</li>
<li><a href="function.array-udiff-assoc.php" class="index">array_udiff_assoc</a> - データの比較にコールバック関数を用い、
  追加された添字の確認を含めて配列の差を計算する</li>
<li><a href="function.array-udiff-uassoc.php" class="index">array_udiff_uassoc</a> - データと添字の比較にコールバック関数を用い、
  追加された添字の確認を含めて配列の差を計算する</li>
<li><a href="function.array-uintersect.php" class="index">array_uintersect</a> - データの比較にコールバック関数を用い、配列の共通項を計算する</li>
<li><a href="function.array-uintersect-assoc.php" class="index">array_uintersect_assoc</a> - データの比較にコールバック関数を用い、
  追加された添字の確認も含めて配列の共通項を計算する</li>
<li><a href="function.array-uintersect-uassoc.php" class="index">array_uintersect_uassoc</a> - データと添字の比較に個別のコールバック関数を用い、
  追加された添字の確認も含めて配列の共通項を計算する</li>
<li><a href="function.array-unique.php" class="index">array_unique</a> - 配列から重複した値を削除する</li>
<li><a href="function.array-unshift.php" class="index">array_unshift</a> - 一つ以上の要素を配列の最初に加える</li>
<li><a href="function.array-values.php" class="index">array_values</a> - 配列の全ての値を返す</li>
<li><a href="function.array-walk.php" class="index">array_walk</a> - 配列の全ての要素にユーザー定義の関数を適用する</li>
<li><a href="function.array-walk-recursive.php" class="index">array_walk_recursive</a> - 配列の全ての要素に、ユーザー関数を再帰的に適用する</li>
<li><a href="function.arsort.php" class="index">arsort</a> - 連想キーと要素との関係を維持しつつ配列を降順にソートする</li>
<li><a href="function.asin.php" class="index">asin</a> - 逆正弦（アークサイン）</li>
<li><a href="function.asinh.php" class="index">asinh</a> - 逆双曲線正弦（アークハイパボリックサイン）</li>
<li><a href="function.asort.php" class="index">asort</a> - 連想キーと要素との関係を維持しつつ配列を昇順にソートする</li>
<li><a href="function.assert.php" class="index">assert</a> - アサーションの値を調べる</li>
<li><a href="function.assert-options.php" class="index">assert_options</a> - 様々な assert フラグを設定/取得する</li>
<li><a href="function.atan.php" class="index">atan</a> - 逆正接（アークタンジェント）</li>
<li><a href="function.atan2.php" class="index">atan2</a> - 2 変数のアークタンジェント</li>
<li><a href="function.atanh.php" class="index">atanh</a> - 逆双曲線正接（アークハイパボリックタンジェント）</li>
<li><a href="attribute.construct.php" class="index">Attribute::__construct</a> - 新しい Attribute のインスタンスを作成する</li>
</ul></li>
<li class='gen-index index-for-b'>b<ul id='refentry-index-for-b'>
<li><a href="backedenum.from.php" class="index">BackedEnum::from</a> - スカラー型の値を列挙型にマップする</li>
<li><a href="backedenum.tryfrom.php" class="index">BackedEnum::tryFrom</a> - スカラー型の値を列挙型にマップするか、null を返す</li>
<li><a href="function.base64-decode.php" class="index">base64_decode</a> - MIME base64 方式によりエンコードされたデータをデコードする</li>
<li><a href="function.base64-encode.php" class="index">base64_encode</a> - MIME base64 方式でデータをエンコードする</li>
<li><a href="function.basename.php" class="index">basename</a> - パスの最後にある名前の部分を返す</li>
<li><a href="mysql-xdevapi-baseresult.getwarnings.php" class="index">BaseResult::getWarnings</a> - 直近の操作の警告を取得する</li>
<li><a href="mysql-xdevapi-baseresult.getwarningscount.php" class="index">BaseResult::getWarningsCount</a> - 直近の操作から発生した警告の数を取得する</li>
<li><a href="function.base-convert.php" class="index">base_convert</a> - 数値の基数を任意に変換する</li>
<li><a href="function.bcadd.php" class="index">bcadd</a> - 2つの任意精度の数値を加算する</li>
<li><a href="function.bcceil.php" class="index">bcceil</a> - 任意精度数値を切り上げる</li>
<li><a href="function.bccomp.php" class="index">bccomp</a> - 2 つの任意精度数値を比較する</li>
<li><a href="function.bcdiv.php" class="index">bcdiv</a> - 2つの任意精度数値で除算を行う</li>
<li><a href="function.bcdivmod.php" class="index">bcdivmod</a> - 任意精度数値の商と剰余を取得する</li>
<li><a href="function.bcfloor.php" class="index">bcfloor</a> - 任意精度数値を切り下げる</li>
<li><a href="bcmath-number.add.php" class="index">BcMath\Number::add</a> - 任意精度の数値を加算する</li>
<li><a href="bcmath-number.ceil.php" class="index">BcMath\Number::ceil</a> - 任意精度数値を切り上げる</li>
<li><a href="bcmath-number.compare.php" class="index">BcMath\Number::compare</a> - 任意精度数値を比較する</li>
<li><a href="bcmath-number.div.php" class="index">BcMath\Number::div</a> - 任意精度数値の除算を行う</li>
<li><a href="bcmath-number.divmod.php" class="index">BcMath\Number::divmod</a> - 任意精度数値の商と剰余を取得する</li>
<li><a href="bcmath-number.floor.php" class="index">BcMath\Number::floor</a> - 任意精度数値を切り下げる</li>
<li><a href="bcmath-number.mod.php" class="index">BcMath\Number::mod</a> - 任意精度数値の剰余を取得する</li>
<li><a href="bcmath-number.mul.php" class="index">BcMath\Number::mul</a> - 任意精度数値の乗算を行う</li>
<li><a href="bcmath-number.pow.php" class="index">BcMath\Number::pow</a> - 任意精度数値をべき乗する</li>
<li><a href="bcmath-number.powmod.php" class="index">BcMath\Number::powmod</a> - 任意精度数値のべき乗の、指定した数値による剰余</li>
<li><a href="bcmath-number.round.php" class="index">BcMath\Number::round</a> - 任意精度数値を丸める</li>
<li><a href="bcmath-number.sqrt.php" class="index">BcMath\Number::sqrt</a> - 任意精度数値の平方根を取得する</li>
<li><a href="bcmath-number.sub.php" class="index">BcMath\Number::sub</a> - 任意精度数値の減算を行う</li>
<li><a href="bcmath-number.construct.php" class="index">BcMath\Number::__construct</a> - BcMath\Number オブジェクトを作成する</li>
<li><a href="bcmath-number.serialize.php" class="index">BcMath\Number::__serialize</a> - BcMath\Number オブジェクトをシリアライズする</li>
<li><a href="bcmath-number.tostring.php" class="index">BcMath\Number::__toString</a> - BcMath\Number オブジェクトを文字列に変換する</li>
<li><a href="bcmath-number.unserialize.php" class="index">BcMath\Number::__unserialize</a> - data 引数を BcMath\Number オブジェクトとして復元する</li>
<li><a href="function.bcmod.php" class="index">bcmod</a> - 2 つの任意精度数値の剰余を取得する</li>
<li><a href="function.bcmul.php" class="index">bcmul</a> - 2つの任意精度数値の乗算を行う</li>
<li><a href="function.bcpow.php" class="index">bcpow</a> - 任意精度数値をべき乗する</li>
<li><a href="function.bcpowmod.php" class="index">bcpowmod</a> - 任意精度数値のべき乗の、指定した数値による剰余</li>
<li><a href="function.bcround.php" class="index">bcround</a> - 任意精度数値を丸める</li>
<li><a href="function.bcscale.php" class="index">bcscale</a> - すべての BC 演算関数におけるデフォルトのスケールを設定/取得する</li>
<li><a href="function.bcsqrt.php" class="index">bcsqrt</a> - 任意精度数値の平方根を取得する</li>
<li><a href="function.bcsub.php" class="index">bcsub</a> - 任意精度数値の減算を行う</li>
<li><a href="function.bin2hex.php" class="index">bin2hex</a> - バイナリのデータを16進表現に変換する</li>
<li><a href="function.bindec.php" class="index">bindec</a> - 2 進数 を 10 進数に変換する</li>
<li><a href="function.bindtextdomain.php" class="index">bindtextdomain</a> - ドメインのパスを取得/設定する</li>
<li><a href="function.bind-textdomain-codeset.php" class="index">bind_textdomain_codeset</a> - DOMAIN メッセージカタログから返されるメッセージの文字エンコーディングを設定/取得する</li>
<li><a href="function.boolval.php" class="index">boolval</a> - 変数の boolean としての値を取得する</li>
<li><a href="function.bzclose.php" class="index">bzclose</a> - bzip2 ファイルを閉じる</li>
<li><a href="function.bzcompress.php" class="index">bzcompress</a> - 文字列をbzip2形式のデータに圧縮する</li>
<li><a href="function.bzdecompress.php" class="index">bzdecompress</a> - bzip2 形式のデータを解凍する</li>
<li><a href="function.bzerrno.php" class="index">bzerrno</a> - bzip2 エラー番号を返す</li>
<li><a href="function.bzerror.php" class="index">bzerror</a> - bzip2 エラー番号とエラー文字列を配列で返す</li>
<li><a href="function.bzerrstr.php" class="index">bzerrstr</a> - bzip2 エラー文字列を返す</li>
<li><a href="function.bzflush.php" class="index">bzflush</a> - 何もしない</li>
<li><a href="function.bzopen.php" class="index">bzopen</a> - bzip2 圧縮されたファイルをオープンする</li>
<li><a href="function.bzread.php" class="index">bzread</a> - バイナリ対応の bzip2 ファイル読み込み</li>
<li><a href="function.bzwrite.php" class="index">bzwrite</a> - バイナリ対応の bzip2 ファイルへの書き込み</li>
</ul></li>
<li class='gen-index index-for-c'>c<ul id='refentry-index-for-c'>
<li><a href="cachingiterator.count.php" class="index">CachingIterator::count</a> - イテレータ内の要素の数</li>
<li><a href="cachingiterator.current.php" class="index">CachingIterator::current</a> - 現在の要素を返す</li>
<li><a href="cachingiterator.getcache.php" class="index">CachingIterator::getCache</a> - キャッシュの内容を取得する</li>
<li><a href="cachingiterator.getflags.php" class="index">CachingIterator::getFlags</a> - 使用しているフラグを取得する</li>
<li><a href="cachingiterator.hasnext.php" class="index">CachingIterator::hasNext</a> - 内部イテレータが有効な次の要素を持つかどうかをチェックする</li>
<li><a href="cachingiterator.key.php" class="index">CachingIterator::key</a> - 現在の要素のキーを返す</li>
<li><a href="cachingiterator.next.php" class="index">CachingIterator::next</a> - イテレータを前方に移動する</li>
<li><a href="cachingiterator.offsetexists.php" class="index">CachingIterator::offsetExists</a> - The offsetExists purpose</li>
<li><a href="cachingiterator.offsetget.php" class="index">CachingIterator::offsetGet</a> - The offsetGet purpose</li>
<li><a href="cachingiterator.offsetset.php" class="index">CachingIterator::offsetSet</a> - The offsetSet purpose</li>
<li><a href="cachingiterator.offsetunset.php" class="index">CachingIterator::offsetUnset</a> - The offsetUnset purpose</li>
<li><a href="cachingiterator.rewind.php" class="index">CachingIterator::rewind</a> - イテレータを巻き戻す</li>
<li><a href="cachingiterator.setflags.php" class="index">CachingIterator::setFlags</a> - The setFlags purpose</li>
<li><a href="cachingiterator.valid.php" class="index">CachingIterator::valid</a> - 現在の要素が有効かどうかをチェックする</li>
<li><a href="cachingiterator.construct.php" class="index">CachingIterator::__construct</a> - 新しい CachingIterator オブジェクトを作成する</li>
<li><a href="cachingiterator.tostring.php" class="index">CachingIterator::__toString</a> - 現在の要素の文字列表現を返す</li>
<li><a href="callbackfilteriterator.accept.php" class="index">CallbackFilterIterator::accept</a> - 現在の値、現在のキー、そして内部イテレータを引数としてでコールバックを呼び出す</li>
<li><a href="callbackfilteriterator.construct.php" class="index">CallbackFilterIterator::__construct</a> - フィルタリングしたイテレータを別のイテレータから作成する</li>
<li><a href="function.call-user-func.php" class="index">call_user_func</a> - 最初の引数で指定したコールバック関数をコールする</li>
<li><a href="function.call-user-func-array.php" class="index">call_user_func_array</a> - パラメータの配列を指定してコールバック関数をコールする</li>
<li><a href="function.cal-days-in-month.php" class="index">cal_days_in_month</a> - 指定した年とカレンダーについて、月の日数を返す</li>
<li><a href="function.cal-from-jd.php" class="index">cal_from_jd</a> - ユリウス積算日からサポートされるカレンダーに変換する</li>
<li><a href="function.cal-info.php" class="index">cal_info</a> - 特定のカレンダーに関する情報を返す</li>
<li><a href="function.cal-to-jd.php" class="index">cal_to_jd</a> - サポートされるカレンダーからユリウス積算日に変換する</li>
<li><a href="function.ceil.php" class="index">ceil</a> - 端数の切り上げ</li>
<li><a href="function.chdir.php" class="index">chdir</a> - ディレクトリを変更する</li>
<li><a href="function.checkdate.php" class="index">checkdate</a> - グレゴリオ暦の日付/時刻の妥当性を確認します</li>
<li><a href="function.checkdnsrr.php" class="index">checkdnsrr</a> - 指定したインターネットホスト名もしくは IP アドレスに対応する DNS レコードを検索する</li>
<li><a href="function.chgrp.php" class="index">chgrp</a> - ファイルのグループを変更する</li>
<li><a href="function.chmod.php" class="index">chmod</a> - ファイルのモードを変更する</li>
<li><a href="function.chop.php" class="index">chop</a> - rtrim のエイリアス</li>
<li><a href="function.chown.php" class="index">chown</a> - ファイルの所有者を変更する</li>
<li><a href="function.chr.php" class="index">chr</a> - 数値から、1バイトの文字列を生成する</li>
<li><a href="function.chroot.php" class="index">chroot</a> - ルートディレクトリを変更する</li>
<li><a href="function.chunk-split.php" class="index">chunk_split</a> - 文字列をより小さな部分に分割する</li>
<li><a href="function.class-alias.php" class="index">class_alias</a> - クラスのエイリアスを作成する</li>
<li><a href="function.class-exists.php" class="index">class_exists</a> - クラスが定義済みかどうかを確認する</li>
<li><a href="function.class-implements.php" class="index">class_implements</a> - 与えられたクラスあるいはインターフェイスが実装しているインターフェイスを返す</li>
<li><a href="function.class-parents.php" class="index">class_parents</a> - 与えられたクラスの親クラスを返す</li>
<li><a href="function.class-uses.php" class="index">class_uses</a> - 指定したクラスが使っているトレイトを返す</li>
<li><a href="function.clearstatcache.php" class="index">clearstatcache</a> - ファイルのステータスのキャッシュをクリアする</li>
<li><a href="mysql-xdevapi-client.getsession.php" class="index">Client::getClient</a> - クライアントのセッションを取得する</li>
<li><a href="mysql-xdevapi-client.construct.php" class="index">Client::__construct</a> - Client のコンストラクタ</li>
<li><a href="function.cli-get-process-title.php" class="index">cli_get_process_title</a> - 現在のプロセスのタイトルを返す</li>
<li><a href="function.cli-set-process-title.php" class="index">cli_set_process_title</a> - プロセスのタイトルを設定する</li>
<li><a href="function.closedir.php" class="index">closedir</a> - ディレクトリハンドルをクローズする</li>
<li><a href="function.closelog.php" class="index">closelog</a> - システムログへの接続を閉じる</li>
<li><a href="closure.bind.php" class="index">Closure::bind</a> - バインドされたオブジェクトとクラスのスコープでクロージャを複製する</li>
<li><a href="closure.bindto.php" class="index">Closure::bindTo</a> - 新しくバインドしたオブジェクトとクラスのスコープで、クロージャを複製する</li>
<li><a href="closure.call.php" class="index">Closure::call</a> - クロージャを束縛して呼び出す</li>
<li><a href="closure.fromcallable.php" class="index">Closure::fromCallable</a> - callable をクロージャに変換する</li>
<li><a href="closure.getcurrent.php" class="index">Closure::getCurrent</a> - 現在実行中のクロージャを返す</li>
<li><a href="closure.construct.php" class="index">Closure::__construct</a> - インスタンス作成を無効化したコンストラクタ</li>
<li><a href="collator.asort.php" class="index">Collator::asort</a> - インデックスの情報を保持しつつ配列を並べ替える</li>
<li><a href="collator.compare.php" class="index">Collator::compare</a> - ふたつの Unicode 文字列を比較する</li>
<li><a href="collator.create.php" class="index">Collator::create</a> - collator を作成する</li>
<li><a href="collator.getattribute.php" class="index">Collator::getAttribute</a> - 照合用の属性の値を取得する</li>
<li><a href="collator.geterrorcode.php" class="index">Collator::getErrorCode</a> - collator の直近のエラーコードを取得する</li>
<li><a href="collator.geterrormessage.php" class="index">Collator::getErrorMessage</a> - collator の直近のエラーコードのテキストを取得する</li>
<li><a href="collator.getlocale.php" class="index">Collator::getLocale</a> - collator のロケール名を取得する</li>
<li><a href="collator.getsortkey.php" class="index">Collator::getSortKey</a> - 文字列のソート用のキーを取得する</li>
<li><a href="collator.getstrength.php" class="index">Collator::getStrength</a> - 現在の照合強度を取得する</li>
<li><a href="collator.setattribute.php" class="index">Collator::setAttribute</a> - 照合用の属性を設定する</li>
<li><a href="collator.setstrength.php" class="index">Collator::setStrength</a> - 照合強度を設定する</li>
<li><a href="collator.sort.php" class="index">Collator::sort</a> - 指定した collator で配列を並べ替える</li>
<li><a href="collator.sortwithsortkeys.php" class="index">Collator::sortWithSortKeys</a> - 指定した collator とキーで配列を並べ替える</li>
<li><a href="collator.construct.php" class="index">Collator::__construct</a> - collator を作成する</li>
<li><a href="collectable.isgarbage.php" class="index">Collectable::isGarbage</a> - Determine whether an object has been marked as garbage</li>
<li><a href="mysql-xdevapi-collection.add.php" class="index">Collection::add</a> - コレクションにドキュメントを追加する</li>
<li><a href="mysql-xdevapi-collection.addorreplaceone.php" class="index">Collection::addOrReplaceOne</a> - コレクションのドキュメントを追加または置換する</li>
<li><a href="mysql-xdevapi-collection.count.php" class="index">Collection::count</a> - ドキュメントの数を取得する</li>
<li><a href="mysql-xdevapi-collection.createindex.php" class="index">Collection::createIndex</a> - コレクションにインデックスを作成</li>
<li><a href="mysql-xdevapi-collection.dropindex.php" class="index">Collection::dropIndex</a> - コレクションのインデックスを削除</li>
<li><a href="mysql-xdevapi-collection.existsindatabase.php" class="index">Collection::existsInDatabase</a> - コレクションがデータベースに存在するかをチェックする</li>
<li><a href="mysql-xdevapi-collection.find.php" class="index">Collection::find</a> - ドキュメントを検索する</li>
<li><a href="mysql-xdevapi-collection.getname.php" class="index">Collection::getName</a> - コレクションの名前を得る</li>
<li><a href="mysql-xdevapi-collection.getone.php" class="index">Collection::getOne</a> - ドキュメントをひとつ取得</li>
<li><a href="mysql-xdevapi-collection.getschema.php" class="index">Collection::getSchema</a> - スキーマオブジェクトを得る</li>
<li><a href="mysql-xdevapi-collection.getsession.php" class="index">Collection::getSession</a> - セッションオブジェクトを取得</li>
<li><a href="mysql-xdevapi-collection.modify.php" class="index">Collection::modify</a> - コレクションのドキュメントを変更する</li>
<li><a href="mysql-xdevapi-collection.remove.php" class="index">Collection::remove</a> - コレクションを削除する</li>
<li><a href="mysql-xdevapi-collection.removeone.php" class="index">Collection::removeOne</a> - コレクションからドキュメントをひとつ削除する</li>
<li><a href="mysql-xdevapi-collection.replaceone.php" class="index">Collection::replaceOne</a> - コレクションのドキュメントをひとつ置き換える</li>
<li><a href="mysql-xdevapi-collection.construct.php" class="index">Collection::__construct</a> - Collection のコンストラクタ</li>
<li><a href="mysql-xdevapi-collectionadd.execute.php" class="index">CollectionAdd::execute</a> - ステートメントを実行する</li>
<li><a href="mysql-xdevapi-collectionadd.construct.php" class="index">CollectionAdd::__construct</a> - CollectionAdd のコンストラクタ</li>
<li><a href="mysql-xdevapi-collectionfind.bind.php" class="index">CollectionFind::bind</a> - クエリのプレースホルダーに値をバインドする</li>
<li><a href="mysql-xdevapi-collectionfind.execute.php" class="index">CollectionFind::execute</a> - ステートメントを実行する</li>
<li><a href="mysql-xdevapi-collectionfind.fields.php" class="index">CollectionFind::fields</a> - ドキュメントのフィールドのフィルタを設定する</li>
<li><a href="mysql-xdevapi-collectionfind.groupby.php" class="index">CollectionFind::groupBy</a> - グループ化の条件を設定する</li>
<li><a href="mysql-xdevapi-collectionfind.having.php" class="index">CollectionFind::having</a> - 集約関数の条件を設定する</li>
<li><a href="mysql-xdevapi-collectionfind.limit.php" class="index">CollectionFind::limit</a> - 返されるドキュメントの数を限定する</li>
<li><a href="mysql-xdevapi-collectionfind.lockexclusive.php" class="index">CollectionFind::lockExclusive</a> - Execute operation with EXCLUSIVE LOCK</li>
<li><a href="mysql-xdevapi-collectionfind.lockshared.php" class="index">CollectionFind::lockShared</a> - SHARED LOCK 付きで操作を実行する</li>
<li><a href="mysql-xdevapi-collectionfind.offset.php" class="index">CollectionFind::offset</a> - 返される要素の数から、与えられた数をスキップする</li>
<li><a href="mysql-xdevapi-collectionfind.sort.php" class="index">CollectionFind::sort</a> - ソート条件を設定する</li>
<li><a href="mysql-xdevapi-collectionfind.construct.php" class="index">CollectionFind::__construct</a> - CollectionFind のコンストラクタ</li>
<li><a href="mysql-xdevapi-collectionmodify.arrayappend.php" class="index">CollectionModify::arrayAppend</a> - 配列のフィールドに要素を追加する</li>
<li><a href="mysql-xdevapi-collectionmodify.arrayinsert.php" class="index">CollectionModify::arrayInsert</a> - 配列のフィールドに要素を挿入する</li>
<li><a href="mysql-xdevapi-collectionmodify.bind.php" class="index">CollectionModify::bind</a> - クエリのプレースホルダーに値をバインドする</li>
<li><a href="mysql-xdevapi-collectionmodify.execute.php" class="index">CollectionModify::execute</a> - 変更の操作を実行する</li>
<li><a href="mysql-xdevapi-collectionmodify.limit.php" class="index">CollectionModify::limit</a> - 変更されるドキュメントの数を限定する</li>
<li><a href="mysql-xdevapi-collectionmodify.patch.php" class="index">CollectionModify::patch</a> - document にパッチを当てる</li>
<li><a href="mysql-xdevapi-collectionmodify.replace.php" class="index">CollectionModify::replace</a> - ドキュメントのフィールドを置き換える</li>
<li><a href="mysql-xdevapi-collectionmodify.set.php" class="index">CollectionModify::set</a> - ドキュメントの属性を設定する</li>
<li><a href="mysql-xdevapi-collectionmodify.skip.php" class="index">CollectionModify::skip</a> - 要素をスキップする</li>
<li><a href="mysql-xdevapi-collectionmodify.sort.php" class="index">CollectionModify::sort</a> - ソート条件を設定する</li>
<li><a href="mysql-xdevapi-collectionmodify.unset.php" class="index">CollectionModify::unset</a> - ドキュメントのフィールドの値を削除する</li>
<li><a href="mysql-xdevapi-collectionmodify.construct.php" class="index">CollectionModify::__construct</a> - CollectionModify のコンストラクタ</li>
<li><a href="mysql-xdevapi-collectionremove.bind.php" class="index">CollectionRemove::bind</a> - プレースホルダーに値をバインドする</li>
<li><a href="mysql-xdevapi-collectionremove.execute.php" class="index">CollectionRemove::execute</a> - 削除操作を実行する</li>
<li><a href="mysql-xdevapi-collectionremove.limit.php" class="index">CollectionRemove::limit</a> - 削除するドキュメントの数を限定する</li>
<li><a href="mysql-xdevapi-collectionremove.sort.php" class="index">CollectionRemove::sort</a> - ソート条件を設定する</li>
<li><a href="mysql-xdevapi-collectionremove.construct.php" class="index">CollectionRemove::__construct</a> - CollectionRemove のコンストラクタ</li>
<li><a href="mysql-xdevapi-columnresult.getcharactersetname.php" class="index">ColumnResult::getCharacterSetName</a> - キャラクタセットを取得する</li>
<li><a href="mysql-xdevapi-columnresult.getcollationname.php" class="index">ColumnResult::getCollationName</a> - 照合順序名を取得する</li>
<li><a href="mysql-xdevapi-columnresult.getcolumnlabel.php" class="index">ColumnResult::getColumnLabel</a> - カラムのラベルを取得する</li>
<li><a href="mysql-xdevapi-columnresult.getcolumnname.php" class="index">ColumnResult::getColumnName</a> - カラム名を取得する</li>
<li><a href="mysql-xdevapi-columnresult.getfractionaldigits.php" class="index">ColumnResult::getFractionalDigits</a> - カラムの小数の桁数を取得する</li>
<li><a href="mysql-xdevapi-columnresult.getlength.php" class="index">ColumnResult::getLength</a> - カラムのフィールドの長さを取得する</li>
<li><a href="mysql-xdevapi-columnresult.getschemaname.php" class="index">ColumnResult::getSchemaName</a> - スキーマ名を取得する</li>
<li><a href="mysql-xdevapi-columnresult.gettablelabel.php" class="index">ColumnResult::getTableLabel</a> - テーブルラベルを取得する</li>
<li><a href="mysql-xdevapi-columnresult.gettablename.php" class="index">ColumnResult::getTableName</a> - テーブル名を取得する</li>
<li><a href="mysql-xdevapi-columnresult.gettype.php" class="index">ColumnResult::getType</a> - カラムの型を取得する</li>
<li><a href="mysql-xdevapi-columnresult.isnumbersigned.php" class="index">ColumnResult::isNumberSigned</a> - 符号付きの型かどうかを調べる</li>
<li><a href="mysql-xdevapi-columnresult.ispadded.php" class="index">ColumnResult::isPadded</a> - パディングされているかを調べる</li>
<li><a href="mysql-xdevapi-columnresult.construct.php" class="index">ColumnResult::__construct</a> - ColumnResult のコンストラクタ</li>
<li><a href="com.construct.php" class="index">com::__construct</a> - com クラスのコンストラクタ</li>
<li><a href="commonmark-cql.construct.php" class="index">CommonMark\CQL::__construct</a> - CQL Construction</li>
<li><a href="commonmark-cql.invoke.php" class="index">CommonMark\CQL::__invoke</a> - CQL Execution</li>
<li><a href="commonmark-interfaces-ivisitable.accept.php" class="index">CommonMark\Interfaces\IVisitable::accept</a> - Visitation</li>
<li><a href="commonmark-interfaces-ivisitor.enter.php" class="index">CommonMark\Interfaces\IVisitor::enter</a> - Visitation</li>
<li><a href="commonmark-interfaces-ivisitor.leave.php" class="index">CommonMark\Interfaces\IVisitor::leave</a> - Visitation</li>
<li><a href="commonmark-node.accept.php" class="index">CommonMark\Node::accept</a> - Visitation</li>
<li><a href="commonmark-node.appendchild.php" class="index">CommonMark\Node::appendChild</a> - AST Manipulation</li>
<li><a href="commonmark-node.insertafter.php" class="index">CommonMark\Node::insertAfter</a> - AST Manipulation</li>
<li><a href="commonmark-node.insertbefore.php" class="index">CommonMark\Node::insertBefore</a> - AST Manipulation</li>
<li><a href="commonmark-node.prependchild.php" class="index">CommonMark\Node::prependChild</a> - AST Manipulation</li>
<li><a href="commonmark-node.replace.php" class="index">CommonMark\Node::replace</a> - AST Manipulation</li>
<li><a href="commonmark-node.unlink.php" class="index">CommonMark\Node::unlink</a> - AST Manipulation</li>
<li><a href="commonmark-node-bulletlist.construct.php" class="index">CommonMark\Node\BulletList::__construct</a> - BulletList Construction</li>
<li><a href="commonmark-node-codeblock.construct.php" class="index">CommonMark\Node\CodeBlock::__construct</a> - CodeBlock Construction</li>
<li><a href="commonmark-node-heading.construct.php" class="index">CommonMark\Node\Heading::__construct</a> - Heading Construction</li>
<li><a href="commonmark-node-image.construct.php" class="index">CommonMark\Node\Image::__construct</a> - Image Construction</li>
<li><a href="commonmark-node-link.construct.php" class="index">CommonMark\Node\Link::__construct</a> - Link Construction</li>
<li><a href="commonmark-node-orderedlist.construct.php" class="index">CommonMark\Node\OrderedList::__construct</a> - OrderedList Construction</li>
<li><a href="commonmark-node-text.construct.php" class="index">CommonMark\Node\Text::__construct</a> - Text Construction</li>
<li><a href="function.commonmark-parse.php" class="index">CommonMark\Parse</a> - Parsing</li>
<li><a href="commonmark-parser.finish.php" class="index">CommonMark\Parser::finish</a> - Parsing</li>
<li><a href="commonmark-parser.parse.php" class="index">CommonMark\Parser::parse</a> - Parsing</li>
<li><a href="commonmark-parser.construct.php" class="index">CommonMark\Parser::__construct</a> - Parsing</li>
<li><a href="function.commonmark-render.php" class="index">CommonMark\Render</a> - Rendering</li>
<li><a href="function.commonmark-render-html.php" class="index">CommonMark\Render\HTML</a> - Rendering</li>
<li><a href="function.commonmark-render-latex.php" class="index">CommonMark\Render\Latex</a> - Rendering</li>
<li><a href="function.commonmark-render-man.php" class="index">CommonMark\Render\Man</a> - Rendering</li>
<li><a href="function.commonmark-render-xml.php" class="index">CommonMark\Render\XML</a> - Rendering</li>
<li><a href="function.compact.php" class="index">compact</a> - 変数名とその値から配列を作成する</li>
<li><a href="compersisthelper.getcurfilename.php" class="index">COMPersistHelper::GetCurFileName</a> - 現在のファイル名を取得する</li>
<li><a href="compersisthelper.getmaxstreamsize.php" class="index">COMPersistHelper::GetMaxStreamSize</a> - ストリームのサイズの最大値を取得する</li>
<li><a href="compersisthelper.initnew.php" class="index">COMPersistHelper::InitNew</a> - オブジェクトをデフォルトの状態に初期化する</li>
<li><a href="compersisthelper.loadfromfile.php" class="index">COMPersistHelper::LoadFromFile</a> - オブジェクトをファイルから読み込む</li>
<li><a href="compersisthelper.loadfromstream.php" class="index">COMPersistHelper::LoadFromStream</a> - ストリームからオブジェクトを読み込む</li>
<li><a href="compersisthelper.savetofile.php" class="index">COMPersistHelper::SaveToFile</a> - オブジェクトをファイルに保存する</li>
<li><a href="compersisthelper.savetostream.php" class="index">COMPersistHelper::SaveToStream</a> - オブジェクトをストリームに保存する</li>
<li><a href="compersisthelper.construct.php" class="index">COMPersistHelper::__construct</a> - COMPersistHelper オブジェクトを構築する</li>
<li><a href="componere-abstract-definition.addinterface.php" class="index">Componere\Abstract\Definition::addInterface</a> - Add Interface</li>
<li><a href="componere-abstract-definition.addmethod.php" class="index">Componere\Abstract\Definition::addMethod</a> - Add Method</li>
<li><a href="componere-abstract-definition.addtrait.php" class="index">Componere\Abstract\Definition::addTrait</a> - Add Trait</li>
<li><a href="componere-abstract-definition.getreflector.php" class="index">Componere\Abstract\Definition::getReflector</a> - Reflection</li>
<li><a href="componere.cast.php" class="index">Componere\cast</a> - Casting</li>
<li><a href="componere.cast_by_ref.php" class="index">Componere\cast_by_ref</a> - Casting</li>
<li><a href="componere-definition.addconstant.php" class="index">Componere\Definition::addConstant</a> - Add Constant</li>
<li><a href="componere-definition.addproperty.php" class="index">Componere\Definition::addProperty</a> - Add Property</li>
<li><a href="componere-definition.getclosure.php" class="index">Componere\Definition::getClosure</a> - Get Closure</li>
<li><a href="componere-definition.getclosures.php" class="index">Componere\Definition::getClosures</a> - Get Closures</li>
<li><a href="componere-definition.isregistered.php" class="index">Componere\Definition::isRegistered</a> - State Detection</li>
<li><a href="componere-definition.register.php" class="index">Componere\Definition::register</a> - Registration</li>
<li><a href="componere-definition.construct.php" class="index">Componere\Definition::__construct</a> - Definition Construction</li>
<li><a href="componere-method.getreflector.php" class="index">Componere\Method::getReflector</a> - Reflection</li>
<li><a href="componere-method.setprivate.php" class="index">Componere\Method::setPrivate</a> - Accessibility Modification</li>
<li><a href="componere-method.setprotected.php" class="index">Componere\Method::setProtected</a> - Accessibility Modification</li>
<li><a href="componere-method.setstatic.php" class="index">Componere\Method::setStatic</a> - Accessibility Modification</li>
<li><a href="componere-method.construct.php" class="index">Componere\Method::__construct</a> - Method Construction</li>
<li><a href="componere-patch.apply.php" class="index">Componere\Patch::apply</a> - Application</li>
<li><a href="componere-patch.derive.php" class="index">Componere\Patch::derive</a> - Patch Derivation</li>
<li><a href="componere-patch.getclosure.php" class="index">Componere\Patch::getClosure</a> - Get Closure</li>
<li><a href="componere-patch.getclosures.php" class="index">Componere\Patch::getClosures</a> - Get Closures</li>
<li><a href="componere-patch.isapplied.php" class="index">Componere\Patch::isApplied</a> - State Detection</li>
<li><a href="componere-patch.revert.php" class="index">Componere\Patch::revert</a> - Reversal</li>
<li><a href="componere-patch.construct.php" class="index">Componere\Patch::__construct</a> - Patch Construction</li>
<li><a href="componere-value.hasdefault.php" class="index">Componere\Value::hasDefault</a> - Value Interaction</li>
<li><a href="componere-value.isprivate.php" class="index">Componere\Value::isPrivate</a> - Accessibility Detection</li>
<li><a href="componere-value.isprotected.php" class="index">Componere\Value::isProtected</a> - Accessibility Detection</li>
<li><a href="componere-value.isstatic.php" class="index">Componere\Value::isStatic</a> - Accessibility Detection</li>
<li><a href="componere-value.setprivate.php" class="index">Componere\Value::setPrivate</a> - Accessibility Modification</li>
<li><a href="componere-value.setprotected.php" class="index">Componere\Value::setProtected</a> - Accessibility Modification</li>
<li><a href="componere-value.setstatic.php" class="index">Componere\Value::setStatic</a> - Accessibility Modification</li>
<li><a href="componere-value.construct.php" class="index">Componere\Value::__construct</a> - Value Construction</li>
<li><a href="function.com-create-guid.php" class="index">com_create_guid</a> - グローバルユニーク ID (GUID) を生成する</li>
<li><a href="function.com-event-sink.php" class="index">com_event_sink</a> - COM オブジェクトのイベントを PHP オブジェクトに接続する</li>
<li><a href="function.com-get-active-object.php" class="index">com_get_active_object</a> - すでに実行中の COM オブジェクトのインスタンスへのハンドルを返す</li>
<li><a href="function.com-load-typelib.php" class="index">com_load_typelib</a> - タイプライブラリを読み込む</li>
<li><a href="function.com-message-pump.php" class="index">com_message_pump</a> - COM メッセージを処理し、timeoutms ミリ秒の間待つ</li>
<li><a href="function.com-print-typeinfo.php" class="index">com_print_typeinfo</a> - ディスパッチインターフェイスのために、PHP のクラス定義を出力する</li>
<li><a href="function.connection-aborted.php" class="index">connection_aborted</a> - クライアントとの接続が切断されているかどうかを調べる</li>
<li><a href="function.connection-status.php" class="index">connection_status</a> - 接続ステータスのビットフィールドを返す</li>
<li><a href="function.constant.php" class="index">constant</a> - 定数の値を返す</li>
<li><a href="function.convert-cyr-string.php" class="index">convert_cyr_string</a> - キリル文字セットを他のものに変換する</li>
<li><a href="function.convert-uudecode.php" class="index">convert_uudecode</a> - uuencode された文字列をデコードする</li>
<li><a href="function.convert-uuencode.php" class="index">convert_uuencode</a> - 文字列を uuencode する</li>
<li><a href="function.copy.php" class="index">copy</a> - ファイルをコピーする</li>
<li><a href="function.cos.php" class="index">cos</a> - 余弦（コサイン）</li>
<li><a href="function.cosh.php" class="index">cosh</a> - 双曲線余弦（ハイパボリックコサイン）</li>
<li><a href="function.count.php" class="index">count</a> - 配列または Countable オブジェクトに含まれるすべての要素の数を数える</li>
<li><a href="countable.count.php" class="index">Countable::count</a> - オブジェクトの要素の数を数える</li>
<li><a href="function.count-chars.php" class="index">count_chars</a> - 文字列で使用されている文字に関する情報を返す</li>
<li><a href="function.crc32.php" class="index">crc32</a> - 文字列の crc32 多項式計算を行う</li>
<li><a href="function.create-function.php" class="index">create_function</a> - 文字列のコードを評価し、動的に関数を作成する</li>
<li><a href="mysql-xdevapi-crudoperationbindable.bind.php" class="index">CrudOperationBindable::bind</a> - プレースホルダーに値をバインドする</li>
<li><a href="mysql-xdevapi-crudoperationlimitable.limit.php" class="index">CrudOperationLimitable::limit</a> - 結果を限定する</li>
<li><a href="mysql-xdevapi-crudoperationskippable.skip.php" class="index">CrudOperationSkippable::skip</a> - スキップする操作の数</li>
<li><a href="mysql-xdevapi-crudoperationsortable.sort.php" class="index">CrudOperationSortable::sort</a> - 結果をソートする</li>
<li><a href="function.crypt.php" class="index">crypt</a> - 文字列の一方向のハッシュ化を行う</li>
<li><a href="function.crypt-checksalt.php" class="index">crypt_checksalt</a> - Validate a crypt setting string</li>
<li><a href="function.crypt-gensalt.php" class="index">crypt_gensalt</a> - Compile a string for use as the salt argument to crypt</li>
<li><a href="function.crypt-preferred-method.php" class="index">crypt_preferred_method</a> - Get the prefix of the preferred hash method</li>
<li><a href="function.ctype-alnum.php" class="index">ctype_alnum</a> - 英数字かどうかを調べる</li>
<li><a href="function.ctype-alpha.php" class="index">ctype_alpha</a> - 英字かどうかを調べる</li>
<li><a href="function.ctype-cntrl.php" class="index">ctype_cntrl</a> - 制御文字かどうかを調べる</li>
<li><a href="function.ctype-digit.php" class="index">ctype_digit</a> - 数字かどうかを調べる</li>
<li><a href="function.ctype-graph.php" class="index">ctype_graph</a> - 空白以外の印字可能な文字かどうかを調べる</li>
<li><a href="function.ctype-lower.php" class="index">ctype_lower</a> - 小文字かどうかを調べる</li>
<li><a href="function.ctype-print.php" class="index">ctype_print</a> - 印字可能な文字かどうかを調べる</li>
<li><a href="function.ctype-punct.php" class="index">ctype_punct</a> - 空白、英数字以外の出力可能な文字かどうかを調べる</li>
<li><a href="function.ctype-space.php" class="index">ctype_space</a> - 空白文字かどうか調べる</li>
<li><a href="function.ctype-upper.php" class="index">ctype_upper</a> - 大文字かどうか調べる</li>
<li><a href="function.ctype-xdigit.php" class="index">ctype_xdigit</a> - 16 進数を表す文字かどうかを調べる</li>
<li><a href="function.cubrid-affected-rows.php" class="index">cubrid_affected_rows</a> - Return the number of rows affected by the last SQL statement</li>
<li><a href="function.cubrid-bind.php" class="index">cubrid_bind</a> - Bind variables to a prepared statement as parameters</li>
<li><a href="function.cubrid-client-encoding.php" class="index">cubrid_client_encoding</a> - Return the current CUBRID connection charset</li>
<li><a href="function.cubrid-close.php" class="index">cubrid_close</a> - Close CUBRID connection</li>
<li><a href="function.cubrid-close-prepare.php" class="index">cubrid_close_prepare</a> - Close the request handle</li>
<li><a href="function.cubrid-close-request.php" class="index">cubrid_close_request</a> - Close the request handle</li>
<li><a href="function.cubrid-column-names.php" class="index">cubrid_column_names</a> - Get the column names in result</li>
<li><a href="function.cubrid-column-types.php" class="index">cubrid_column_types</a> - Get column types in result</li>
<li><a href="function.cubrid-col-get.php" class="index">cubrid_col_get</a> - Get contents of collection type column using OID</li>
<li><a href="function.cubrid-col-size.php" class="index">cubrid_col_size</a> - Get the number of elements in collection type column using OID</li>
<li><a href="function.cubrid-commit.php" class="index">cubrid_commit</a> - Commit a transaction</li>
<li><a href="function.cubrid-connect.php" class="index">cubrid_connect</a> - Open a connection to a CUBRID Server</li>
<li><a href="function.cubrid-connect-with-url.php" class="index">cubrid_connect_with_url</a> - Establish the environment for connecting to CUBRID server</li>
<li><a href="function.cubrid-current-oid.php" class="index">cubrid_current_oid</a> - Get OID of the current cursor location</li>
<li><a href="function.cubrid-data-seek.php" class="index">cubrid_data_seek</a> - Move the internal row pointer of the CUBRID result</li>
<li><a href="function.cubrid-db-name.php" class="index">cubrid_db_name</a> - Get db name from results of cubrid_list_dbs</li>
<li><a href="function.cubrid-disconnect.php" class="index">cubrid_disconnect</a> - Close a database connection</li>
<li><a href="function.cubrid-drop.php" class="index">cubrid_drop</a> - Delete an instance using OID</li>
<li><a href="function.cubrid-errno.php" class="index">cubrid_errno</a> - Return the numerical value of the error message from previous CUBRID operation</li>
<li><a href="function.cubrid-error.php" class="index">cubrid_error</a> - Get the error message</li>
<li><a href="function.cubrid-error-code.php" class="index">cubrid_error_code</a> - Get error code for the most recent function call</li>
<li><a href="function.cubrid-error-code-facility.php" class="index">cubrid_error_code_facility</a> - Get the facility code of error</li>
<li><a href="function.cubrid-error-msg.php" class="index">cubrid_error_msg</a> - Get last error message for the most recent function call</li>
<li><a href="function.cubrid-execute.php" class="index">cubrid_execute</a> - Execute a prepared SQL statement</li>
<li><a href="function.cubrid-fetch.php" class="index">cubrid_fetch</a> - Fetch the next row from a result set</li>
<li><a href="function.cubrid-fetch-array.php" class="index">cubrid_fetch_array</a> - Fetch a result row as an associative array, a numeric array, or both</li>
<li><a href="function.cubrid-fetch-assoc.php" class="index">cubrid_fetch_assoc</a> - Return the associative array that corresponds to the fetched row</li>
<li><a href="function.cubrid-fetch-field.php" class="index">cubrid_fetch_field</a> - Get column information from a result and return as an object</li>
<li><a href="function.cubrid-fetch-lengths.php" class="index">cubrid_fetch_lengths</a> - Return an array with the lengths of the values of each field from the current row</li>
<li><a href="function.cubrid-fetch-object.php" class="index">cubrid_fetch_object</a> - Fetch the next row and return it as an object</li>
<li><a href="function.cubrid-fetch-row.php" class="index">cubrid_fetch_row</a> - Return a numerical array with the values of the current row</li>
<li><a href="function.cubrid-field-flags.php" class="index">cubrid_field_flags</a> - Return a string with the flags of the given field offset</li>
<li><a href="function.cubrid-field-len.php" class="index">cubrid_field_len</a> - Get the maximum length of the specified field</li>
<li><a href="function.cubrid-field-name.php" class="index">cubrid_field_name</a> - Return the name of the specified field index</li>
<li><a href="function.cubrid-field-seek.php" class="index">cubrid_field_seek</a> - Move the result set cursor to the specified field offset</li>
<li><a href="function.cubrid-field-table.php" class="index">cubrid_field_table</a> - Return the name of the table of the specified field</li>
<li><a href="function.cubrid-field-type.php" class="index">cubrid_field_type</a> - Return the type of the column corresponding to the given field offset</li>
<li><a href="function.cubrid-free-result.php" class="index">cubrid_free_result</a> - Free the memory occupied by the result data</li>
<li><a href="function.cubrid-get.php" class="index">cubrid_get</a> - Get a column using OID</li>
<li><a href="function.cubrid-get-autocommit.php" class="index">cubrid_get_autocommit</a> - Get auto-commit mode of the connection</li>
<li><a href="function.cubrid-get-charset.php" class="index">cubrid_get_charset</a> - Return the current CUBRID connection charset</li>
<li><a href="function.cubrid-get-class-name.php" class="index">cubrid_get_class_name</a> - Get the class name using OID</li>
<li><a href="function.cubrid-get-client-info.php" class="index">cubrid_get_client_info</a> - Return the client library version</li>
<li><a href="function.cubrid-get-db-parameter.php" class="index">cubrid_get_db_parameter</a> - Returns the CUBRID database parameters</li>
<li><a href="function.cubrid-get-query-timeout.php" class="index">cubrid_get_query_timeout</a> - Get the query timeout value of the request</li>
<li><a href="function.cubrid-get-server-info.php" class="index">cubrid_get_server_info</a> - Return the CUBRID server version</li>
<li><a href="function.cubrid-insert-id.php" class="index">cubrid_insert_id</a> - Return the ID generated for the last updated AUTO_INCREMENT column</li>
<li><a href="function.cubrid-is-instance.php" class="index">cubrid_is_instance</a> - Check whether the instance pointed by OID exists</li>
<li><a href="function.cubrid-list-dbs.php" class="index">cubrid_list_dbs</a> - Return an array with the list of all existing CUBRID databases</li>
<li><a href="function.cubrid-load-from-glo.php" class="index">cubrid_load_from_glo</a> - Read data from a GLO instance and save it in a file</li>
<li><a href="function.cubrid-lob2-bind.php" class="index">cubrid_lob2_bind</a> - Bind a lob object or a string as a lob object to a prepared statement as parameters</li>
<li><a href="function.cubrid-lob2-close.php" class="index">cubrid_lob2_close</a> - Close LOB object</li>
<li><a href="function.cubrid-lob2-export.php" class="index">cubrid_lob2_export</a> - Export the lob object to a file</li>
<li><a href="function.cubrid-lob2-import.php" class="index">cubrid_lob2_import</a> - Import BLOB/CLOB data from a file</li>
<li><a href="function.cubrid-lob2-new.php" class="index">cubrid_lob2_new</a> - Create a lob object</li>
<li><a href="function.cubrid-lob2-read.php" class="index">cubrid_lob2_read</a> - Read from BLOB/CLOB data</li>
<li><a href="function.cubrid-lob2-seek.php" class="index">cubrid_lob2_seek</a> - Move the cursor of a lob object</li>
<li><a href="function.cubrid-lob2-seek64.php" class="index">cubrid_lob2_seek64</a> - Move the cursor of a lob object</li>
<li><a href="function.cubrid-lob2-size.php" class="index">cubrid_lob2_size</a> - Get a lob object's size</li>
<li><a href="function.cubrid-lob2-size64.php" class="index">cubrid_lob2_size64</a> - Get a lob object's size</li>
<li><a href="function.cubrid-lob2-tell.php" class="index">cubrid_lob2_tell</a> - Tell the cursor position of the LOB object</li>
<li><a href="function.cubrid-lob2-tell64.php" class="index">cubrid_lob2_tell64</a> - Tell the cursor position of the LOB object</li>
<li><a href="function.cubrid-lob2-write.php" class="index">cubrid_lob2_write</a> - Write to a lob object</li>
<li><a href="function.cubrid-lob-close.php" class="index">cubrid_lob_close</a> - Close BLOB/CLOB data</li>
<li><a href="function.cubrid-lob-export.php" class="index">cubrid_lob_export</a> - Export BLOB/CLOB data to file</li>
<li><a href="function.cubrid-lob-get.php" class="index">cubrid_lob_get</a> - Get BLOB/CLOB data</li>
<li><a href="function.cubrid-lob-send.php" class="index">cubrid_lob_send</a> - Read BLOB/CLOB data and send straight to browser</li>
<li><a href="function.cubrid-lob-size.php" class="index">cubrid_lob_size</a> - Get BLOB/CLOB data size</li>
<li><a href="function.cubrid-lock-read.php" class="index">cubrid_lock_read</a> - Set a read lock on the given OID</li>
<li><a href="function.cubrid-lock-write.php" class="index">cubrid_lock_write</a> - Set a write lock on the given OID</li>
<li><a href="function.cubrid-move-cursor.php" class="index">cubrid_move_cursor</a> - Move the cursor in the result</li>
<li><a href="function.cubrid-new-glo.php" class="index">cubrid_new_glo</a> - Create a glo instance</li>
<li><a href="function.cubrid-next-result.php" class="index">cubrid_next_result</a> - Get result of next query when executing multiple SQL statements</li>
<li><a href="function.cubrid-num-cols.php" class="index">cubrid_num_cols</a> - Return the number of columns in the result set</li>
<li><a href="function.cubrid-num-fields.php" class="index">cubrid_num_fields</a> - Return the number of columns in the result set</li>
<li><a href="function.cubrid-num-rows.php" class="index">cubrid_num_rows</a> - Get the number of rows in the result set</li>
<li><a href="function.cubrid-pconnect.php" class="index">cubrid_pconnect</a> - Open a persistent connection to a CUBRID server</li>
<li><a href="function.cubrid-pconnect-with-url.php" class="index">cubrid_pconnect_with_url</a> - Open a persistent connection to CUBRID server</li>
<li><a href="function.cubrid-ping.php" class="index">cubrid_ping</a> - Ping a server connection or reconnect if there is no connection</li>
<li><a href="function.cubrid-prepare.php" class="index">cubrid_prepare</a> - Prepare a SQL statement for execution</li>
<li><a href="function.cubrid-put.php" class="index">cubrid_put</a> - Update a column using OID</li>
<li><a href="function.cubrid-query.php" class="index">cubrid_query</a> - Send a CUBRID query</li>
<li><a href="function.cubrid-real-escape-string.php" class="index">cubrid_real_escape_string</a> - Escape special characters in a string for use in an SQL statement</li>
<li><a href="function.cubrid-result.php" class="index">cubrid_result</a> - Return the value of a specific field in a specific row</li>
<li><a href="function.cubrid-rollback.php" class="index">cubrid_rollback</a> - Roll back a transaction</li>
<li><a href="function.cubrid-save-to-glo.php" class="index">cubrid_save_to_glo</a> - Save requested file in a GLO instance</li>
<li><a href="function.cubrid-schema.php" class="index">cubrid_schema</a> - Get the requested schema information</li>
<li><a href="function.cubrid-send-glo.php" class="index">cubrid_send_glo</a> - Read data from glo and send it to std output</li>
<li><a href="function.cubrid-seq-drop.php" class="index">cubrid_seq_drop</a> - Delete an element from sequence type column using OID</li>
<li><a href="function.cubrid-seq-insert.php" class="index">cubrid_seq_insert</a> - Insert an element to a sequence type column using OID</li>
<li><a href="function.cubrid-seq-put.php" class="index">cubrid_seq_put</a> - Update the element value of sequence type column using OID</li>
<li><a href="function.cubrid-set-add.php" class="index">cubrid_set_add</a> - Insert a single element to set type column using OID</li>
<li><a href="function.cubrid-set-autocommit.php" class="index">cubrid_set_autocommit</a> - Set autocommit mode of the connection</li>
<li><a href="function.cubrid-set-db-parameter.php" class="index">cubrid_set_db_parameter</a> - Sets the CUBRID database parameters</li>
<li><a href="function.cubrid-set-drop.php" class="index">cubrid_set_drop</a> - Delete an element from set type column using OID</li>
<li><a href="function.cubrid-set-query-timeout.php" class="index">cubrid_set_query_timeout</a> - Set the timeout time of query execution</li>
<li><a href="function.cubrid-unbuffered-query.php" class="index">cubrid_unbuffered_query</a> - Perform a query without fetching the results into memory</li>
<li><a href="function.cubrid-version.php" class="index">cubrid_version</a> - Get the CUBRID PHP module's version</li>
<li><a href="curlfile.getfilename.php" class="index">CURLFile::getFilename</a> - ファイル名を取得する</li>
<li><a href="curlfile.getmimetype.php" class="index">CURLFile::getMimeType</a> - MIME タイプを取得する</li>
<li><a href="curlfile.getpostfilename.php" class="index">CURLFile::getPostFilename</a> - POST 用のファイル名を取得する</li>
<li><a href="curlfile.setmimetype.php" class="index">CURLFile::setMimeType</a> - MIME タイプを設定する</li>
<li><a href="curlfile.setpostfilename.php" class="index">CURLFile::setPostFilename</a> - POST 用のファイル名を設定する</li>
<li><a href="curlfile.construct.php" class="index">CURLFile::__construct</a> - CURLFile オブジェクトを作る</li>
<li><a href="curlstringfile.construct.php" class="index">CURLStringFile::__construct</a> - CURLStringFile オブジェクトを作る</li>
<li><a href="function.curl-close.php" class="index">curl_close</a> - cURL セッションを閉じる</li>
<li><a href="function.curl-copy-handle.php" class="index">curl_copy_handle</a> - cURL ハンドルを、その設定も含めてコピーする</li>
<li><a href="function.curl-errno.php" class="index">curl_errno</a> - 直近のエラー番号を返す</li>
<li><a href="function.curl-error.php" class="index">curl_error</a> - 現在のセッションに関する直近のエラー文字列を返す</li>
<li><a href="function.curl-escape.php" class="index">curl_escape</a> - 指定した文字列を URL エンコードする</li>
<li><a href="function.curl-exec.php" class="index">curl_exec</a> - cURL セッションを実行する</li>
<li><a href="function.curl-getinfo.php" class="index">curl_getinfo</a> - 特定のデータ転送に関する情報を得る</li>
<li><a href="function.curl-init.php" class="index">curl_init</a> - cURL セッションを初期化する</li>
<li><a href="function.curl-multi-add-handle.php" class="index">curl_multi_add_handle</a> - cURL マルチハンドルに、通常の cURL ハンドルを追加する</li>
<li><a href="function.curl-multi-close.php" class="index">curl_multi_close</a> - マルチハンドルから全てのcURL ハンドルのを削除する</li>
<li><a href="function.curl-multi-errno.php" class="index">curl_multi_errno</a> - 直近のマルチハンドルに対するエラー番号を返す</li>
<li><a href="function.curl-multi-exec.php" class="index">curl_multi_exec</a> - 現在の cURL ハンドルから、サブ接続を実行する</li>
<li><a href="function.curl-multi-getcontent.php" class="index">curl_multi_getcontent</a> - CURLOPT_RETURNTRANSFER が設定されている場合に、cURL ハンドルの内容を返す</li>
<li><a href="function.curl-multi-info-read.php" class="index">curl_multi_info_read</a> - 現在の転送についての情報を表示する</li>
<li><a href="function.curl-multi-init.php" class="index">curl_multi_init</a> - 新規 cURL マルチハンドルを返す</li>
<li><a href="function.curl-multi-remove-handle.php" class="index">curl_multi_remove_handle</a> - cURL ハンドルのセットからハンドルを削除する</li>
<li><a href="function.curl-multi-select.php" class="index">curl_multi_select</a> - 任意の cURL マルチハンドル接続で読み取りまたは書き込みが可能になるまで待機する</li>
<li><a href="function.curl-multi-setopt.php" class="index">curl_multi_setopt</a> - cURL マルチハンドル用のオプションを設定する</li>
<li><a href="function.curl-multi-strerror.php" class="index">curl_multi_strerror</a> - エラーの内容を表す文字列を返す</li>
<li><a href="function.curl-pause.php" class="index">curl_pause</a> - 接続の中断と再開をする</li>
<li><a href="function.curl-reset.php" class="index">curl_reset</a> - libcurl セッションハンドルのすべてのオプションをリセットする</li>
<li><a href="function.curl-setopt.php" class="index">curl_setopt</a> - cURL 転送用オプションを設定する</li>
<li><a href="function.curl-setopt-array.php" class="index">curl_setopt_array</a> - CURL 転送用の複数のオプションを設定する</li>
<li><a href="function.curl-share-close.php" class="index">curl_share_close</a> - cURL 共有ハンドルを閉じる</li>
<li><a href="function.curl-share-errno.php" class="index">curl_share_errno</a> - 直近の共有ハンドルに対するエラー番号を返す</li>
<li><a href="function.curl-share-init.php" class="index">curl_share_init</a> - curl 共有ハンドルを初期化する</li>
<li><a href="function.curl-share-init-persistent.php" class="index">curl_share_init_persistent</a> - 持続的な cURL 共有ハンドルを初期化する</li>
<li><a href="function.curl-share-setopt.php" class="index">curl_share_setopt</a> - cURL 共有ハンドルのオプションを設定する</li>
<li><a href="function.curl-share-strerror.php" class="index">curl_share_strerror</a> - 与えられたエラーコードを説明する文字列を返す</li>
<li><a href="function.curl-strerror.php" class="index">curl_strerror</a> - エラーコードの説明を返す</li>
<li><a href="function.curl-unescape.php" class="index">curl_unescape</a> - URL エンコードされた文字列をデコードする</li>
<li><a href="function.curl_upkeep.php" class="index">curl_upkeep</a> - 接続を維持するためのチェックを行う</li>
<li><a href="function.curl-version.php" class="index">curl_version</a> - cURL のバージョンを返す</li>
<li><a href="function.current.php" class="index">current</a> - 配列内の現在の要素を返す</li>
</ul></li>
<li class='gen-index index-for-d'>d<ul id='refentry-index-for-d'>
<li><a href="mysql-xdevapi-databaseobject.existsindatabase.php" class="index">DatabaseObject::existsInDatabase</a> - オブジェクトがデータベースに存在するかをチェックする</li>
<li><a href="mysql-xdevapi-databaseobject.getname.php" class="index">DatabaseObject::getName</a> - オブジェクトの名前を取得する</li>
<li><a href="mysql-xdevapi-databaseobject.getsession.php" class="index">DatabaseObject::getSession</a> - セッションの名前を取得する</li>
<li><a href="function.date.php" class="index">date</a> - Unixタイムスタンプを書式化する</li>
<li><a href="dateinterval.createfromdatestring.php" class="index">DateInterval::createFromDateString</a> - 相対指定文字列から DateInterval を作成する</li>
<li><a href="dateinterval.format.php" class="index">DateInterval::format</a> - 間隔をフォーマットする</li>
<li><a href="dateinterval.construct.php" class="index">DateInterval::__construct</a> - 新しい DateInterval オブジェクトを作成する</li>
<li><a href="dateperiod.createfromiso8601string.php" class="index">DatePeriod::createFromISO8601String</a> - ISO8601 形式の文字列から、新しい DatePeriod オブジェクトを作成する</li>
<li><a href="dateperiod.getdateinterval.php" class="index">DatePeriod::getDateInterval</a> - 間隔を取得する</li>
<li><a href="dateperiod.getenddate.php" class="index">DatePeriod::getEndDate</a> - 終了日を取得する</li>
<li><a href="dateperiod.getrecurrences.php" class="index">DatePeriod::getRecurrences</a> - 繰り返しの数を取得する</li>
<li><a href="dateperiod.getstartdate.php" class="index">DatePeriod::getStartDate</a> - 開始日を取得する</li>
<li><a href="dateperiod.construct.php" class="index">DatePeriod::__construct</a> - 新しい DatePeriod オブジェクトを作成する</li>
<li><a href="datetime.add.php" class="index">DateTime::add</a> - 年月日時分秒の値を加えることで、DateTime オブジェクトを変更する</li>
<li><a href="datetime.createfromformat.php" class="index">DateTime::createFromFormat</a> - 指定した書式で時刻文字列をパースする</li>
<li><a href="datetime.createfromimmutable.php" class="index">DateTime::createFromImmutable</a> - 与えられた DateTimeImmutable オブジェクトをカプセル化した、新しい DateTime のインスタンスを返す</li>
<li><a href="datetime.createfrominterface.php" class="index">DateTime::createFromInterface</a> - 指定された DateTimeInterface オブジェクトをカプセル化した、新しい DateTime オブジェクトを返す</li>
<li><a href="datetime.getlasterrors.php" class="index">DateTime::getLastErrors</a> - DateTimeImmutable::getLastErrors のエイリアス</li>
<li><a href="datetime.modify.php" class="index">DateTime::modify</a> - タイムスタンプを変更する</li>
<li><a href="datetime.setdate.php" class="index">DateTime::setDate</a> - 日付を設定する</li>
<li><a href="datetime.setisodate.php" class="index">DateTime::setISODate</a> - ISO 形式の日付を設定する</li>
<li><a href="datetime.settime.php" class="index">DateTime::setTime</a> - 時刻を設定する</li>
<li><a href="datetime.settimestamp.php" class="index">DateTime::setTimestamp</a> - Unix タイムスタンプを用いて日付と時刻を設定する</li>
<li><a href="datetime.settimezone.php" class="index">DateTime::setTimezone</a> - DateTime オブジェクトのタイムゾーンを設定する</li>
<li><a href="datetime.sub.php" class="index">DateTime::sub</a> - 年月日時分秒の値を DateTime オブジェクトから引く</li>
<li><a href="datetime.construct.php" class="index">DateTime::__construct</a> - 新しい DateTime オブジェクトを返す</li>
<li><a href="datetime.serialize.php" class="index">DateTime::__serialize</a> - DateTime をシリアライズする</li>
<li><a href="datetime.set-state.php" class="index">DateTime::__set_state</a> - __set_state ハンドラ</li>
<li><a href="datetime.unserialize.php" class="index">DateTime::__unserialize</a> - Datetime をアンシリアライズする</li>
<li><a href="datetime.wakeup.php" class="index">DateTime::__wakeup</a> - __wakeup ハンドラ</li>
<li><a href="datetimeimmutable.add.php" class="index">DateTimeImmutable::add</a> - 年月日時分秒の値を加え、新しいオブジェクトを返す</li>
<li><a href="datetimeimmutable.createfromformat.php" class="index">DateTimeImmutable::createFromFormat</a> - 時刻の文字列を指定されたフォーマットに従ってパースする</li>
<li><a href="datetimeimmutable.createfrominterface.php" class="index">DateTimeImmutable::createFromInterface</a> - 指定された DateTimeInterface オブジェクトをカプセル化した、新しい DateTimeImmutable オブジェクトを返す</li>
<li><a href="datetimeimmutable.createfrommutable.php" class="index">DateTimeImmutable::createFromMutable</a> - 与えられた DateTime オブジェクトをカプセル化した、新しいDateTimeImmutable のインスタンスを返す</li>
<li><a href="datetimeimmutable.getlasterrors.php" class="index">DateTimeImmutable::getLastErrors</a> - 警告およびエラーを返す</li>
<li><a href="datetimeimmutable.modify.php" class="index">DateTimeImmutable::modify</a> - タイムスタンプを変更した新しいオブジェクトを作る</li>
<li><a href="datetimeimmutable.setdate.php" class="index">DateTimeImmutable::setDate</a> - 日付を設定する</li>
<li><a href="datetimeimmutable.setisodate.php" class="index">DateTimeImmutable::setISODate</a> - ISO 日付を設定する</li>
<li><a href="datetimeimmutable.settime.php" class="index">DateTimeImmutable::setTime</a> - 時刻を設定する</li>
<li><a href="datetimeimmutable.settimestamp.php" class="index">DateTimeImmutable::setTimestamp</a> - Unix タイムスタンプを用いて日付と時刻を設定する</li>
<li><a href="datetimeimmutable.settimezone.php" class="index">DateTimeImmutable::setTimezone</a> - タイムゾーンを設定する</li>
<li><a href="datetimeimmutable.sub.php" class="index">DateTimeImmutable::sub</a> - 年月日時分秒の値を引く</li>
<li><a href="datetimeimmutable.construct.php" class="index">DateTimeImmutable::__construct</a> - 新しい DateTimeImmutable オブジェクトを返す</li>
<li><a href="datetimeimmutable.set-state.php" class="index">DateTimeImmutable::__set_state</a> - __set_state ハンドラ</li>
<li><a href="datetime.diff.php" class="index">DateTimeInterface::diff</a> - ふたつの DateTime オブジェクトの差を返す</li>
<li><a href="datetime.format.php" class="index">DateTimeInterface::format</a> - 指定した書式でフォーマットした日付を返す</li>
<li><a href="datetime.getoffset.php" class="index">DateTimeInterface::getOffset</a> - タイムゾーンのオフセットを返す</li>
<li><a href="datetime.gettimestamp.php" class="index">DateTimeInterface::getTimestamp</a> - Unix タイムスタンプを取得する</li>
<li><a href="datetime.gettimezone.php" class="index">DateTimeInterface::getTimezone</a> - 指定した DateTime に関連するタイムゾーンを返す</li>
<li><a href="datetimezone.getlocation.php" class="index">DateTimeZone::getLocation</a> - タイムゾーンの位置情報を返す</li>
<li><a href="datetimezone.getname.php" class="index">DateTimeZone::getName</a> - タイムゾーンの名前を返す</li>
<li><a href="datetimezone.getoffset.php" class="index">DateTimeZone::getOffset</a> - GMT からのタイムゾーンのオフセットを返す</li>
<li><a href="datetimezone.gettransitions.php" class="index">DateTimeZone::getTransitions</a> - タイムゾーンの変遷を返す</li>
<li><a href="datetimezone.listabbreviations.php" class="index">DateTimeZone::listAbbreviations</a> - 夏時間、オフセットおよびタイムゾーン名を含む連想配列を返す</li>
<li><a href="datetimezone.listidentifiers.php" class="index">DateTimeZone::listIdentifiers</a> - すべてのタイムゾーン識別子を含む配列を返す</li>
<li><a href="datetimezone.construct.php" class="index">DateTimeZone::__construct</a> - 新しい DateTimeZone オブジェクトを作成する</li>
<li><a href="function.date-add.php" class="index">date_add</a> - DateTime::add のエイリアス</li>
<li><a href="function.date-create.php" class="index">date_create</a> - 新しい DateTime オブジェクトを作成する</li>
<li><a href="function.date-create-from-format.php" class="index">date_create_from_format</a> - DateTime::createFromFormat のエイリアス</li>
<li><a href="function.date-create-immutable.php" class="index">date_create_immutable</a> - 新しい DateTimeImmutable オブジェクトを作成する</li>
<li><a href="function.date-create-immutable-from-format.php" class="index">date_create_immutable_from_format</a> - DateTimeImmutable::createFromFormat のエイリアス</li>
<li><a href="function.date-date-set.php" class="index">date_date_set</a> - DateTime::setDate のエイリアス</li>
<li><a href="function.date-default-timezone-get.php" class="index">date_default_timezone_get</a> - スクリプト中の日付/時刻関数で使用されるデフォルトタイムゾーンを取得する</li>
<li><a href="function.date-default-timezone-set.php" class="index">date_default_timezone_set</a> - スクリプト中の日付/時刻関数で使用されるデフォルトタイムゾーンを設定する</li>
<li><a href="function.date-diff.php" class="index">date_diff</a> - DateTime::diff のエイリアス</li>
<li><a href="function.date-format.php" class="index">date_format</a> - DateTime::format のエイリアス</li>
<li><a href="function.date-get-last-errors.php" class="index">date_get_last_errors</a> - DateTimeImmutable::getLastErrors のエイリアス</li>
<li><a href="function.date-interval-create-from-date-string.php" class="index">date_interval_create_from_date_string</a> - DateInterval::createFromDateString のエイリアス</li>
<li><a href="function.date-interval-format.php" class="index">date_interval_format</a> - DateInterval::format のエイリアス</li>
<li><a href="function.date-isodate-set.php" class="index">date_isodate_set</a> - DateTime::setISODate のエイリアス</li>
<li><a href="function.date-modify.php" class="index">date_modify</a> - DateTime::modify のエイリアス</li>
<li><a href="function.date-offset-get.php" class="index">date_offset_get</a> - DateTime::getOffset のエイリアス</li>
<li><a href="function.date-parse.php" class="index">date_parse</a> - 指定した日付/時刻の詳細な情報を連想配列で返す</li>
<li><a href="function.date-parse-from-format.php" class="index">date_parse_from_format</a> - 指定した書式でフォーマットされた日付についての情報を取得する</li>
<li><a href="function.date-sub.php" class="index">date_sub</a> - DateTime::sub のエイリアス</li>
<li><a href="function.date-sunrise.php" class="index">date_sunrise</a> - 指定した日付と場所についての日の出時刻を返す</li>
<li><a href="function.date-sunset.php" class="index">date_sunset</a> - 指定した日付と場所についての日の入り時刻を返す</li>
<li><a href="function.date-sun-info.php" class="index">date_sun_info</a> - 日の出/日の入り時刻と薄明 (twilight) の開始/終了時刻の情報を含む配列を返す</li>
<li><a href="function.date-timestamp-get.php" class="index">date_timestamp_get</a> - DateTime::getTimestamp のエイリアス</li>
<li><a href="function.date-timestamp-set.php" class="index">date_timestamp_set</a> - DateTime::setTimestamp のエイリアス</li>
<li><a href="function.date-timezone-get.php" class="index">date_timezone_get</a> - DateTime::getTimezone のエイリアス</li>
<li><a href="function.date-timezone-set.php" class="index">date_timezone_set</a> - DateTime::setTimezone のエイリアス</li>
<li><a href="function.date-time-set.php" class="index">date_time_set</a> - DateTime::setTime のエイリアス</li>
<li><a href="function.db2-autocommit.php" class="index">db2_autocommit</a> - データベース接続の AUTOCOMMIT の状態を取得または設定する</li>
<li><a href="function.db2-bind-param.php" class="index">db2_bind_param</a> - PHP 変数を SQL 文のパラメータにバインドする</li>
<li><a href="function.db2-client-info.php" class="index">db2_client_info</a> - DB2 データベースクライアントの情報をプロパティに保持するオブジェクトを返す</li>
<li><a href="function.db2-close.php" class="index">db2_close</a> - データベース接続を閉じる</li>
<li><a href="function.db2-columns.php" class="index">db2_columns</a> - テーブルのカラムおよび関連するメタデータを含む結果セットを返す</li>
<li><a href="function.db2-column-privileges.php" class="index">db2_column_privileges</a> - テーブルのカラムおよび関連する権限情報を含む結果セットを返す</li>
<li><a href="function.db2-commit.php" class="index">db2_commit</a> - トランザクションをコミットする</li>
<li><a href="function.db2-connect.php" class="index">db2_connect</a> - データベースへの接続を返す</li>
<li><a href="function.db2-conn-error.php" class="index">db2_conn_error</a> - 直近の接続から返された SQLSTATE を含む文字列を返す</li>
<li><a href="function.db2-conn-errormsg.php" class="index">db2_conn_errormsg</a> - 直近の接続エラーメッセージおよび SQLCODE を返す</li>
<li><a href="function.db2-cursor-type.php" class="index">db2_cursor_type</a> - ステートメントリソースが使用しているカーソルの型を返す</li>
<li><a href="function.db2-escape-string.php" class="index">db2_escape_string</a> - 特定の文字をエスケープする</li>
<li><a href="function.db2-exec.php" class="index">db2_exec</a> - SQL 文を直接実行する</li>
<li><a href="function.db2-execute.php" class="index">db2_execute</a> - プリペアドステートメントを実行する</li>
<li><a href="function.db2-fetch-array.php" class="index">db2_fetch_array</a> - 結果セット内の行を表す、カラム位置をインデックスとする配列を返す</li>
<li><a href="function.db2-fetch-assoc.php" class="index">db2_fetch_assoc</a> - 結果セット内の行を表す、カラム名をインデックスとする配列を返す</li>
<li><a href="function.db2-fetch-both.php" class="index">db2_fetch_both</a> - 結果セット内の行を表す、
   カラム位置およびカラム名の両方をインデックスとする配列を返す</li>
<li><a href="function.db2-fetch-object.php" class="index">db2_fetch_object</a> - 結果セット内の行を表す、カラムをプロパティとするオブジェクトを返す</li>
<li><a href="function.db2-fetch-row.php" class="index">db2_fetch_row</a> - 結果セットポインタを次の行あるいは要求された行に設定する</li>
<li><a href="function.db2-field-display-size.php" class="index">db2_field_display_size</a> - カラムを表示するために必要な最大のバイト数を返す</li>
<li><a href="function.db2-field-name.php" class="index">db2_field_name</a> - 結果セット内のカラムの名前を返す</li>
<li><a href="function.db2-field-num.php" class="index">db2_field_num</a> - 結果セット内の指定したカラムの位置を返す</li>
<li><a href="function.db2-field-precision.php" class="index">db2_field_precision</a> - 結果セット内の指定したカラムの精度を返す</li>
<li><a href="function.db2-field-scale.php" class="index">db2_field_scale</a> - 結果セット内の指定したカラムの位取りを返す</li>
<li><a href="function.db2-field-type.php" class="index">db2_field_type</a> - 結果セット内の指定したカラムのデータ型を返す</li>
<li><a href="function.db2-field-width.php" class="index">db2_field_width</a> - 結果セット内の指定したカラムの現在値の幅を返す</li>
<li><a href="function.db2-foreign-keys.php" class="index">db2_foreign_keys</a> - テーブルの外部キーを含む結果セットを返す</li>
<li><a href="function.db2-free-result.php" class="index">db2_free_result</a> - 結果セットに関連付けられたリソースを開放する</li>
<li><a href="function.db2-free-stmt.php" class="index">db2_free_stmt</a> - 指定されたステートメントリソースに関連付けられたリソースを開放する</li>
<li><a href="function.db2-get-option.php" class="index">db2_get_option</a> - ステートメントリソースあるいは接続リソースからオプションの値を取得する</li>
<li><a href="function.db2-last-insert-id.php" class="index">db2_last_insert_id</a> - この接続上で最後に成功した insert クエリが自動生成した ID を返す</li>
<li><a href="function.db2-lob-read.php" class="index">db2_lob_read</a> - LOB ファイルから、ユーザーが定義したサイズの内容を取得する</li>
<li><a href="function.db2-next-result.php" class="index">db2_next_result</a> - ストアドプロシージャから、次の結果セットを要求する</li>
<li><a href="function.db2-num-fields.php" class="index">db2_num_fields</a> - 結果セットに含まれるフィールドの数を返す</li>
<li><a href="function.db2-num-rows.php" class="index">db2_num_rows</a> - SQL 文によって変更された行の数を返す</li>
<li><a href="function.db2-pclose.php" class="index">db2_pclose</a> - 持続的データベース接続を閉じる</li>
<li><a href="function.db2-pconnect.php" class="index">db2_pconnect</a> - データベースへの持続的接続を返す</li>
<li><a href="function.db2-prepare.php" class="index">db2_prepare</a> - 実行する SQL 文を準備する</li>
<li><a href="function.db2-primary-keys.php" class="index">db2_primary_keys</a> - テーブルの主キーを含む結果セットを返す</li>
<li><a href="function.db2-procedures.php" class="index">db2_procedures</a> - データベース内に登録されているストアドプロシージャの一覧を含む結果セットを返す</li>
<li><a href="function.db2-procedure-columns.php" class="index">db2_procedure_columns</a> - ストアドプロシージャのパラメータを含む結果セットを返す</li>
<li><a href="function.db2-result.php" class="index">db2_result</a> - 結果セットの行からひとつのカラムを返す</li>
<li><a href="function.db2-rollback.php" class="index">db2_rollback</a> - トランザクションをロールバックする</li>
<li><a href="function.db2-server-info.php" class="index">db2_server_info</a> - DB2 データベースサーバーの情報をプロパティに保持するオブジェクトを返す</li>
<li><a href="function.db2-set-option.php" class="index">db2_set_option</a> - 接続リソースあるいはステートメントリソースのオプションを設定する</li>
<li><a href="function.db2-special-columns.php" class="index">db2_special_columns</a> - テーブルのユニーク行 ID カラムを含む結果セットを返す</li>
<li><a href="function.db2-statistics.php" class="index">db2_statistics</a> - インデックスの情報およびテーブルの統計情報を含む結果セットを返す</li>
<li><a href="function.db2-stmt-error.php" class="index">db2_stmt_error</a> - SQL 文が返す SQLSTATE を含む文字列を返す</li>
<li><a href="function.db2-stmt-errormsg.php" class="index">db2_stmt_errormsg</a> - 直近の SQL 文のエラーメッセージを含む文字列を返す</li>
<li><a href="function.db2-tables.php" class="index">db2_tables</a> - データベース内のテーブルおよび関連するメタデータを含む結果セットを返す</li>
<li><a href="function.db2-table-privileges.php" class="index">db2_table_privileges</a> - データベース内のテーブルおよび関連する権限情報を含む結果セットを返す</li>
<li><a href="function.dbase-add-record.php" class="index">dbase_add_record</a> - Adds a record to a database</li>
<li><a href="function.dbase-close.php" class="index">dbase_close</a> - Closes a database</li>
<li><a href="function.dbase-create.php" class="index">dbase_create</a> - Creates a database</li>
<li><a href="function.dbase-delete-record.php" class="index">dbase_delete_record</a> - Deletes a record from a database</li>
<li><a href="function.dbase-get-header-info.php" class="index">dbase_get_header_info</a> - Gets the header info of a database</li>
<li><a href="function.dbase-get-record.php" class="index">dbase_get_record</a> - Gets a record from a database as an indexed array</li>
<li><a href="function.dbase-get-record-with-names.php" class="index">dbase_get_record_with_names</a> - Gets a record from a database as an associative array</li>
<li><a href="function.dbase-numfields.php" class="index">dbase_numfields</a> - Gets the number of fields of a database</li>
<li><a href="function.dbase-numrecords.php" class="index">dbase_numrecords</a> - Gets the number of records in a database</li>
<li><a href="function.dbase-open.php" class="index">dbase_open</a> - Opens a database</li>
<li><a href="function.dbase-pack.php" class="index">dbase_pack</a> - Packs a database</li>
<li><a href="function.dbase-replace-record.php" class="index">dbase_replace_record</a> - Replaces a record in a database</li>
<li><a href="function.dba-close.php" class="index">dba_close</a> - DBA データベースを閉じる</li>
<li><a href="function.dba-delete.php" class="index">dba_delete</a> - キーが指す DBA エントリを削除する</li>
<li><a href="function.dba-exists.php" class="index">dba_exists</a> - キーが存在するかどうかを確認する</li>
<li><a href="function.dba-fetch.php" class="index">dba_fetch</a> - キーが指すデータを取得する</li>
<li><a href="function.dba-firstkey.php" class="index">dba_firstkey</a> - 最初のキーを取得する</li>
<li><a href="function.dba-handlers.php" class="index">dba_handlers</a> - 利用可能なハンドラの一覧を得る</li>
<li><a href="function.dba-insert.php" class="index">dba_insert</a> - エントリを挿入する</li>
<li><a href="function.dba-key-split.php" class="index">dba_key_split</a> - 文字列形式のキーを配列形式に分割する</li>
<li><a href="function.dba-list.php" class="index">dba_list</a> - オープンされている全データベースファイルのリストを得る</li>
<li><a href="function.dba-nextkey.php" class="index">dba_nextkey</a> - 次のキーを取得する</li>
<li><a href="function.dba-open.php" class="index">dba_open</a> - データベースをオープンする</li>
<li><a href="function.dba-optimize.php" class="index">dba_optimize</a> - データベースを最適化する</li>
<li><a href="function.dba-popen.php" class="index">dba_popen</a> - データベースを持続的にオープンする</li>
<li><a href="function.dba-replace.php" class="index">dba_replace</a> - エントリを置換または挿入する</li>
<li><a href="function.dba-sync.php" class="index">dba_sync</a> - データベースを同期する</li>
<li><a href="function.dcgettext.php" class="index">dcgettext</a> - 単一の参照に関するドメインを上書きする</li>
<li><a href="function.dcngettext.php" class="index">dcngettext</a> - dcgettext の複数形版</li>
<li><a href="function.debug-backtrace.php" class="index">debug_backtrace</a> - バックトレースを生成する</li>
<li><a href="function.debug-print-backtrace.php" class="index">debug_print_backtrace</a> - バックトレースを表示する</li>
<li><a href="function.debug-zval-dump.php" class="index">debug_zval_dump</a> - 内部的な zval を表す文字列をダンプする</li>
<li><a href="function.decbin.php" class="index">decbin</a> - 10 進数を 2 進数に変換する</li>
<li><a href="function.dechex.php" class="index">dechex</a> - 10 進数を 16 進数に変換する</li>
<li><a href="function.decoct.php" class="index">decoct</a> - 10 進数を 8 進数に変換する</li>
<li><a href="function.define.php" class="index">define</a> - 名前を指定して定数を定義する</li>
<li><a href="function.defined.php" class="index">defined</a> - 指定した名前の定数が存在するかどうかを調べる</li>
<li><a href="function.deflate-add.php" class="index">deflate_add</a> - インクリメンタルにデータを圧縮する</li>
<li><a href="function.deflate-init.php" class="index">deflate_init</a> - インクリメンタルな圧縮コンテキストを初期化する</li>
<li><a href="function.deg2rad.php" class="index">deg2rad</a> - 度単位の数値をラジアン単位に変換する</li>
<li><a href="function.delete.php" class="index">delete</a> - unlink か unset を参照ください</li>
<li><a href="deprecated.construct.php" class="index">Deprecated::__construct</a> - 新しい Deprecated のインスタンスを作成する</li>
<li><a href="function.dgettext.php" class="index">dgettext</a> - 現在のドメインを上書きする</li>
<li><a href="function.die.php" class="index">die</a> - exit のエイリアス</li>
<li><a href="function.dio-close.php" class="index">dio_close</a> - fd で指定したファイル記述子を閉じる</li>
<li><a href="function.dio-fcntl.php" class="index">dio_fcntl</a> - fd について C ライブラリの fcntl を実行する</li>
<li><a href="function.dio-open.php" class="index">dio_open</a> - C ライブラリの入出力ストリーム関数が許すよりも低レベルでファイルをオープンする
   (必要ならファイルを作成する)</li>
<li><a href="function.dio-read.php" class="index">dio_read</a> - ファイル記述子からバイトデータを読み込む</li>
<li><a href="function.dio-seek.php" class="index">dio_seek</a> - fd 上で whence から pos に移動する</li>
<li><a href="function.dio-stat.php" class="index">dio_stat</a> - ファイル記述子 fd に関する stat 情報を取得する</li>
<li><a href="function.dio-tcsetattr.php" class="index">dio_tcsetattr</a> - シリアルポートの端末属性とボーレートを設定する</li>
<li><a href="function.dio-truncate.php" class="index">dio_truncate</a> - ファイル記述子 fd をオフセットバイトへ丸める</li>
<li><a href="function.dio-write.php" class="index">dio_write</a> - オプションで丸め長さを指定してデータを書き込む</li>
<li><a href="function.dir.php" class="index">dir</a> - ディレクトリクラスのインスタンスを返す</li>
<li><a href="directory.close.php" class="index">Directory::close</a> - ディレクトリハンドルをクローズする</li>
<li><a href="directory.read.php" class="index">Directory::read</a> - ディレクトリハンドルからエントリを読み込む</li>
<li><a href="directory.rewind.php" class="index">Directory::rewind</a> - ディレクトリハンドルを元に戻す</li>
<li><a href="directoryiterator.current.php" class="index">DirectoryIterator::current</a> - 現在の DirectoryIterator アイテムを返す</li>
<li><a href="directoryiterator.getbasename.php" class="index">DirectoryIterator::getBasename</a> - 現在の DirectoryIterator のアイテムのベース名を取得する</li>
<li><a href="directoryiterator.getextension.php" class="index">DirectoryIterator::getExtension</a> - ファイルの拡張子を取得する</li>
<li><a href="directoryiterator.getfilename.php" class="index">DirectoryIterator::getFilename</a> - 現在の DirectoryIterator アイテムのファイル名を返す</li>
<li><a href="directoryiterator.isdot.php" class="index">DirectoryIterator::isDot</a> - 現在の DirectoryIterator アイテムが '.' もしくは '..' であるかどうかを調べる</li>
<li><a href="directoryiterator.key.php" class="index">DirectoryIterator::key</a> - 現在の DirectoryIterator アイテムのキーを返す</li>
<li><a href="directoryiterator.next.php" class="index">DirectoryIterator::next</a> - 次の DirectoryIterator アイテムに移動する</li>
<li><a href="directoryiterator.rewind.php" class="index">DirectoryIterator::rewind</a> - DirectoryIterator を最初に巻き戻す</li>
<li><a href="directoryiterator.seek.php" class="index">DirectoryIterator::seek</a> - DirectoryIterator のアイテムを移動する</li>
<li><a href="directoryiterator.valid.php" class="index">DirectoryIterator::valid</a> - 現在の DirectoryIterator の位置が有効なファイルであるかどうかチェックする</li>
<li><a href="directoryiterator.construct.php" class="index">DirectoryIterator::__construct</a> - パスから新規ディレクトリイテレータを生成する</li>
<li><a href="directoryiterator.tostring.php" class="index">DirectoryIterator::__toString</a> - ファイル名を文字列として取得する</li>
<li><a href="function.dirname.php" class="index">dirname</a> - 親ディレクトリのパスを返す</li>
<li><a href="function.diskfreespace.php" class="index">diskfreespace</a> - disk_free_space のエイリアス</li>
<li><a href="function.disk-free-space.php" class="index">disk_free_space</a> - ファイルシステムあるいはディスクパーティション上で利用可能な領域を返す</li>
<li><a href="function.disk-total-space.php" class="index">disk_total_space</a> - ファイルシステムあるいはディスクパーティションの全体サイズを返す</li>
<li><a href="function.dl.php" class="index">dl</a> - 実行時に PHP 拡張モジュールをロードする</li>
<li><a href="function.dngettext.php" class="index">dngettext</a> - dgettext の複数形版</li>
<li><a href="function.dns-check-record.php" class="index">dns_check_record</a> - checkdnsrr のエイリアス</li>
<li><a href="function.dns-get-mx.php" class="index">dns_get_mx</a> - getmxrr のエイリアス</li>
<li><a href="function.dns-get-record.php" class="index">dns_get_record</a> - ホスト名に関連する DNS リソースレコードを取得する</li>
<li><a href="mysql-xdevapi-docresult.fetchall.php" class="index">DocResult::fetchAll</a> - 全ての行を取得する</li>
<li><a href="mysql-xdevapi-docresult.fetchone.php" class="index">DocResult::fetchOne</a> - 一行取得する</li>
<li><a href="mysql-xdevapi-docresult.getwarnings.php" class="index">DocResult::getWarnings</a> - 直近の操作から発生した警告を取得する</li>
<li><a href="mysql-xdevapi-docresult.getwarningscount.php" class="index">DocResult::getWarningsCount</a> - 直近の操作で発生した警告の数を取得する</li>
<li><a href="mysql-xdevapi-docresult.construct.php" class="index">DocResult::__construct</a> - DocResult のコンストラクタ</li>
<li><a href="domattr.isid.php" class="index">DOMAttr::isId</a> - 属性が定義済みの ID かどうかを調べる</li>
<li><a href="domattr.construct.php" class="index">DOMAttr::__construct</a> - 新しい DOMAttr オブジェクトを作成する</li>
<li><a href="domcdatasection.construct.php" class="index">DOMCdataSection::__construct</a> - 新しい DOMCdataSection オブジェクトを作成する</li>
<li><a href="domcharacterdata.after.php" class="index">DOMCharacterData::after</a> - 文字データの後ろにノードを追加する</li>
<li><a href="domcharacterdata.appenddata.php" class="index">DOMCharacterData::appendData</a> - ノードの文字データの最後に文字列を追加する</li>
<li><a href="domcharacterdata.before.php" class="index">DOMCharacterData::before</a> - 文字データの前にノードを追加する</li>
<li><a href="domcharacterdata.deletedata.php" class="index">DOMCharacterData::deleteData</a> - 指定した範囲の文字列を文字列データから削除する</li>
<li><a href="domcharacterdata.insertdata.php" class="index">DOMCharacterData::insertData</a> - 指定した UTF-8 コードポイントのオフセットに、文字列を挿入する</li>
<li><a href="domcharacterdata.remove.php" class="index">DOMCharacterData::remove</a> - CDATAノードを削除する</li>
<li><a href="domcharacterdata.replacedata.php" class="index">DOMCharacterData::replaceData</a> - 文字データの文字列の一部を置換する</li>
<li><a href="domcharacterdata.replacewith.php" class="index">DOMCharacterData::replaceWith</a> - 文字データを新しいノードで置き換える</li>
<li><a href="domcharacterdata.substringdata.php" class="index">DOMCharacterData::substringData</a> - 文字データから指定した範囲のデータを抽出する</li>
<li><a href="domchildnode.after.php" class="index">DOMChildNode::after</a> - ノードの後ろにノードを追加する</li>
<li><a href="domchildnode.before.php" class="index">DOMChildNode::before</a> - ノードの前にノードを追加する</li>
<li><a href="domchildnode.remove.php" class="index">DOMChildNode::remove</a> - ノードを削除する</li>
<li><a href="domchildnode.replacewith.php" class="index">DOMChildNode::replaceWith</a> - ノードを新しいノードで置き換える</li>
<li><a href="domcomment.construct.php" class="index">DOMComment::__construct</a> - 新しい DOMComment オブジェクトを作成する</li>
<li><a href="domdocument.adoptnode.php" class="index">DOMDocument::adoptNode</a> - ノードを別のドキュメントに移す</li>
<li><a href="domdocument.append.php" class="index">DOMDocument::append</a> - 最後の子ノードの後ろにノードを追加する</li>
<li><a href="domdocument.createattribute.php" class="index">DOMDocument::createAttribute</a> - 新しい属性を作成する</li>
<li><a href="domdocument.createattributens.php" class="index">DOMDocument::createAttributeNS</a> - 関連付けられた名前空間に新しい属性を作成する</li>
<li><a href="domdocument.createcdatasection.php" class="index">DOMDocument::createCDATASection</a> - 新しい cdata ノードを作成する</li>
<li><a href="domdocument.createcomment.php" class="index">DOMDocument::createComment</a> - 新しい comment ノードを作成する</li>
<li><a href="domdocument.createdocumentfragment.php" class="index">DOMDocument::createDocumentFragment</a> - 新しい文書片を作成する</li>
<li><a href="domdocument.createelement.php" class="index">DOMDocument::createElement</a> - 新しい要素ノードを作成する</li>
<li><a href="domdocument.createelementns.php" class="index">DOMDocument::createElementNS</a> - 関連付けられた名前空間に新しい要素を作成する</li>
<li><a href="domdocument.createentityreference.php" class="index">DOMDocument::createEntityReference</a> - 新しいエンティティ参照ノードを作成する</li>
<li><a href="domdocument.createprocessinginstruction.php" class="index">DOMDocument::createProcessingInstruction</a> - 新しい PI ノードを作成する</li>
<li><a href="domdocument.createtextnode.php" class="index">DOMDocument::createTextNode</a> - 新しいテキストノードを作成する</li>
<li><a href="domdocument.getelementbyid.php" class="index">DOMDocument::getElementById</a> - id に対応する要素を検索する</li>
<li><a href="domdocument.getelementsbytagname.php" class="index">DOMDocument::getElementsByTagName</a> - 指定したローカルタグ名に対応するすべての要素を検索する</li>
<li><a href="domdocument.getelementsbytagnamens.php" class="index">DOMDocument::getElementsByTagNameNS</a> - 指定した名前空間で、タグ名に対応するすべての要素を検索する</li>
<li><a href="domdocument.importnode.php" class="index">DOMDocument::importNode</a> - 現在のドキュメントにノードをインポートする</li>
<li><a href="domdocument.load.php" class="index">DOMDocument::load</a> - ファイルから XML を読み込む</li>
<li><a href="domdocument.loadhtml.php" class="index">DOMDocument::loadHTML</a> - 文字列から HTML を読み込む</li>
<li><a href="domdocument.loadhtmlfile.php" class="index">DOMDocument::loadHTMLFile</a> - ファイルから HTML を読み込む</li>
<li><a href="domdocument.loadxml.php" class="index">DOMDocument::loadXML</a> - 文字列から XML を読み込む</li>
<li><a href="domdocument.normalizedocument.php" class="index">DOMDocument::normalizeDocument</a> - ドキュメントを正規化する</li>
<li><a href="domdocument.prepend.php" class="index">DOMDocument::prepend</a> - 最初の子ノードの前にノードを追加する</li>
<li><a href="domdocument.registernodeclass.php" class="index">DOMDocument::registerNodeClass</a> - 基底ノード型を作成する際に使用する拡張クラスを登録する</li>
<li><a href="domdocument.relaxngvalidate.php" class="index">DOMDocument::relaxNGValidate</a> - ドキュメントを relaxNG で検証する</li>
<li><a href="domdocument.relaxngvalidatesource.php" class="index">DOMDocument::relaxNGValidateSource</a> - ドキュメントを relaxNG で検証する</li>
<li><a href="domdocument.replacechildren.php" class="index">DOMDocument::replaceChildren</a> - ドキュメントの子を置換する</li>
<li><a href="domdocument.save.php" class="index">DOMDocument::save</a> - 内部の XML ツリーをファイルに出力する</li>
<li><a href="domdocument.savehtml.php" class="index">DOMDocument::saveHTML</a> - 内部のドキュメントを HTML 形式の文字列として出力する</li>
<li><a href="domdocument.savehtmlfile.php" class="index">DOMDocument::saveHTMLFile</a> - 内部のドキュメントを HTML 形式でファイルに出力する</li>
<li><a href="domdocument.savexml.php" class="index">DOMDocument::saveXML</a> - 内部の XML ツリーを文字列として出力する</li>
<li><a href="domdocument.schemavalidate.php" class="index">DOMDocument::schemaValidate</a> - スキーマに基づいてドキュメントを検証する。XML Schema 1.0 のみサポート。</li>
<li><a href="domdocument.schemavalidatesource.php" class="index">DOMDocument::schemaValidateSource</a> - スキーマに基づいてドキュメントを検証する</li>
<li><a href="domdocument.validate.php" class="index">DOMDocument::validate</a> - DTD に基づいてドキュメントを検証する</li>
<li><a href="domdocument.xinclude.php" class="index">DOMDocument::xinclude</a> - DOMDocument オブジェクト内の XIncludes を置換する</li>
<li><a href="domdocument.construct.php" class="index">DOMDocument::__construct</a> - 新しい DOMDocument オブジェクトを作成する</li>
<li><a href="domdocumentfragment.append.php" class="index">DOMDocumentFragment::append</a> - 最後の子ノードの後ろにノードを追加する</li>
<li><a href="domdocumentfragment.appendxml.php" class="index">DOMDocumentFragment::appendXML</a> - 生の XML データを追加する</li>
<li><a href="domdocumentfragment.prepend.php" class="index">DOMDocumentFragment::prepend</a> - 最初の子ノードの前にノードを追加する</li>
<li><a href="domdocumentfragment.replacechildren.php" class="index">DOMDocumentFragment::replaceChildren</a> - 文書片の子を置換する</li>
<li><a href="domdocumentfragment.construct.php" class="index">DOMDocumentFragment::__construct</a> - DOMDocumentFragment オブジェクトを構築する</li>
<li><a href="domelement.after.php" class="index">DOMElement::after</a> - 要素の後ろにノードを追加する</li>
<li><a href="domelement.append.php" class="index">DOMElement::append</a> - 最後のノードの後ろにノードを追加する</li>
<li><a href="domelement.before.php" class="index">DOMElement::before</a> - 要素の前にノードを追加する</li>
<li><a href="domelement.getattribute.php" class="index">DOMElement::getAttribute</a> - 属性の値を返す</li>
<li><a href="domelement.getattributenames.php" class="index">DOMElement::getAttributeNames</a> - 属性の名前を取得する</li>
<li><a href="domelement.getattributenode.php" class="index">DOMElement::getAttributeNode</a> - 属性ノードを返す</li>
<li><a href="domelement.getattributenodens.php" class="index">DOMElement::getAttributeNodeNS</a> - 属性ノードを返す</li>
<li><a href="domelement.getattributens.php" class="index">DOMElement::getAttributeNS</a> - 属性の値を返す</li>
<li><a href="domelement.getelementsbytagname.php" class="index">DOMElement::getElementsByTagName</a> - タグ名から要素を取得する</li>
<li><a href="domelement.getelementsbytagnamens.php" class="index">DOMElement::getElementsByTagNameNS</a> - 名前空間 URI とローカル名から要素を取得する</li>
<li><a href="domelement.hasattribute.php" class="index">DOMElement::hasAttribute</a> - 属性が存在するかどうかを調べる</li>
<li><a href="domelement.hasattributens.php" class="index">DOMElement::hasAttributeNS</a> - 属性が存在するかどうかを調べる</li>
<li><a href="domelement.insertadjacentelement.php" class="index">DOMElement::insertAdjacentElement</a> - 隣接する要素を挿入する</li>
<li><a href="domelement.insertadjacenttext.php" class="index">DOMElement::insertAdjacentText</a> - 隣接するテキストを挿入する</li>
<li><a href="domelement.prepend.php" class="index">DOMElement::prepend</a> - 最初の子ノードの前にノードを追加する</li>
<li><a href="domelement.remove.php" class="index">DOMElement::remove</a> - 要素を削除する</li>
<li><a href="domelement.removeattribute.php" class="index">DOMElement::removeAttribute</a> - 属性を削除する</li>
<li><a href="domelement.removeattributenode.php" class="index">DOMElement::removeAttributeNode</a> - 属性を削除する</li>
<li><a href="domelement.removeattributens.php" class="index">DOMElement::removeAttributeNS</a> - 属性を削除する</li>
<li><a href="domelement.replacechildren.php" class="index">DOMElement::replaceChildren</a> - 要素中の子を置換する</li>
<li><a href="domelement.replacewith.php" class="index">DOMElement::replaceWith</a> - 要素を新しいノードで置換する</li>
<li><a href="domelement.setattribute.php" class="index">DOMElement::setAttribute</a> - 属性を新しく追加する、または変更する</li>
<li><a href="domelement.setattributenode.php" class="index">DOMElement::setAttributeNode</a> - 新しい属性ノードを要素に追加する</li>
<li><a href="domelement.setattributenodens.php" class="index">DOMElement::setAttributeNodeNS</a> - 新しい属性ノードを要素に追加する</li>
<li><a href="domelement.setattributens.php" class="index">DOMElement::setAttributeNS</a> - 新しい属性を追加する</li>
<li><a href="domelement.setidattribute.php" class="index">DOMElement::setIdAttribute</a> - ID 型の属性を名前で宣言する</li>
<li><a href="domelement.setidattributenode.php" class="index">DOMElement::setIdAttributeNode</a> - ID 型の属性をノードで宣言する</li>
<li><a href="domelement.setidattributens.php" class="index">DOMElement::setIdAttributeNS</a> - ID 型の属性をローカル名および名前空間 URI で宣言する</li>
<li><a href="domelement.toggleattribute.php" class="index">DOMElement::toggleAttribute</a> - 属性の値を切り替える</li>
<li><a href="domelement.construct.php" class="index">DOMElement::__construct</a> - 新しい DOMElement オブジェクトを作成する</li>
<li><a href="domentityreference.construct.php" class="index">DOMEntityReference::__construct</a> - 新しい DOMEntityReference オブジェクトを作成する</li>
<li><a href="domimplementation.createdocument.php" class="index">DOMImplementation::createDocument</a> - 指定した型とドキュメント要素の DOMDocument オブジェクトを作成する</li>
<li><a href="domimplementation.createdocumenttype.php" class="index">DOMImplementation::createDocumentType</a> - 空の DOMDocumentType オブジェクトを作成する</li>
<li><a href="domimplementation.hasfeature.php" class="index">DOMImplementation::hasFeature</a> - DOM 実装が、指定した機能を実装しているかどうかを調べる</li>
<li><a href="domimplementation.construct.php" class="index">DOMImplementation::__construct</a> - 新しい DOMImplementation オブジェクトを作成する</li>
<li><a href="domnamednodemap.count.php" class="index">DOMNamedNodeMap::count</a> - マップにあるノードの数を取得する</li>
<li><a href="domnamednodemap.getiterator.php" class="index">DOMNamedNodeMap::getIterator</a> - 外部のイテレータを取得する</li>
<li><a href="domnamednodemap.getnameditem.php" class="index">DOMNamedNodeMap::getNamedItem</a> - 名前で指定されたノードを取得する</li>
<li><a href="domnamednodemap.getnameditemns.php" class="index">DOMNamedNodeMap::getNamedItemNS</a> - ローカル名および名前空間 URI で指定したノードを取得する</li>
<li><a href="domnamednodemap.item.php" class="index">DOMNamedNodeMap::item</a> - インデックスで指定したノードを取得する</li>
<li><a href="domnamespacenode.sleep.php" class="index">DOMNameSpaceNode::__sleep</a> - サブクラスでシリアライズメソッドが実装されていない限り、シリアライズを禁止する</li>
<li><a href="domnamespacenode.wakeup.php" class="index">DOMNameSpaceNode::__wakeup</a> - サブクラスでアンシリアライズメソッドが実装されていない限り、アンシリアライズを禁止する</li>
<li><a href="domnode.appendchild.php" class="index">DOMNode::appendChild</a> - 子要素群の最後に新しい子要素を追加する</li>
<li><a href="domnode.c14n.php" class="index">DOMNode::C14N</a> - ノードを文字列に正規化する</li>
<li><a href="domnode.c14nfile.php" class="index">DOMNode::C14NFile</a> - ノードをファイルに正規化する</li>
<li><a href="domnode.clonenode.php" class="index">DOMNode::cloneNode</a> - ノードを複製する</li>
<li><a href="domnode.comparedocumentposition.php" class="index">DOMNode::compareDocumentPosition</a> - 2つのノードの位置を比較します。</li>
<li><a href="domnode.contains.php" class="index">DOMNode::contains</a> - ノードが別のノードを含んでいるかを調べる</li>
<li><a href="domnode.getlineno.php" class="index">DOMNode::getLineNo</a> - ノードが存在する行の番号を取得します。</li>
<li><a href="domnode.getnodepath.php" class="index">DOMNode::getNodePath</a> - ノードの XPath を取得する</li>
<li><a href="domnode.getrootnode.php" class="index">DOMNode::getRootNode</a> - ルート(根)ノードを取得する</li>
<li><a href="domnode.hasattributes.php" class="index">DOMNode::hasAttributes</a> - ノードが属性を保持しているかどうかを調べる</li>
<li><a href="domnode.haschildnodes.php" class="index">DOMNode::hasChildNodes</a> - ノードが子を保持しているかどうかを調べる</li>
<li><a href="domnode.insertbefore.php" class="index">DOMNode::insertBefore</a> - 参照しているノードの前に新しい子を追加する</li>
<li><a href="domnode.isdefaultnamespace.php" class="index">DOMNode::isDefaultNamespace</a> - 指定した namespaceURI がデフォルトの名前空間かどうかを調べる</li>
<li><a href="domnode.isequalnode.php" class="index">DOMNode::isEqualNode</a> - ノードが等しいかを調べる</li>
<li><a href="domnode.issamenode.php" class="index">DOMNode::isSameNode</a> - 2 つのノードが等しいかどうかを調べる</li>
<li><a href="domnode.issupported.php" class="index">DOMNode::isSupported</a> - 指定したバージョンで機能がサポートされているかどうかを調べる</li>
<li><a href="domnode.lookupnamespaceuri.php" class="index">DOMNode::lookupNamespaceURI</a> - プレフィックスに基づいて、ノードの名前空間 URI を取得する</li>
<li><a href="domnode.lookupprefix.php" class="index">DOMNode::lookupPrefix</a> - 名前空間 URI に基づいて、ノードの名前空間プレフィックスを取得する</li>
<li><a href="domnode.normalize.php" class="index">DOMNode::normalize</a> - ノードを正規化する</li>
<li><a href="domnode.removechild.php" class="index">DOMNode::removeChild</a> - 子要素群から子要素を削除する</li>
<li><a href="domnode.replacechild.php" class="index">DOMNode::replaceChild</a> - 子を置き換える</li>
<li><a href="domnode.sleep.php" class="index">DOMNode::__sleep</a> - サブクラスでシリアライズメソッドが実装されていない限り、シリアライズを禁止する</li>
<li><a href="domnode.wakeup.php" class="index">DOMNode::__wakeup</a> - サブクラスでアンシリアライズメソッドが実装されていない限り、アンシリアライズを禁止する</li>
<li><a href="domnodelist.count.php" class="index">DOMNodeList::count</a> - リストにあるノードの数を取得する</li>
<li><a href="domnodelist.getiterator.php" class="index">DOMNodeList::getIterator</a> - 外部のイテレータを取得する</li>
<li><a href="domnodelist.item.php" class="index">DOMNodelist::item</a> - インデックスで指定したノードを取得する</li>
<li><a href="domparentnode.append.php" class="index">DOMParentNode::append</a> - 最後の子ノードの後ろにノードを追加する</li>
<li><a href="domparentnode.prepend.php" class="index">DOMParentNode::prepend</a> - 最初の子ノードの前にノードを追加する</li>
<li><a href="domparentnode.replacechildren.php" class="index">DOMParentNode::replaceChildren</a> - ノード中の子を置換する</li>
<li><a href="domprocessinginstruction.construct.php" class="index">DOMProcessingInstruction::__construct</a> - 新しい DOMProcessingInstruction オブジェクトを作成する</li>
<li><a href="domtext.iselementcontentwhitespace.php" class="index">DOMText::isElementContentWhitespace</a> - このテキストノードが、要素の内容にホワイトスペースが含まれているかを返す</li>
<li><a href="domtext.iswhitespaceinelementcontent.php" class="index">DOMText::isWhitespaceInElementContent</a> - このテキストノードが空白を含むかどうかを示す</li>
<li><a href="domtext.splittext.php" class="index">DOMText::splitText</a> - 指定したオフセットでノードを 2 つに分割する</li>
<li><a href="domtext.construct.php" class="index">DOMText::__construct</a> - 新しい DOMText オブジェクトを作成する</li>
<li><a href="domxpath.evaluate.php" class="index">DOMXPath::evaluate</a> - 与えられた XPath 式を評価し、可能であれば結果を返す</li>
<li><a href="domxpath.query.php" class="index">DOMXPath::query</a> - 与えられた XPath 式を評価する</li>
<li><a href="domxpath.quote.php" class="index">DOMXPath::quote</a> - XPath 式で使用できるよう、文字列のまわりに引用符を付ける</li>
<li><a href="domxpath.registernamespace.php" class="index">DOMXPath::registerNamespace</a> - DOMXPath オブジェクトの名前空間を登録する</li>
<li><a href="domxpath.registerphpfunctionns.php" class="index">DOMXPath::registerPhpFunctionNS</a> - PHP の関数を、名前空間付きの XPath 関数として登録する</li>
<li><a href="domxpath.registerphpfunctions.php" class="index">DOMXPath::registerPhpFunctions</a> - PHP の関数を XPath 関数として登録する</li>
<li><a href="domxpath.construct.php" class="index">DOMXPath::__construct</a> - 新しい DOMXPath オブジェクトを作成する</li>
<li><a href="dom-attr.isid.php" class="index">Dom\Attr::isId</a> - 属性が定義済みの ID かどうかを調べる</li>
<li><a href="dom-attr.rename.php" class="index">Dom\Attr::rename</a> - 属性の名前空間または、修飾名を変更する</li>
<li><a href="dom-characterdata.after.php" class="index">Dom\CharacterData::after</a> - 文字データの後ろにノードを追加する</li>
<li><a href="dom-characterdata.appenddata.php" class="index">Dom\CharacterData::appendData</a> - ノードの文字データの最後に文字列を追加する</li>
<li><a href="dom-characterdata.before.php" class="index">Dom\CharacterData::before</a> - 文字データの前にノードを追加する</li>
<li><a href="dom-characterdata.deletedata.php" class="index">Dom\CharacterData::deleteData</a> - 指定した範囲の文字列を文字列データから削除する</li>
<li><a href="dom-characterdata.insertdata.php" class="index">Dom\CharacterData::insertData</a> - 指定した UTF-8 コードポイントのオフセットに、文字列を挿入する</li>
<li><a href="dom-characterdata.remove.php" class="index">Dom\CharacterData::remove</a> - CDATAノードを削除する</li>
<li><a href="dom-characterdata.replacedata.php" class="index">Dom\CharacterData::replaceData</a> - 文字データの文字列の一部を置換する</li>
<li><a href="dom-characterdata.replacewith.php" class="index">Dom\CharacterData::replaceWith</a> - 文字データを新しいノードで置き換える</li>
<li><a href="dom-characterdata.substringdata.php" class="index">Dom\CharacterData::substringData</a> - 文字データから指定した範囲のデータを抽出する</li>
<li><a href="dom-childnode.after.php" class="index">Dom\ChildNode::after</a> - ノードの後ろにノードを追加する</li>
<li><a href="dom-childnode.before.php" class="index">Dom\ChildNode::before</a> - ノードの前にノードを追加する</li>
<li><a href="dom-childnode.remove.php" class="index">Dom\ChildNode::remove</a> - ノードを削除する</li>
<li><a href="dom-childnode.replacewith.php" class="index">Dom\ChildNode::replaceWith</a> - ノードを新しいノードで置き換える</li>
<li><a href="dom-htmldocument.createempty.php" class="index">Dom\HTMLDocument::createEmpty</a> - 空の HTML ドキュメントを作成する</li>
<li><a href="dom-htmldocument.createfromfile.php" class="index">Dom\HTMLDocument::createFromFile</a> - ファイルから取得した HTML ファイルをパースする</li>
<li><a href="dom-htmldocument.createfromstring.php" class="index">Dom\HTMLDocument::createFromString</a> - 文字列の HTML ドキュメントをパースする</li>
<li><a href="dom-htmldocument.savehtml.php" class="index">Dom\HTMLDocument::saveHtml</a> - HTML 文字列としてドキュメントをシリアライズする</li>
<li><a href="dom-htmldocument.savehtmlfile.php" class="index">Dom\HTMLDocument::saveHtmlFile</a> - ドキュメントを HTML ファイルとしてシリアライズする</li>
<li><a href="dom-htmldocument.savexml.php" class="index">Dom\HTMLDocument::saveXml</a> - XML 文字列としてドキュメントをシリアライズする</li>
<li><a href="dom-htmldocument.savexmlfile.php" class="index">Dom\HTMLDocument::saveXmlFile</a> - ドキュメントを XML ファイルとしてシリアライズする</li>
<li><a href="function.dom-ns-import-simplexml.php" class="index">Dom\import_simplexml</a> - SimpleXMLElement オブジェクトから、Dom\Attr や Dom\Element を取得する</li>
<li><a href="dom-parentnode.append.php" class="index">Dom\ParentNode::append</a> - 最後の子ノードの後ろにノードを追加する</li>
<li><a href="dom-parentnode.prepend.php" class="index">Dom\ParentNode::prepend</a> - 最初の子ノードの前にノードを追加する</li>
<li><a href="dom-parentnode.queryselector.php" class="index">Dom\ParentNode::querySelector</a> - CSS セレクタにマッチする最初の要素を返す</li>
<li><a href="dom-parentnode.queryselectorall.php" class="index">Dom\ParentNode::querySelectorAll</a> - CSS セレクタにマッチする要素の集合を返す</li>
<li><a href="dom-parentnode.replacechildren.php" class="index">Dom\ParentNode::replaceChildren</a> - ノード中の子を置換する</li>
<li><a href="dom-text.splittext.php" class="index">Dom\Text::splitText</a> - 指定したオフセットでノードを 2 つに分割する</li>
<li><a href="dom-tokenlist.add.php" class="index">Dom\TokenList::add</a> - 指定されたトークンをリストに追加する</li>
<li><a href="dom-tokenlist.contains.php" class="index">Dom\TokenList::contains</a> - 指定されたトークンがリストに含まれるかを返す</li>
<li><a href="dom-tokenlist.count.php" class="index">Dom\TokenList::count</a> - リスト中のトークンの数を返す</li>
<li><a href="dom-tokenlist.getiterator.php" class="index">Dom\TokenList::getIterator</a> - トークンリストを反復するイテレータを返す</li>
<li><a href="dom-tokenlist.item.php" class="index">Dom\TokenList::item</a> - リストからトークンを返す</li>
<li><a href="dom-tokenlist.remove.php" class="index">Dom\TokenList::remove</a> - リストから、指定されたトークンを削除する</li>
<li><a href="dom-tokenlist.replace.php" class="index">Dom\TokenList::replace</a> - リスト中のトークンを別のものに置き換える</li>
<li><a href="dom-tokenlist.supports.php" class="index">Dom\TokenList::supports</a> - 指定されたトークンをサポートしているかを返す</li>
<li><a href="dom-tokenlist.toggle.php" class="index">Dom\TokenList::toggle</a> - リスト中のトークンの存否を切り換える</li>
<li><a href="function.dom-import-simplexml.php" class="index">dom_import_simplexml</a> - SimpleXMLElement オブジェクトから DOMAttr または DOMElement オブジェクトを取得する</li>
<li><a href="dotnet.construct.php" class="index">dotnet::__construct</a> - dotnet クラスのコンストラクタ</li>
<li><a href="function.doubleval.php" class="index">doubleval</a> - floatval のエイリアス</li>
<li><a href="ds-collection.clear.php" class="index">Ds\Collection::clear</a> - Removes all values</li>
<li><a href="ds-collection.copy.php" class="index">Ds\Collection::copy</a> - Returns a shallow copy of the collection</li>
<li><a href="ds-collection.isempty.php" class="index">Ds\Collection::isEmpty</a> - Returns whether the collection is empty</li>
<li><a href="ds-collection.toarray.php" class="index">Ds\Collection::toArray</a> - Converts the collection to an array</li>
<li><a href="ds-deque.allocate.php" class="index">Ds\Deque::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-deque.apply.php" class="index">Ds\Deque::apply</a> - Updates all values by applying a callback function to each value</li>
<li><a href="ds-deque.capacity.php" class="index">Ds\Deque::capacity</a> - Returns the current capacity</li>
<li><a href="ds-deque.clear.php" class="index">Ds\Deque::clear</a> - Removes all values from the deque</li>
<li><a href="ds-deque.contains.php" class="index">Ds\Deque::contains</a> - Determines if the deque contains given values</li>
<li><a href="ds-deque.copy.php" class="index">Ds\Deque::copy</a> - Returns a shallow copy of the deque</li>
<li><a href="ds-deque.count.php" class="index">Ds\Deque::count</a> - Returns the number of values in the collection</li>
<li><a href="ds-deque.filter.php" class="index">Ds\Deque::filter</a> - Creates a new deque using a callable to
    determine which values to include</li>
<li><a href="ds-deque.find.php" class="index">Ds\Deque::find</a> - Attempts to find a value's index</li>
<li><a href="ds-deque.first.php" class="index">Ds\Deque::first</a> - Returns the first value in the deque</li>
<li><a href="ds-deque.get.php" class="index">Ds\Deque::get</a> - Returns the value at a given index</li>
<li><a href="ds-deque.insert.php" class="index">Ds\Deque::insert</a> - Inserts values at a given index</li>
<li><a href="ds-deque.isempty.php" class="index">Ds\Deque::isEmpty</a> - Returns whether the deque is empty</li>
<li><a href="ds-deque.join.php" class="index">Ds\Deque::join</a> - Joins all values together as a string</li>
<li><a href="ds-deque.jsonserialize.php" class="index">Ds\Deque::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-deque.last.php" class="index">Ds\Deque::last</a> - Returns the last value</li>
<li><a href="ds-deque.map.php" class="index">Ds\Deque::map</a> - Returns the result of applying a callback to each value</li>
<li><a href="ds-deque.merge.php" class="index">Ds\Deque::merge</a> - Returns the result of adding all given values to the deque</li>
<li><a href="ds-deque.pop.php" class="index">Ds\Deque::pop</a> - Removes and returns the last value</li>
<li><a href="ds-deque.push.php" class="index">Ds\Deque::push</a> - Adds values to the end of the deque</li>
<li><a href="ds-deque.reduce.php" class="index">Ds\Deque::reduce</a> - Reduces the deque to a single value using a callback function</li>
<li><a href="ds-deque.remove.php" class="index">Ds\Deque::remove</a> - Removes and returns a value by index</li>
<li><a href="ds-deque.reverse.php" class="index">Ds\Deque::reverse</a> - Reverses the deque in-place</li>
<li><a href="ds-deque.reversed.php" class="index">Ds\Deque::reversed</a> - Returns a reversed copy</li>
<li><a href="ds-deque.rotate.php" class="index">Ds\Deque::rotate</a> - Rotates the deque by a given number of rotations</li>
<li><a href="ds-deque.set.php" class="index">Ds\Deque::set</a> - Updates a value at a given index</li>
<li><a href="ds-deque.shift.php" class="index">Ds\Deque::shift</a> - Removes and returns the first value</li>
<li><a href="ds-deque.slice.php" class="index">Ds\Deque::slice</a> - Returns a sub-deque of a given range</li>
<li><a href="ds-deque.sort.php" class="index">Ds\Deque::sort</a> - Sorts the deque in-place</li>
<li><a href="ds-deque.sorted.php" class="index">Ds\Deque::sorted</a> - Returns a sorted copy</li>
<li><a href="ds-deque.sum.php" class="index">Ds\Deque::sum</a> - Returns the sum of all values in the deque</li>
<li><a href="ds-deque.toarray.php" class="index">Ds\Deque::toArray</a> - Converts the deque to an array</li>
<li><a href="ds-deque.unshift.php" class="index">Ds\Deque::unshift</a> - Adds values to the front of the deque</li>
<li><a href="ds-deque.construct.php" class="index">Ds\Deque::__construct</a> - Creates a new instance</li>
<li><a href="ds-hashable.equals.php" class="index">Ds\Hashable::equals</a> - Determines whether an object is equal to the current instance</li>
<li><a href="ds-hashable.hash.php" class="index">Ds\Hashable::hash</a> - Returns a scalar value to be used as a hash value</li>
<li><a href="ds-map.allocate.php" class="index">Ds\Map::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-map.apply.php" class="index">Ds\Map::apply</a> - Updates all values by applying a callback function to each value</li>
<li><a href="ds-map.capacity.php" class="index">Ds\Map::capacity</a> - Returns the current capacity</li>
<li><a href="ds-map.clear.php" class="index">Ds\Map::clear</a> - Removes all values</li>
<li><a href="ds-map.copy.php" class="index">Ds\Map::copy</a> - Returns a shallow copy of the map</li>
<li><a href="ds-map.count.php" class="index">Ds\Map::count</a> - Returns the number of values in the map</li>
<li><a href="ds-map.diff.php" class="index">Ds\Map::diff</a> - Creates a new map using keys that aren't in another map</li>
<li><a href="ds-map.filter.php" class="index">Ds\Map::filter</a> - Creates a new map using a callable to determine which pairs to include</li>
<li><a href="ds-map.first.php" class="index">Ds\Map::first</a> - Returns the first pair in the map</li>
<li><a href="ds-map.get.php" class="index">Ds\Map::get</a> - Returns the value for a given key</li>
<li><a href="ds-map.haskey.php" class="index">Ds\Map::hasKey</a> - Determines whether the map contains a given key</li>
<li><a href="ds-map.hasvalue.php" class="index">Ds\Map::hasValue</a> - Determines whether the map contains a given value</li>
<li><a href="ds-map.intersect.php" class="index">Ds\Map::intersect</a> - Creates a new map by intersecting keys with another map</li>
<li><a href="ds-map.isempty.php" class="index">Ds\Map::isEmpty</a> - Returns whether the map is empty</li>
<li><a href="ds-map.jsonserialize.php" class="index">Ds\Map::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-map.keys.php" class="index">Ds\Map::keys</a> - Returns a set of the map's keys</li>
<li><a href="ds-map.ksort.php" class="index">Ds\Map::ksort</a> - Sorts the map in-place by key</li>
<li><a href="ds-map.ksorted.php" class="index">Ds\Map::ksorted</a> - Returns a copy, sorted by key</li>
<li><a href="ds-map.last.php" class="index">Ds\Map::last</a> - Returns the last pair of the map</li>
<li><a href="ds-map.map.php" class="index">Ds\Map::map</a> - Returns the result of applying a callback to each value</li>
<li><a href="ds-map.merge.php" class="index">Ds\Map::merge</a> - Returns the result of adding all given associations</li>
<li><a href="ds-map.pairs.php" class="index">Ds\Map::pairs</a> - Returns a sequence containing all the pairs of the map</li>
<li><a href="ds-map.put.php" class="index">Ds\Map::put</a> - Associates a key with a value</li>
<li><a href="ds-map.putall.php" class="index">Ds\Map::putAll</a> - Associates all key-value pairs of a traversable object or array</li>
<li><a href="ds-map.reduce.php" class="index">Ds\Map::reduce</a> - Reduces the map to a single value using a callback function</li>
<li><a href="ds-map.remove.php" class="index">Ds\Map::remove</a> - Removes and returns a value by key</li>
<li><a href="ds-map.reverse.php" class="index">Ds\Map::reverse</a> - Reverses the map in-place</li>
<li><a href="ds-map.reversed.php" class="index">Ds\Map::reversed</a> - Returns a reversed copy</li>
<li><a href="ds-map.skip.php" class="index">Ds\Map::skip</a> - Returns the pair at a given positional index</li>
<li><a href="ds-map.slice.php" class="index">Ds\Map::slice</a> - Returns a subset of the map defined by a starting index and length</li>
<li><a href="ds-map.sort.php" class="index">Ds\Map::sort</a> - Sorts the map in-place by value</li>
<li><a href="ds-map.sorted.php" class="index">Ds\Map::sorted</a> - Returns a copy, sorted by value</li>
<li><a href="ds-map.sum.php" class="index">Ds\Map::sum</a> - Returns the sum of all values in the map</li>
<li><a href="ds-map.toarray.php" class="index">Ds\Map::toArray</a> - Converts the map to an array</li>
<li><a href="ds-map.union.php" class="index">Ds\Map::union</a> - Creates a new map using values from the current instance and another map</li>
<li><a href="ds-map.values.php" class="index">Ds\Map::values</a> - Returns a sequence of the map's values</li>
<li><a href="ds-map.xor.php" class="index">Ds\Map::xor</a> - Creates a new map using keys of either the current instance or of another map, but not of both</li>
<li><a href="ds-map.construct.php" class="index">Ds\Map::__construct</a> - Creates a new instance</li>
<li><a href="ds-pair.clear.php" class="index">Ds\Pair::clear</a> - Removes all values</li>
<li><a href="ds-pair.copy.php" class="index">Ds\Pair::copy</a> - Returns a shallow copy of the pair</li>
<li><a href="ds-pair.isempty.php" class="index">Ds\Pair::isEmpty</a> - Returns whether the pair is empty</li>
<li><a href="ds-pair.jsonserialize.php" class="index">Ds\Pair::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-pair.toarray.php" class="index">Ds\Pair::toArray</a> - Converts the pair to an array</li>
<li><a href="ds-pair.construct.php" class="index">Ds\Pair::__construct</a> - Creates a new instance</li>
<li><a href="ds-priorityqueue.allocate.php" class="index">Ds\PriorityQueue::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-priorityqueue.capacity.php" class="index">Ds\PriorityQueue::capacity</a> - Returns the current capacity</li>
<li><a href="ds-priorityqueue.clear.php" class="index">Ds\PriorityQueue::clear</a> - Removes all values</li>
<li><a href="ds-priorityqueue.copy.php" class="index">Ds\PriorityQueue::copy</a> - Returns a shallow copy of the queue</li>
<li><a href="ds-priorityqueue.count.php" class="index">Ds\PriorityQueue::count</a> - Returns the number of values in the queue</li>
<li><a href="ds-priorityqueue.isempty.php" class="index">Ds\PriorityQueue::isEmpty</a> - Returns whether the queue is empty</li>
<li><a href="ds-priorityqueue.jsonserialize.php" class="index">Ds\PriorityQueue::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-priorityqueue.peek.php" class="index">Ds\PriorityQueue::peek</a> - Returns the value at the front of the queue</li>
<li><a href="ds-priorityqueue.pop.php" class="index">Ds\PriorityQueue::pop</a> - Removes and returns the value with the highest priority</li>
<li><a href="ds-priorityqueue.push.php" class="index">Ds\PriorityQueue::push</a> - Pushes values into the queue</li>
<li><a href="ds-priorityqueue.toarray.php" class="index">Ds\PriorityQueue::toArray</a> - Converts the queue to an array</li>
<li><a href="ds-priorityqueue.construct.php" class="index">Ds\PriorityQueue::__construct</a> - Creates a new instance</li>
<li><a href="ds-queue.allocate.php" class="index">Ds\Queue::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-queue.capacity.php" class="index">Ds\Queue::capacity</a> - Returns the current capacity</li>
<li><a href="ds-queue.clear.php" class="index">Ds\Queue::clear</a> - Removes all values</li>
<li><a href="ds-queue.copy.php" class="index">Ds\Queue::copy</a> - Returns a shallow copy of the queue</li>
<li><a href="ds-queue.count.php" class="index">Ds\Queue::count</a> - Returns the number of values in the queue</li>
<li><a href="ds-queue.isempty.php" class="index">Ds\Queue::isEmpty</a> - Returns whether the queue is empty</li>
<li><a href="ds-queue.jsonserialize.php" class="index">Ds\Queue::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-queue.peek.php" class="index">Ds\Queue::peek</a> - Returns the value at the front of the queue</li>
<li><a href="ds-queue.pop.php" class="index">Ds\Queue::pop</a> - Removes and returns the value at the front of the queue</li>
<li><a href="ds-queue.push.php" class="index">Ds\Queue::push</a> - Pushes values into the queue</li>
<li><a href="ds-queue.toarray.php" class="index">Ds\Queue::toArray</a> - Converts the queue to an array</li>
<li><a href="ds-queue.construct.php" class="index">Ds\Queue::__construct</a> - Creates a new instance</li>
<li><a href="ds-sequence.allocate.php" class="index">Ds\Sequence::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-sequence.apply.php" class="index">Ds\Sequence::apply</a> - Updates all values by applying a callback function to each value</li>
<li><a href="ds-sequence.capacity.php" class="index">Ds\Sequence::capacity</a> - Returns the current capacity</li>
<li><a href="ds-sequence.contains.php" class="index">Ds\Sequence::contains</a> - Determines if the sequence contains given values</li>
<li><a href="ds-sequence.filter.php" class="index">Ds\Sequence::filter</a> - Creates a new sequence using a callable to
    determine which values to include</li>
<li><a href="ds-sequence.find.php" class="index">Ds\Sequence::find</a> - Attempts to find a value's index</li>
<li><a href="ds-sequence.first.php" class="index">Ds\Sequence::first</a> - Returns the first value in the sequence</li>
<li><a href="ds-sequence.get.php" class="index">Ds\Sequence::get</a> - Returns the value at a given index</li>
<li><a href="ds-sequence.insert.php" class="index">Ds\Sequence::insert</a> - Inserts values at a given index</li>
<li><a href="ds-sequence.join.php" class="index">Ds\Sequence::join</a> - Joins all values together as a string</li>
<li><a href="ds-sequence.last.php" class="index">Ds\Sequence::last</a> - Returns the last value</li>
<li><a href="ds-sequence.map.php" class="index">Ds\Sequence::map</a> - Returns the result of applying a callback to each value</li>
<li><a href="ds-sequence.merge.php" class="index">Ds\Sequence::merge</a> - Returns the result of adding all given values to the sequence</li>
<li><a href="ds-sequence.pop.php" class="index">Ds\Sequence::pop</a> - Removes and returns the last value</li>
<li><a href="ds-sequence.push.php" class="index">Ds\Sequence::push</a> - Adds values to the end of the sequence</li>
<li><a href="ds-sequence.reduce.php" class="index">Ds\Sequence::reduce</a> - Reduces the sequence to a single value using a callback function</li>
<li><a href="ds-sequence.remove.php" class="index">Ds\Sequence::remove</a> - Removes and returns a value by index</li>
<li><a href="ds-sequence.reverse.php" class="index">Ds\Sequence::reverse</a> - Reverses the sequence in-place</li>
<li><a href="ds-sequence.reversed.php" class="index">Ds\Sequence::reversed</a> - Returns a reversed copy</li>
<li><a href="ds-sequence.rotate.php" class="index">Ds\Sequence::rotate</a> - Rotates the sequence by a given number of rotations</li>
<li><a href="ds-sequence.set.php" class="index">Ds\Sequence::set</a> - Updates a value at a given index</li>
<li><a href="ds-sequence.shift.php" class="index">Ds\Sequence::shift</a> - Removes and returns the first value</li>
<li><a href="ds-sequence.slice.php" class="index">Ds\Sequence::slice</a> - Returns a sub-sequence of a given range</li>
<li><a href="ds-sequence.sort.php" class="index">Ds\Sequence::sort</a> - Sorts the sequence in-place</li>
<li><a href="ds-sequence.sorted.php" class="index">Ds\Sequence::sorted</a> - Returns a sorted copy</li>
<li><a href="ds-sequence.sum.php" class="index">Ds\Sequence::sum</a> - Returns the sum of all values in the sequence</li>
<li><a href="ds-sequence.unshift.php" class="index">Ds\Sequence::unshift</a> - Adds values to the front of the sequence</li>
<li><a href="ds-set.add.php" class="index">Ds\Set::add</a> - Adds values to the set</li>
<li><a href="ds-set.allocate.php" class="index">Ds\Set::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-set.capacity.php" class="index">Ds\Set::capacity</a> - Returns the current capacity</li>
<li><a href="ds-set.clear.php" class="index">Ds\Set::clear</a> - Removes all values</li>
<li><a href="ds-set.contains.php" class="index">Ds\Set::contains</a> - Determines if the set contains all values</li>
<li><a href="ds-set.copy.php" class="index">Ds\Set::copy</a> - Returns a shallow copy of the set</li>
<li><a href="ds-set.count.php" class="index">Ds\Set::count</a> - Returns the number of values in the set</li>
<li><a href="ds-set.diff.php" class="index">Ds\Set::diff</a> - Creates a new set using values that aren't in another set</li>
<li><a href="ds-set.filter.php" class="index">Ds\Set::filter</a> - Creates a new set using a callable to
    determine which values to include</li>
<li><a href="ds-set.first.php" class="index">Ds\Set::first</a> - Returns the first value in the set</li>
<li><a href="ds-set.get.php" class="index">Ds\Set::get</a> - Returns the value at a given index</li>
<li><a href="ds-set.intersect.php" class="index">Ds\Set::intersect</a> - Creates a new set by intersecting values with another set</li>
<li><a href="ds-set.isempty.php" class="index">Ds\Set::isEmpty</a> - Returns whether the set is empty</li>
<li><a href="ds-set.join.php" class="index">Ds\Set::join</a> - Joins all values together as a string</li>
<li><a href="ds-set.jsonserialize.php" class="index">Ds\Set::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-set.last.php" class="index">Ds\Set::last</a> - Returns the last value in the set</li>
<li><a href="ds-set.map.php" class="index">Ds\Set::map</a> - Returns the result of applying a callback to each value</li>
<li><a href="ds-set.merge.php" class="index">Ds\Set::merge</a> - Returns the result of adding all given values to the set</li>
<li><a href="ds-set.reduce.php" class="index">Ds\Set::reduce</a> - Reduces the set to a single value using a callback function</li>
<li><a href="ds-set.remove.php" class="index">Ds\Set::remove</a> - Removes all given values from the set</li>
<li><a href="ds-set.reverse.php" class="index">Ds\Set::reverse</a> - Reverses the set in-place</li>
<li><a href="ds-set.reversed.php" class="index">Ds\Set::reversed</a> - Returns a reversed copy</li>
<li><a href="ds-set.slice.php" class="index">Ds\Set::slice</a> - Returns a sub-set of a given range</li>
<li><a href="ds-set.sort.php" class="index">Ds\Set::sort</a> - Sorts the set in-place</li>
<li><a href="ds-set.sorted.php" class="index">Ds\Set::sorted</a> - Returns a sorted copy</li>
<li><a href="ds-set.sum.php" class="index">Ds\Set::sum</a> - Returns the sum of all values in the set</li>
<li><a href="ds-set.toarray.php" class="index">Ds\Set::toArray</a> - Converts the set to an array</li>
<li><a href="ds-set.union.php" class="index">Ds\Set::union</a> - Creates a new set using values from the current instance and another set</li>
<li><a href="ds-set.xor.php" class="index">Ds\Set::xor</a> - Creates a new set using values in either the current instance or in another set, but not in both</li>
<li><a href="ds-set.construct.php" class="index">Ds\Set::__construct</a> - Creates a new instance</li>
<li><a href="ds-stack.allocate.php" class="index">Ds\Stack::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-stack.capacity.php" class="index">Ds\Stack::capacity</a> - Returns the current capacity</li>
<li><a href="ds-stack.clear.php" class="index">Ds\Stack::clear</a> - Removes all values</li>
<li><a href="ds-stack.copy.php" class="index">Ds\Stack::copy</a> - Returns a shallow copy of the stack</li>
<li><a href="ds-stack.count.php" class="index">Ds\Stack::count</a> - Returns the number of values in the stack</li>
<li><a href="ds-stack.isempty.php" class="index">Ds\Stack::isEmpty</a> - Returns whether the stack is empty</li>
<li><a href="ds-stack.jsonserialize.php" class="index">Ds\Stack::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-stack.peek.php" class="index">Ds\Stack::peek</a> - Returns the value at the top of the stack</li>
<li><a href="ds-stack.pop.php" class="index">Ds\Stack::pop</a> - Removes and returns the value at the top of the stack</li>
<li><a href="ds-stack.push.php" class="index">Ds\Stack::push</a> - Pushes values onto the stack</li>
<li><a href="ds-stack.toarray.php" class="index">Ds\Stack::toArray</a> - Converts the stack to an array</li>
<li><a href="ds-stack.construct.php" class="index">Ds\Stack::__construct</a> - Creates a new instance</li>
<li><a href="ds-vector.allocate.php" class="index">Ds\Vector::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-vector.apply.php" class="index">Ds\Vector::apply</a> - Updates all values by applying a callback function to each value</li>
<li><a href="ds-vector.capacity.php" class="index">Ds\Vector::capacity</a> - Returns the current capacity</li>
<li><a href="ds-vector.clear.php" class="index">Ds\Vector::clear</a> - Removes all values</li>
<li><a href="ds-vector.contains.php" class="index">Ds\Vector::contains</a> - Determines if the vector contains given values</li>
<li><a href="ds-vector.copy.php" class="index">Ds\Vector::copy</a> - Returns a shallow copy of the vector</li>
<li><a href="ds-vector.count.php" class="index">Ds\Vector::count</a> - Returns the number of values in the collection</li>
<li><a href="ds-vector.filter.php" class="index">Ds\Vector::filter</a> - Creates a new vector using a callable to
    determine which values to include</li>
<li><a href="ds-vector.find.php" class="index">Ds\Vector::find</a> - Attempts to find a value's index</li>
<li><a href="ds-vector.first.php" class="index">Ds\Vector::first</a> - Returns the first value in the vector</li>
<li><a href="ds-vector.get.php" class="index">Ds\Vector::get</a> - Returns the value at a given index</li>
<li><a href="ds-vector.insert.php" class="index">Ds\Vector::insert</a> - Inserts values at a given index</li>
<li><a href="ds-vector.isempty.php" class="index">Ds\Vector::isEmpty</a> - Returns whether the vector is empty</li>
<li><a href="ds-vector.join.php" class="index">Ds\Vector::join</a> - Joins all values together as a string</li>
<li><a href="ds-vector.jsonserialize.php" class="index">Ds\Vector::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-vector.last.php" class="index">Ds\Vector::last</a> - Returns the last value</li>
<li><a href="ds-vector.map.php" class="index">Ds\Vector::map</a> - Returns the result of applying a callback to each value</li>
<li><a href="ds-vector.merge.php" class="index">Ds\Vector::merge</a> - Returns the result of adding all given values to the vector</li>
<li><a href="ds-vector.pop.php" class="index">Ds\Vector::pop</a> - Removes and returns the last value</li>
<li><a href="ds-vector.push.php" class="index">Ds\Vector::push</a> - Adds values to the end of the vector</li>
<li><a href="ds-vector.reduce.php" class="index">Ds\Vector::reduce</a> - Reduces the vector to a single value using a callback function</li>
<li><a href="ds-vector.remove.php" class="index">Ds\Vector::remove</a> - Removes and returns a value by index</li>
<li><a href="ds-vector.reverse.php" class="index">Ds\Vector::reverse</a> - Reverses the vector in-place</li>
<li><a href="ds-vector.reversed.php" class="index">Ds\Vector::reversed</a> - Returns a reversed copy</li>
<li><a href="ds-vector.rotate.php" class="index">Ds\Vector::rotate</a> - Rotates the vector by a given number of rotations</li>
<li><a href="ds-vector.set.php" class="index">Ds\Vector::set</a> - Updates a value at a given index</li>
<li><a href="ds-vector.shift.php" class="index">Ds\Vector::shift</a> - Removes and returns the first value</li>
<li><a href="ds-vector.slice.php" class="index">Ds\Vector::slice</a> - Returns a sub-vector of a given range</li>
<li><a href="ds-vector.sort.php" class="index">Ds\Vector::sort</a> - Sorts the vector in-place</li>
<li><a href="ds-vector.sorted.php" class="index">Ds\Vector::sorted</a> - Returns a sorted copy</li>
<li><a href="ds-vector.sum.php" class="index">Ds\Vector::sum</a> - Returns the sum of all values in the vector</li>
<li><a href="ds-vector.toarray.php" class="index">Ds\Vector::toArray</a> - Converts the vector to an array</li>
<li><a href="ds-vector.unshift.php" class="index">Ds\Vector::unshift</a> - Adds values to the front of the vector</li>
<li><a href="ds-vector.construct.php" class="index">Ds\Vector::__construct</a> - Creates a new instance</li>
</ul></li>
<li class='gen-index index-for-e'>e<ul id='refentry-index-for-e'>
<li><a href="function.each.php" class="index">each</a> - 配列から現在のキーと値のペアを返して、カーソルを進める</li>
<li><a href="function.easter-date.php" class="index">easter_date</a> - 指定した年におけるローカルの復活祭の真夜中のUnix時を得る</li>
<li><a href="function.easter-days.php" class="index">easter_days</a> - 指定した年において、3 月 21 日から復活祭までの日数を得る</li>
<li><a href="function.echo.php" class="index">echo</a> - 1 つ以上の文字列を出力する</li>
<li><a href="function.eio-busy.php" class="index">eio_busy</a> - 人為的に負荷を高くする。テストやベンチマークなどで有用</li>
<li><a href="function.eio-cancel.php" class="index">eio_cancel</a> - リクエストを取り消す</li>
<li><a href="function.eio-chmod.php" class="index">eio_chmod</a> - ファイルやディレクトリのパーミッションを変更する</li>
<li><a href="function.eio-chown.php" class="index">eio_chown</a> - ファイルやディレクトリのオーナーを変更する</li>
<li><a href="function.eio-close.php" class="index">eio_close</a> - ファイルを閉じる</li>
<li><a href="function.eio-custom.php" class="index">eio_custom</a> - eio_* のようなカスタムリクエストを実行する</li>
<li><a href="function.eio-dup2.php" class="index">eio_dup2</a> - ファイルディスクリプタを複製する</li>
<li><a href="function.eio-event-loop.php" class="index">eio_event_loop</a> - すべてのリクエストを処理し終えるまで libeio をポールする</li>
<li><a href="function.eio-fallocate.php" class="index">eio_fallocate</a> - 呼び出し元が、ファイルに割り当てられたディスク空間を直接操作できるようにする</li>
<li><a href="function.eio-fchmod.php" class="index">eio_fchmod</a> - ファイルのパーミッションを変更する</li>
<li><a href="function.eio-fchown.php" class="index">eio_fchown</a> - ファイルのオーナーを変更する</li>
<li><a href="function.eio-fdatasync.php" class="index">eio_fdatasync</a> - ファイルのコア内の情報をストレージデバイスに同期させる</li>
<li><a href="function.eio-fstat.php" class="index">eio_fstat</a> - ファイルの状態を取得する</li>
<li><a href="function.eio-fstatvfs.php" class="index">eio_fstatvfs</a> - ファイルシステムの状態を取得する</li>
<li><a href="function.eio-fsync.php" class="index">eio_fsync</a> - メモリ内でのファイルの状態をストレージデバイスに同期させる</li>
<li><a href="function.eio-ftruncate.php" class="index">eio_ftruncate</a> - ファイルを切り詰める</li>
<li><a href="function.eio-futime.php" class="index">eio_futime</a> - ファイルの最終アクセス時刻と変更時刻を変更する</li>
<li><a href="function.eio-get-event-stream.php" class="index">eio_get_event_stream</a> - 内部での libeio との通信に使う変数を表すストリームを取得する</li>
<li><a href="function.eio-get-last-error.php" class="index">eio_get_last_error</a> - リクエストリソースに関連づけられた直近のエラーの説明を文字列で返す</li>
<li><a href="function.eio-grp.php" class="index">eio_grp</a> - リクエストグループを作る</li>
<li><a href="function.eio-grp-add.php" class="index">eio_grp_add</a> - リクエストをリクエストグループに追加する</li>
<li><a href="function.eio-grp-cancel.php" class="index">eio_grp_cancel</a> - リクエストグループをキャンセルする</li>
<li><a href="function.eio-grp-limit.php" class="index">eio_grp_limit</a> - グループリミットを設定する</li>
<li><a href="function.eio-init.php" class="index">eio_init</a> - Eio を初期化する</li>
<li><a href="function.eio-link.php" class="index">eio_link</a> - ファイルのハードリンクを作る</li>
<li><a href="function.eio-lstat.php" class="index">eio_lstat</a> - ファイルの状態を取得する</li>
<li><a href="function.eio-mkdir.php" class="index">eio_mkdir</a> - ディレクトリを作る</li>
<li><a href="function.eio-mknod.php" class="index">eio_mknod</a> - 特殊ファイルあるいは一般ファイルを作る</li>
<li><a href="function.eio-nop.php" class="index">eio_nop</a> - 何もせず、ただリクエストのサイクルを回す</li>
<li><a href="function.eio-npending.php" class="index">eio_npending</a> - 終了したけれども処理されなかったリクエストの数を返す</li>
<li><a href="function.eio-nready.php" class="index">eio_nready</a> - 未処理のリクエスト数を返す</li>
<li><a href="function.eio-nreqs.php" class="index">eio_nreqs</a> - 処理対象のリクエスト数を返す</li>
<li><a href="function.eio-nthreads.php" class="index">eio_nthreads</a> - 現在利用中のスレッド数を返す</li>
<li><a href="function.eio-open.php" class="index">eio_open</a> - ファイルを開く</li>
<li><a href="function.eio-poll.php" class="index">eio_poll</a> - 未処理のリクエストがあるかどうかを調べる</li>
<li><a href="function.eio-read.php" class="index">eio_read</a> - ファイルを、指定したオフセットから読み込む</li>
<li><a href="function.eio-readahead.php" class="index">eio_readahead</a> - ファイルを先読みしてページキャッシュに格納する</li>
<li><a href="function.eio-readdir.php" class="index">eio_readdir</a> - ディレクトリ全体を読み込む</li>
<li><a href="function.eio-readlink.php" class="index">eio_readlink</a> - シンボリックリンクの値を読む</li>
<li><a href="function.eio-realpath.php" class="index">eio_realpath</a> - 正規化された絶対パスを取得する</li>
<li><a href="function.eio-rename.php" class="index">eio_rename</a> - ファイル名や場所を変更する</li>
<li><a href="function.eio-rmdir.php" class="index">eio_rmdir</a> - ディレクトリを削除する</li>
<li><a href="function.eio-seek.php" class="index">eio_seek</a> - 指定した位置にシークする</li>
<li><a href="function.eio-sendfile.php" class="index">eio_sendfile</a> - ファイルディスクリプタ間でデータを転送する</li>
<li><a href="function.eio-set-max-idle.php" class="index">eio_set_max_idle</a> - アイドルスレッドの最大数を設定する</li>
<li><a href="function.eio-set-max-parallel.php" class="index">eio_set_max_parallel</a> - 最大の並列スレッド数を設定する</li>
<li><a href="function.eio-set-max-poll-reqs.php" class="index">eio_set_max_poll_reqs</a> - 一度のポールで行う最大のリクエスト回数を設定する</li>
<li><a href="function.eio-set-max-poll-time.php" class="index">eio_set_max_poll_time</a> - 最大のポール時間を設定する</li>
<li><a href="function.eio-set-min-parallel.php" class="index">eio_set_min_parallel</a> - 最小の並列スレッド数を設定する</li>
<li><a href="function.eio-stat.php" class="index">eio_stat</a> - ファイルの状態を取得する</li>
<li><a href="function.eio-statvfs.php" class="index">eio_statvfs</a> - ファイルシステムの状態を取得する</li>
<li><a href="function.eio-symlink.php" class="index">eio_symlink</a> - シンボリックリンクを作る</li>
<li><a href="function.eio-sync.php" class="index">eio_sync</a> - バッファのキャッシュをディスクに書き込む</li>
<li><a href="function.eio-syncfs.php" class="index">eio_syncfs</a> - Linux の syncfs システムコールが使えれば、それを呼ぶ</li>
<li><a href="function.eio-sync-file-range.php" class="index">eio_sync_file_range</a> - ファイルセグメントをディスクに同期する</li>
<li><a href="function.eio-truncate.php" class="index">eio_truncate</a> - ファイルを切り詰める</li>
<li><a href="function.eio-unlink.php" class="index">eio_unlink</a> - 名前を削除し、その名前で参照しているファイルも削除する</li>
<li><a href="function.eio-utime.php" class="index">eio_utime</a> - ファイルの最終アクセス時刻と変更時刻を変更する</li>
<li><a href="function.eio-write.php" class="index">eio_write</a> - ファイルに書き込む</li>
<li><a href="function.empty.php" class="index">empty</a> - 変数が空であるかどうかを検査する</li>
<li><a href="emptyiterator.current.php" class="index">EmptyIterator::current</a> - current() メソッド</li>
<li><a href="emptyiterator.key.php" class="index">EmptyIterator::key</a> - key() メソッド</li>
<li><a href="emptyiterator.next.php" class="index">EmptyIterator::next</a> - next() メソッド</li>
<li><a href="emptyiterator.rewind.php" class="index">EmptyIterator::rewind</a> - rewind() メソッド</li>
<li><a href="emptyiterator.valid.php" class="index">EmptyIterator::valid</a> - 現在の要素が有効かどうかを調べる</li>
<li><a href="function.enchant-broker-describe.php" class="index">enchant_broker_describe</a> - Enchant プロバイダを列挙する</li>
<li><a href="function.enchant-broker-dict-exists.php" class="index">enchant_broker_dict_exists</a> - 辞書が存在するかどうかを調べる。空でないタグを使用する</li>
<li><a href="function.enchant-broker-free.php" class="index">enchant_broker_free</a> - ブローカーリソースおよびその辞書を開放する</li>
<li><a href="function.enchant-broker-free-dict.php" class="index">enchant_broker_free_dict</a> - 辞書リソースを開放する</li>
<li><a href="function.enchant-broker-get-dict-path.php" class="index">enchant_broker_get_dict_path</a> - 指定されたバックエンドの辞書のパスを取得する</li>
<li><a href="function.enchant-broker-get-error.php" class="index">enchant_broker_get_error</a> - ブローカーの直近のエラーを返す</li>
<li><a href="function.enchant-broker-init.php" class="index">enchant_broker_init</a> - 要求を満たすブローカーオブジェクトを作成する</li>
<li><a href="function.enchant-broker-list-dicts.php" class="index">enchant_broker_list_dicts</a> - 使用可能な辞書の一覧を返す</li>
<li><a href="function.enchant-broker-request-dict.php" class="index">enchant_broker_request_dict</a> - タグを使用して新しい辞書を作成する</li>
<li><a href="function.enchant-broker-request-pwl-dict.php" class="index">enchant_broker_request_pwl_dict</a> - PWL ファイルを使用して辞書を作成する</li>
<li><a href="function.enchant-broker-set-dict-path.php" class="index">enchant_broker_set_dict_path</a> - 指定されたバックエンドの辞書のパスを設定する</li>
<li><a href="function.enchant-broker-set-ordering.php" class="index">enchant_broker_set_ordering</a> - その言語で使用する辞書の優先順位を宣言する</li>
<li><a href="function.enchant-dict-add.php" class="index">enchant_dict_add</a> - 単語リストに単語を追加する</li>
<li><a href="function.enchant-dict-add-to-personal.php" class="index">enchant_dict_add_to_personal</a> - enchant_dict_add のエイリアス</li>
<li><a href="function.enchant-dict-add-to-session.php" class="index">enchant_dict_add_to_session</a> - '単語' を、このスペルチェックセッションに追加する</li>
<li><a href="function.enchant-dict-check.php" class="index">enchant_dict_check</a> - 単語のスペルが正しいかどうかを調べる</li>
<li><a href="function.enchant-dict-describe.php" class="index">enchant_dict_describe</a> - 個々の辞書について説明する</li>
<li><a href="function.enchant-dict-get-error.php" class="index">enchant_dict_get_error</a> - 現在のスペリングセッションの直近のエラーを返す</li>
<li><a href="function.enchant-dict-is-added.php" class="index">enchant_dict_is_added</a> - 現在のセッションに、単語が存在するかどうかを調べる</li>
<li><a href="function.enchant-dict-is-in-session.php" class="index">enchant_dict_is_in_session</a> - enchant_dict_is_added のエイリアス</li>
<li><a href="function.enchant-dict-quick-check.php" class="index">enchant_dict_quick_check</a> - 単語のスペルが正しいかどうかを調べ、修正候補を提供する</li>
<li><a href="function.enchant-dict-store-replacement.php" class="index">enchant_dict_store_replacement</a> - 単語の修正候補を追加する</li>
<li><a href="function.enchant-dict-suggest.php" class="index">enchant_dict_suggest</a> - 修正候補となる値の一覧を返す</li>
<li><a href="function.end.php" class="index">end</a> - 配列の内部ポインタを最終要素にセットする</li>
<li><a href="function.enum-exists.php" class="index">enum_exists</a> - 列挙型が定義されているかを調べる</li>
<li><a href="error.getcode.php" class="index">Error::getCode</a> - エラーコードを取得する</li>
<li><a href="error.getfile.php" class="index">Error::getFile</a> - エラーが起きたファイルを取得する</li>
<li><a href="error.getline.php" class="index">Error::getLine</a> - エラーが起きた行番号を取得する</li>
<li><a href="error.getmessage.php" class="index">Error::getMessage</a> - エラーメッセージを取得する</li>
<li><a href="error.getprevious.php" class="index">Error::getPrevious</a> - 直前の Throwable を返す</li>
<li><a href="error.gettrace.php" class="index">Error::getTrace</a> - スタックトレースを取得する</li>
<li><a href="error.gettraceasstring.php" class="index">Error::getTraceAsString</a> - スタックトレースを文字列として取得する</li>
<li><a href="error.clone.php" class="index">Error::__clone</a> - エラーをクローンする</li>
<li><a href="error.construct.php" class="index">Error::__construct</a> - エラーオブジェクトを生成する</li>
<li><a href="error.tostring.php" class="index">Error::__toString</a> - エラーの文字列表現</li>
<li><a href="errorexception.getseverity.php" class="index">ErrorException::getSeverity</a> - 例外の深刻度を取得する</li>
<li><a href="errorexception.construct.php" class="index">ErrorException::__construct</a> - 例外を作成する</li>
<li><a href="function.error-clear-last.php" class="index">error_clear_last</a> - 最も最近のエラーをクリア</li>
<li><a href="function.error-get-last.php" class="index">error_get_last</a> - 最後に発生したエラーを取得する</li>
<li><a href="function.error-log.php" class="index">error_log</a> - 定義されたエラー処理ルーチンにエラーメッセージを送信する</li>
<li><a href="function.error-reporting.php" class="index">error_reporting</a> - 出力する PHP エラーの種類を設定する</li>
<li><a href="function.escapeshellarg.php" class="index">escapeshellarg</a> - シェル引数として使用される文字列をエスケープする</li>
<li><a href="function.escapeshellcmd.php" class="index">escapeshellcmd</a> - シェルのメタ文字をエスケープする</li>
<li><a href="ev.backend.php" class="index">Ev::backend</a> - libev が使うバックエンドを表す整数値を返す</li>
<li><a href="ev.depth.php" class="index">Ev::depth</a> - 再帰の深さを返す</li>
<li><a href="ev.embeddablebackends.php" class="index">Ev::embeddableBackends</a> - 他のイベントループに埋め込めるバックエンド群を返す</li>
<li><a href="ev.feedsignal.php" class="index">Ev::feedSignal</a> - シグナルイベントを Ev に送る</li>
<li><a href="ev.feedsignalevent.php" class="index">Ev::feedSignalEvent</a> - シグナルイベントの情報をデフォルトループに送る</li>
<li><a href="ev.iteration.php" class="index">Ev::iteration</a> - デフォルトのイベントループが新しいイベントをポーリングした回数を返す</li>
<li><a href="ev.now.php" class="index">Ev::now</a> - デフォルトのイベントループで直近の処理が始まった時刻を返す</li>
<li><a href="ev.nowupdate.php" class="index">Ev::nowUpdate</a> - カーネルに問い合わせて現在時刻を確認し、処理中の Ev::now が返す時刻を更新する</li>
<li><a href="ev.recommendedbackends.php" class="index">Ev::recommendedBackends</a> - 現在のプラットフォーム上でおすすめのバックエンドのビットマスクを返す</li>
<li><a href="ev.resume.php" class="index">Ev::resume</a> - 一時停止していたデフォルトのイベントループを再開させる</li>
<li><a href="ev.run.php" class="index">Ev::run</a> - イベントのチェックとデフォルトループのコールバックの呼び出しを開始する</li>
<li><a href="ev.sleep.php" class="index">Ev::sleep</a> - 指定した秒数だけプロセスをブロックする</li>
<li><a href="ev.stop.php" class="index">Ev::stop</a> - デフォルトのイベントループを止める</li>
<li><a href="ev.supportedbackends.php" class="index">Ev::supportedBackends</a> - 現在の libev の構成でサポートするバックエンド群を返す</li>
<li><a href="ev.suspend.php" class="index">Ev::suspend</a> - デフォルトのイベントループを一時停止する</li>
<li><a href="ev.time.php" class="index">Ev::time</a> - epoch から現在時刻までの秒数を返す</li>
<li><a href="ev.verify.php" class="index">Ev::verify</a> - 内部の整合性をチェックする (デバッグ用)</li>
<li><a href="function.eval.php" class="index">eval</a> - 文字列を PHP コードとして評価する</li>
<li><a href="evcheck.createstopped.php" class="index">EvCheck::createStopped</a> - 停止した EvCheck ウォッチャーのインスタンスを作る</li>
<li><a href="evcheck.construct.php" class="index">EvCheck::__construct</a> - EvCheck ウォッチャーオブジェクトを作る</li>
<li><a href="evchild.createstopped.php" class="index">EvChild::createStopped</a> - 停止した EvChild ウォッチャーのインスタンスを作る</li>
<li><a href="evchild.set.php" class="index">EvChild::set</a> - ウォッチャーを設定する</li>
<li><a href="evchild.construct.php" class="index">EvChild::__construct</a> - EvChild ウォッチャーオブジェクトを作る</li>
<li><a href="evembed.createstopped.php" class="index">EvEmbed::createStopped</a> - 停止した EvEmbed ウォッチャーのインスタンスを作る</li>
<li><a href="evembed.set.php" class="index">EvEmbed::set</a> - ウォッチャーを設定する</li>
<li><a href="evembed.sweep.php" class="index">EvEmbed::sweep</a> - 埋め込んだループに対して単一の非ブロックスイープを行う</li>
<li><a href="evembed.construct.php" class="index">EvEmbed::__construct</a> - EvEmbed オブジェクトを作る</li>
<li><a href="event.add.php" class="index">Event::add</a> - Makes event pending</li>
<li><a href="event.addsignal.php" class="index">Event::addSignal</a> - のエイリアス Event::add</li>
<li><a href="event.addtimer.php" class="index">Event::addTimer</a> - のエイリアス Event::add</li>
<li><a href="event.del.php" class="index">Event::del</a> - Makes event non-pending</li>
<li><a href="event.delsignal.php" class="index">Event::delSignal</a> - のエイリアス Event::del</li>
<li><a href="event.deltimer.php" class="index">Event::delTimer</a> - のエイリアス Event::del</li>
<li><a href="event.free.php" class="index">Event::free</a> - Make event non-pending and free resources allocated for this
  event</li>
<li><a href="event.getsupportedmethods.php" class="index">Event::getSupportedMethods</a> - Returns array with of the names of the methods supported in this version of Libevent</li>
<li><a href="event.pending.php" class="index">Event::pending</a> - Detects whether event is pending or scheduled</li>
<li><a href="event.set.php" class="index">Event::set</a> - Re-configures event</li>
<li><a href="event.setpriority.php" class="index">Event::setPriority</a> - Set event priority</li>
<li><a href="event.settimer.php" class="index">Event::setTimer</a> - Re-configures timer event</li>
<li><a href="event.signal.php" class="index">Event::signal</a> - Constructs signal event object</li>
<li><a href="event.timer.php" class="index">Event::timer</a> - Constructs timer event object</li>
<li><a href="event.construct.php" class="index">Event::__construct</a> - Constructs Event object</li>
<li><a href="eventbase.dispatch.php" class="index">EventBase::dispatch</a> - Dispatch pending events</li>
<li><a href="eventbase.exit.php" class="index">EventBase::exit</a> - Stop dispatching events</li>
<li><a href="eventbase.free.php" class="index">EventBase::free</a> - Free resources allocated for this event base</li>
<li><a href="eventbase.getfeatures.php" class="index">EventBase::getFeatures</a> - Returns bitmask of features supported</li>
<li><a href="eventbase.getmethod.php" class="index">EventBase::getMethod</a> - Returns event method in use</li>
<li><a href="eventbase.gettimeofdaycached.php" class="index">EventBase::getTimeOfDayCached</a> - Returns the current event base time</li>
<li><a href="eventbase.gotexit.php" class="index">EventBase::gotExit</a> - Checks if the event loop was told to exit</li>
<li><a href="eventbase.gotstop.php" class="index">EventBase::gotStop</a> - Checks if the event loop was told to exit</li>
<li><a href="eventbase.loop.php" class="index">EventBase::loop</a> - Dispatch pending events</li>
<li><a href="eventbase.priorityinit.php" class="index">EventBase::priorityInit</a> - Sets number of priorities per event base</li>
<li><a href="eventbase.reinit.php" class="index">EventBase::reInit</a> - Re-initialize event base(after a fork)</li>
<li><a href="eventbase.stop.php" class="index">EventBase::stop</a> - Tells event_base to stop dispatching events</li>
<li><a href="eventbase.construct.php" class="index">EventBase::__construct</a> - Constructs EventBase object</li>
<li><a href="eventbuffer.add.php" class="index">EventBuffer::add</a> - Append data to the end of an event buffer</li>
<li><a href="eventbuffer.addbuffer.php" class="index">EventBuffer::addBuffer</a> - Move all data from a buffer provided to the current instance of EventBuffer</li>
<li><a href="eventbuffer.appendfrom.php" class="index">EventBuffer::appendFrom</a> - Moves the specified number of bytes from a source buffer to the
  end of the current buffer</li>
<li><a href="eventbuffer.copyout.php" class="index">EventBuffer::copyout</a> - Copies out specified number of bytes from the front of the buffer</li>
<li><a href="eventbuffer.drain.php" class="index">EventBuffer::drain</a> - Removes specified number of bytes from the front of the buffer
  without copying it anywhere</li>
<li><a href="eventbuffer.enablelocking.php" class="index">EventBuffer::enableLocking</a> - 説明</li>
<li><a href="eventbuffer.expand.php" class="index">EventBuffer::expand</a> - Reserves space in buffer</li>
<li><a href="eventbuffer.freeze.php" class="index">EventBuffer::freeze</a> - Prevent calls that modify an event buffer from succeeding</li>
<li><a href="eventbuffer.lock.php" class="index">EventBuffer::lock</a> - Acquires a lock on buffer</li>
<li><a href="eventbuffer.prepend.php" class="index">EventBuffer::prepend</a> - Prepend data to the front of the buffer</li>
<li><a href="eventbuffer.prependbuffer.php" class="index">EventBuffer::prependBuffer</a> - Moves all data from source buffer to the front of current buffer</li>
<li><a href="eventbuffer.pullup.php" class="index">EventBuffer::pullup</a> - Linearizes data within buffer
  and returns it's contents as a string</li>
<li><a href="eventbuffer.read.php" class="index">EventBuffer::read</a> - Read data from an evbuffer and drain the bytes read</li>
<li><a href="eventbuffer.readfrom.php" class="index">EventBuffer::readFrom</a> - Read data from a file onto the end of the buffer</li>
<li><a href="eventbuffer.readline.php" class="index">EventBuffer::readLine</a> - Extracts a line from the front of the buffer</li>
<li><a href="eventbuffer.search.php" class="index">EventBuffer::search</a> - Scans the buffer for an occurrence of a string</li>
<li><a href="eventbuffer.searcheol.php" class="index">EventBuffer::searchEol</a> - Scans the buffer for an occurrence of an end of line</li>
<li><a href="eventbuffer.substr.php" class="index">EventBuffer::substr</a> - Substracts a portion of the buffer data</li>
<li><a href="eventbuffer.unfreeze.php" class="index">EventBuffer::unfreeze</a> - Re-enable calls that modify an event buffer</li>
<li><a href="eventbuffer.unlock.php" class="index">EventBuffer::unlock</a> - Releases lock acquired by EventBuffer::lock</li>
<li><a href="eventbuffer.write.php" class="index">EventBuffer::write</a> - Write contents of the buffer to a file or socket</li>
<li><a href="eventbuffer.construct.php" class="index">EventBuffer::__construct</a> - Constructs EventBuffer object</li>
<li><a href="eventbufferevent.close.php" class="index">EventBufferEvent::close</a> - Closes file descriptor associated with the current buffer event</li>
<li><a href="eventbufferevent.connect.php" class="index">EventBufferEvent::connect</a> - Connect buffer event's file descriptor to given address or
  UNIX socket</li>
<li><a href="eventbufferevent.connecthost.php" class="index">EventBufferEvent::connectHost</a> - Connects to a hostname with optionally asyncronous DNS resolving</li>
<li><a href="eventbufferevent.createpair.php" class="index">EventBufferEvent::createPair</a> - Creates two buffer events connected to each other</li>
<li><a href="eventbufferevent.disable.php" class="index">EventBufferEvent::disable</a> - Disable events read, write, or both on a buffer event</li>
<li><a href="eventbufferevent.enable.php" class="index">EventBufferEvent::enable</a> - Enable events read, write, or both on a buffer event</li>
<li><a href="eventbufferevent.free.php" class="index">EventBufferEvent::free</a> - Free a buffer event</li>
<li><a href="eventbufferevent.getdnserrorstring.php" class="index">EventBufferEvent::getDnsErrorString</a> - Returns string describing the last failed DNS lookup attempt</li>
<li><a href="eventbufferevent.getenabled.php" class="index">EventBufferEvent::getEnabled</a> - Returns bitmask of events currently enabled on the buffer event</li>
<li><a href="eventbufferevent.getinput.php" class="index">EventBufferEvent::getInput</a> - Returns underlying input buffer associated with current buffer
  event</li>
<li><a href="eventbufferevent.getoutput.php" class="index">EventBufferEvent::getOutput</a> - Returns underlying output buffer associated with current buffer
  event</li>
<li><a href="eventbufferevent.read.php" class="index">EventBufferEvent::read</a> - Read buffer's data</li>
<li><a href="eventbufferevent.readbuffer.php" class="index">EventBufferEvent::readBuffer</a> - Drains the entire contents of the input buffer and places them into buf</li>
<li><a href="eventbufferevent.setcallbacks.php" class="index">EventBufferEvent::setCallbacks</a> - Assigns read, write and event(status) callbacks</li>
<li><a href="eventbufferevent.setpriority.php" class="index">EventBufferEvent::setPriority</a> - Assign a priority to a bufferevent</li>
<li><a href="eventbufferevent.settimeouts.php" class="index">EventBufferEvent::setTimeouts</a> - Set the read and write timeout for a buffer event</li>
<li><a href="eventbufferevent.setwatermark.php" class="index">EventBufferEvent::setWatermark</a> - Adjusts read and/or write watermarks</li>
<li><a href="eventbufferevent.sslerror.php" class="index">EventBufferEvent::sslError</a> - Returns most recent OpenSSL error reported on the buffer event</li>
<li><a href="eventbufferevent.sslfilter.php" class="index">EventBufferEvent::sslFilter</a> - Create a new SSL buffer event to send its data over another buffer event</li>
<li><a href="eventbufferevent.sslgetcipherinfo.php" class="index">EventBufferEvent::sslGetCipherInfo</a> - Returns a textual description of the cipher</li>
<li><a href="eventbufferevent.sslgetciphername.php" class="index">EventBufferEvent::sslGetCipherName</a> - Returns the current cipher name of the SSL connection</li>
<li><a href="eventbufferevent.sslgetcipherversion.php" class="index">EventBufferEvent::sslGetCipherVersion</a> - Returns version of cipher used by current SSL connection</li>
<li><a href="eventbufferevent.sslgetprotocol.php" class="index">EventBufferEvent::sslGetProtocol</a> - Returns the name of the protocol used for current SSL connection</li>
<li><a href="eventbufferevent.sslrenegotiate.php" class="index">EventBufferEvent::sslRenegotiate</a> - Tells a bufferevent to begin SSL renegotiation</li>
<li><a href="eventbufferevent.sslsocket.php" class="index">EventBufferEvent::sslSocket</a> - Creates a new SSL buffer event to send its data over an SSL on a socket</li>
<li><a href="eventbufferevent.write.php" class="index">EventBufferEvent::write</a> - Adds data to a buffer event's output buffer</li>
<li><a href="eventbufferevent.writebuffer.php" class="index">EventBufferEvent::writeBuffer</a> - Adds contents of the entire buffer to a buffer event's output
  buffer</li>
<li><a href="eventbufferevent.construct.php" class="index">EventBufferEvent::__construct</a> - Constructs EventBufferEvent object</li>
<li><a href="eventconfig.avoidmethod.php" class="index">EventConfig::avoidMethod</a> - Tells libevent to avoid specific event method</li>
<li><a href="eventconfig.requirefeatures.php" class="index">EventConfig::requireFeatures</a> - Enters a required event method feature that the application demands</li>
<li><a href="eventconfig.setflags.php" class="index">EventConfig::setFlags</a> - Sets one or more flags to configure the eventual EventBase will be initialized</li>
<li><a href="eventconfig.setmaxdispatchinterval.php" class="index">EventConfig::setMaxDispatchInterval</a> - Prevents priority inversion</li>
<li><a href="eventconfig.construct.php" class="index">EventConfig::__construct</a> - Constructs EventConfig object</li>
<li><a href="eventdnsbase.addnameserverip.php" class="index">EventDnsBase::addNameserverIp</a> - Adds a nameserver to the DNS base</li>
<li><a href="eventdnsbase.addsearch.php" class="index">EventDnsBase::addSearch</a> - Adds a domain to the list of search domains</li>
<li><a href="eventdnsbase.clearsearch.php" class="index">EventDnsBase::clearSearch</a> - Removes all current search suffixes</li>
<li><a href="eventdnsbase.countnameservers.php" class="index">EventDnsBase::countNameservers</a> - Gets the number of configured nameservers</li>
<li><a href="eventdnsbase.loadhosts.php" class="index">EventDnsBase::loadHosts</a> - Loads a hosts file (in the same format as /etc/hosts) from hosts file</li>
<li><a href="eventdnsbase.parseresolvconf.php" class="index">EventDnsBase::parseResolvConf</a> - Scans the resolv.conf-formatted file</li>
<li><a href="eventdnsbase.setoption.php" class="index">EventDnsBase::setOption</a> - Set the value of a configuration option</li>
<li><a href="eventdnsbase.setsearchndots.php" class="index">EventDnsBase::setSearchNdots</a> - Set the 'ndots' parameter for searches</li>
<li><a href="eventdnsbase.construct.php" class="index">EventDnsBase::__construct</a> - Constructs EventDnsBase object</li>
<li><a href="eventhttp.accept.php" class="index">EventHttp::accept</a> - Makes an HTTP server accept connections on the specified socket stream or resource</li>
<li><a href="eventhttp.addserveralias.php" class="index">EventHttp::addServerAlias</a> - Adds a server alias to the HTTP server object</li>
<li><a href="eventhttp.bind.php" class="index">EventHttp::bind</a> - Binds an HTTP server on the specified address and port</li>
<li><a href="eventhttp.removeserveralias.php" class="index">EventHttp::removeServerAlias</a> - Removes server alias</li>
<li><a href="eventhttp.setallowedmethods.php" class="index">EventHttp::setAllowedMethods</a> - Sets the what HTTP methods are supported in requests accepted by this server, and passed to user callbacks</li>
<li><a href="eventhttp.setcallback.php" class="index">EventHttp::setCallback</a> - Sets a callback for specified URI</li>
<li><a href="eventhttp.setdefaultcallback.php" class="index">EventHttp::setDefaultCallback</a> - Sets default callback to handle requests that are not caught by specific callbacks</li>
<li><a href="eventhttp.setmaxbodysize.php" class="index">EventHttp::setMaxBodySize</a> - Sets maximum request body size</li>
<li><a href="eventhttp.setmaxheaderssize.php" class="index">EventHttp::setMaxHeadersSize</a> - Sets maximum HTTP header size</li>
<li><a href="eventhttp.settimeout.php" class="index">EventHttp::setTimeout</a> - Sets the timeout for an HTTP request</li>
<li><a href="eventhttp.construct.php" class="index">EventHttp::__construct</a> - Constructs EventHttp object (the HTTP server)</li>
<li><a href="eventhttpconnection.getbase.php" class="index">EventHttpConnection::getBase</a> - Returns event base associated with the connection</li>
<li><a href="eventhttpconnection.getpeer.php" class="index">EventHttpConnection::getPeer</a> - Gets the remote address and port associated with the connection</li>
<li><a href="eventhttpconnection.makerequest.php" class="index">EventHttpConnection::makeRequest</a> - Makes an HTTP request over the specified connection</li>
<li><a href="eventhttpconnection.setclosecallback.php" class="index">EventHttpConnection::setCloseCallback</a> - Set callback for connection close</li>
<li><a href="eventhttpconnection.setlocaladdress.php" class="index">EventHttpConnection::setLocalAddress</a> - Sets the IP address from which HTTP connections are made</li>
<li><a href="eventhttpconnection.setlocalport.php" class="index">EventHttpConnection::setLocalPort</a> - Sets the local port from which connections are made</li>
<li><a href="eventhttpconnection.setmaxbodysize.php" class="index">EventHttpConnection::setMaxBodySize</a> - Sets maximum body size for the connection</li>
<li><a href="eventhttpconnection.setmaxheaderssize.php" class="index">EventHttpConnection::setMaxHeadersSize</a> - Sets maximum header size</li>
<li><a href="eventhttpconnection.setretries.php" class="index">EventHttpConnection::setRetries</a> - Sets the retry limit for the connection</li>
<li><a href="eventhttpconnection.settimeout.php" class="index">EventHttpConnection::setTimeout</a> - Sets the timeout for the connection</li>
<li><a href="eventhttpconnection.construct.php" class="index">EventHttpConnection::__construct</a> - Constructs EventHttpConnection object</li>
<li><a href="eventhttprequest.addheader.php" class="index">EventHttpRequest::addHeader</a> - Adds an HTTP header to the headers of the request</li>
<li><a href="eventhttprequest.cancel.php" class="index">EventHttpRequest::cancel</a> - Cancels a pending HTTP request</li>
<li><a href="eventhttprequest.clearheaders.php" class="index">EventHttpRequest::clearHeaders</a> - Removes all output headers from the header list of the request</li>
<li><a href="eventhttprequest.closeconnection.php" class="index">EventHttpRequest::closeConnection</a> - Closes associated HTTP connection</li>
<li><a href="eventhttprequest.findheader.php" class="index">EventHttpRequest::findHeader</a> - Finds the value belonging a header</li>
<li><a href="eventhttprequest.free.php" class="index">EventHttpRequest::free</a> - Frees the object and removes associated events</li>
<li><a href="eventhttprequest.getbufferevent.php" class="index">EventHttpRequest::getBufferEvent</a> - Returns EventBufferEvent object</li>
<li><a href="eventhttprequest.getcommand.php" class="index">EventHttpRequest::getCommand</a> - Returns the request command(method)</li>
<li><a href="eventhttprequest.getconnection.php" class="index">EventHttpRequest::getConnection</a> - Returns EventHttpConnection object</li>
<li><a href="eventhttprequest.gethost.php" class="index">EventHttpRequest::getHost</a> - Returns the request host</li>
<li><a href="eventhttprequest.getinputbuffer.php" class="index">EventHttpRequest::getInputBuffer</a> - Returns the input buffer</li>
<li><a href="eventhttprequest.getinputheaders.php" class="index">EventHttpRequest::getInputHeaders</a> - Returns associative array of the input headers</li>
<li><a href="eventhttprequest.getoutputbuffer.php" class="index">EventHttpRequest::getOutputBuffer</a> - Returns the output buffer of the request</li>
<li><a href="eventhttprequest.getoutputheaders.php" class="index">EventHttpRequest::getOutputHeaders</a> - Returns associative array of the output headers</li>
<li><a href="eventhttprequest.getresponsecode.php" class="index">EventHttpRequest::getResponseCode</a> - Returns the response code</li>
<li><a href="eventhttprequest.geturi.php" class="index">EventHttpRequest::getUri</a> - Returns the request URI</li>
<li><a href="eventhttprequest.removeheader.php" class="index">EventHttpRequest::removeHeader</a> - Removes an HTTP header from the headers of the request</li>
<li><a href="eventhttprequest.senderror.php" class="index">EventHttpRequest::sendError</a> - Send an HTML error message to the client</li>
<li><a href="eventhttprequest.sendreply.php" class="index">EventHttpRequest::sendReply</a> - Send an HTML reply to the client</li>
<li><a href="eventhttprequest.sendreplychunk.php" class="index">EventHttpRequest::sendReplyChunk</a> - Send another data chunk as part of an ongoing chunked reply</li>
<li><a href="eventhttprequest.sendreplyend.php" class="index">EventHttpRequest::sendReplyEnd</a> - Complete a chunked reply, freeing the request as appropriate</li>
<li><a href="eventhttprequest.sendreplystart.php" class="index">EventHttpRequest::sendReplyStart</a> - Initiate a chunked reply</li>
<li><a href="eventhttprequest.construct.php" class="index">EventHttpRequest::__construct</a> - Constructs EventHttpRequest object</li>
<li><a href="eventlistener.disable.php" class="index">EventListener::disable</a> - Disables an event connect listener object</li>
<li><a href="eventlistener.enable.php" class="index">EventListener::enable</a> - Enables an event connect listener object</li>
<li><a href="eventlistener.getbase.php" class="index">EventListener::getBase</a> - Returns event base associated with the event listener</li>
<li><a href="eventlistener.getsocketname.php" class="index">EventListener::getSocketName</a> - Retreives the current address to which the
  listener's socket is bound</li>
<li><a href="eventlistener.setcallback.php" class="index">EventListener::setCallback</a> - The setCallback purpose</li>
<li><a href="eventlistener.seterrorcallback.php" class="index">EventListener::setErrorCallback</a> - Set event listener's error callback</li>
<li><a href="eventlistener.construct.php" class="index">EventListener::__construct</a> - Creates new connection listener associated with an event base</li>
<li><a href="eventsslcontext.construct.php" class="index">EventSslContext::__construct</a> - Constructs an OpenSSL context for use with Event classes</li>
<li><a href="eventutil.getlastsocketerrno.php" class="index">EventUtil::getLastSocketErrno</a> - Returns the most recent socket error number</li>
<li><a href="eventutil.getlastsocketerror.php" class="index">EventUtil::getLastSocketError</a> - Returns the most recent socket error</li>
<li><a href="eventutil.getsocketfd.php" class="index">EventUtil::getSocketFd</a> - Returns numeric file descriptor of a socket, or stream</li>
<li><a href="eventutil.getsocketname.php" class="index">EventUtil::getSocketName</a> - Retreives the current address to which the
  socket is bound</li>
<li><a href="eventutil.setsocketoption.php" class="index">EventUtil::setSocketOption</a> - Sets socket options</li>
<li><a href="eventutil.sslrandpoll.php" class="index">EventUtil::sslRandPoll</a> - Generates entropy by means of OpenSSL's RAND_poll()</li>
<li><a href="eventutil.construct.php" class="index">EventUtil::__construct</a> - The abstract constructor</li>
<li><a href="evfork.createstopped.php" class="index">EvFork::createStopped</a> - 停止した EvFork ウォッチャーのインスタンスを作る</li>
<li><a href="evfork.construct.php" class="index">EvFork::__construct</a> - EvFork ウォッチャーオブジェクトを作る</li>
<li><a href="evidle.createstopped.php" class="index">EvIdle::createStopped</a> - Creates instance of a stopped EvIdle watcher object</li>
<li><a href="evidle.construct.php" class="index">EvIdle::__construct</a> - Constructs the EvIdle watcher object</li>
<li><a href="evio.createstopped.php" class="index">EvIo::createStopped</a> - Create stopped EvIo watcher object</li>
<li><a href="evio.set.php" class="index">EvIo::set</a> - Configures the watcher</li>
<li><a href="evio.construct.php" class="index">EvIo::__construct</a> - Constructs EvIo watcher object</li>
<li><a href="evloop.backend.php" class="index">EvLoop::backend</a> - Returns an integer describing the backend used by libev</li>
<li><a href="evloop.check.php" class="index">EvLoop::check</a> - Creates EvCheck object associated with the current event loop
  instance</li>
<li><a href="evloop.child.php" class="index">EvLoop::child</a> - Creates EvChild object associated with the current event loop</li>
<li><a href="evloop.defaultloop.php" class="index">EvLoop::defaultLoop</a> - Returns or creates the default event loop</li>
<li><a href="evloop.embed.php" class="index">EvLoop::embed</a> - Creates an instance of EvEmbed watcher associated
  with the current EvLoop object</li>
<li><a href="evloop.fork.php" class="index">EvLoop::fork</a> - Creates EvFork watcher object associated with the current event
  loop instance</li>
<li><a href="evloop.idle.php" class="index">EvLoop::idle</a> - Creates EvIdle watcher object associated with the current event
  loop instance</li>
<li><a href="evloop.invokepending.php" class="index">EvLoop::invokePending</a> - Invoke all pending watchers while resetting their pending state</li>
<li><a href="evloop.io.php" class="index">EvLoop::io</a> - Create EvIo watcher object associated with the current event
  loop instance</li>
<li><a href="evloop.loopfork.php" class="index">EvLoop::loopFork</a> - Must be called after a fork</li>
<li><a href="evloop.now.php" class="index">EvLoop::now</a> - Returns the current &quot;event loop time&quot;</li>
<li><a href="evloop.nowupdate.php" class="index">EvLoop::nowUpdate</a> - Establishes the current time by querying the kernel, updating the time
    returned by EvLoop::now in the progress</li>
<li><a href="evloop.periodic.php" class="index">EvLoop::periodic</a> - Creates EvPeriodic watcher object associated with the current
  event loop instance</li>
<li><a href="evloop.prepare.php" class="index">EvLoop::prepare</a> - Creates EvPrepare watcher object associated with the current
  event loop instance</li>
<li><a href="evloop.resume.php" class="index">EvLoop::resume</a> - Resume previously suspended default event loop</li>
<li><a href="evloop.run.php" class="index">EvLoop::run</a> - Begin checking for events and calling callbacks for the loop</li>
<li><a href="evloop.signal.php" class="index">EvLoop::signal</a> - Creates EvSignal watcher object associated with the current
  event loop instance</li>
<li><a href="evloop.stat.php" class="index">EvLoop::stat</a> - Creates EvStat watcher object associated with the current event
  loop instance</li>
<li><a href="evloop.stop.php" class="index">EvLoop::stop</a> - Stops the event loop</li>
<li><a href="evloop.suspend.php" class="index">EvLoop::suspend</a> - Suspend the loop</li>
<li><a href="evloop.timer.php" class="index">EvLoop::timer</a> - Creates EvTimer watcher object associated with the current event
  loop instance</li>
<li><a href="evloop.verify.php" class="index">EvLoop::verify</a> - Performs internal consistency checks(for debugging)</li>
<li><a href="evloop.construct.php" class="index">EvLoop::__construct</a> - Constructs the event loop object</li>
<li><a href="evperiodic.again.php" class="index">EvPeriodic::again</a> - Simply stops and restarts the periodic watcher again</li>
<li><a href="evperiodic.at.php" class="index">EvPeriodic::at</a> - Returns the absolute time that this
  watcher is supposed to trigger next</li>
<li><a href="evperiodic.createstopped.php" class="index">EvPeriodic::createStopped</a> - Create a stopped EvPeriodic watcher</li>
<li><a href="evperiodic.set.php" class="index">EvPeriodic::set</a> - Configures the watcher</li>
<li><a href="evperiodic.construct.php" class="index">EvPeriodic::__construct</a> - Constructs EvPeriodic watcher object</li>
<li><a href="evprepare.createstopped.php" class="index">EvPrepare::createStopped</a> - 停止した EvPrepare ウォッチャーのインスタンスを作る</li>
<li><a href="evprepare.construct.php" class="index">EvPrepare::__construct</a> - EvPrepare ウォッチャーオブジェクトを作る</li>
<li><a href="evsignal.createstopped.php" class="index">EvSignal::createStopped</a> - Create stopped EvSignal watcher object</li>
<li><a href="evsignal.set.php" class="index">EvSignal::set</a> - Configures the watcher</li>
<li><a href="evsignal.construct.php" class="index">EvSignal::__construct</a> - Constructs EvSignal watcher object</li>
<li><a href="evstat.attr.php" class="index">EvStat::attr</a> - Returns the values most recently detected by Ev</li>
<li><a href="evstat.createstopped.php" class="index">EvStat::createStopped</a> - Create a stopped EvStat watcher object</li>
<li><a href="evstat.prev.php" class="index">EvStat::prev</a> - Returns the previous set of values returned by EvStat::attr</li>
<li><a href="evstat.set.php" class="index">EvStat::set</a> - Configures the watcher</li>
<li><a href="evstat.stat.php" class="index">EvStat::stat</a> - Initiates the stat call</li>
<li><a href="evstat.construct.php" class="index">EvStat::__construct</a> - Constructs EvStat watcher object</li>
<li><a href="evtimer.again.php" class="index">EvTimer::again</a> - Restarts the timer watcher</li>
<li><a href="evtimer.createstopped.php" class="index">EvTimer::createStopped</a> - Creates EvTimer stopped watcher object</li>
<li><a href="evtimer.set.php" class="index">EvTimer::set</a> - Configures the watcher</li>
<li><a href="evtimer.construct.php" class="index">EvTimer::__construct</a> - Constructs an EvTimer watcher object</li>
<li><a href="evwatcher.clear.php" class="index">EvWatcher::clear</a> - Clear watcher pending status</li>
<li><a href="evwatcher.feed.php" class="index">EvWatcher::feed</a> - Feeds the given revents set into the event loop</li>
<li><a href="evwatcher.getloop.php" class="index">EvWatcher::getLoop</a> - Returns the loop responsible for the watcher</li>
<li><a href="evwatcher.invoke.php" class="index">EvWatcher::invoke</a> - Invokes the watcher callback with the given received events bit
  mask</li>
<li><a href="evwatcher.keepalive.php" class="index">EvWatcher::keepalive</a> - Configures whether to keep the loop from returning</li>
<li><a href="evwatcher.setcallback.php" class="index">EvWatcher::setCallback</a> - Sets new callback for the watcher</li>
<li><a href="evwatcher.start.php" class="index">EvWatcher::start</a> - Starts the watcher</li>
<li><a href="evwatcher.stop.php" class="index">EvWatcher::stop</a> - Stops the watcher</li>
<li><a href="evwatcher.construct.php" class="index">EvWatcher::__construct</a> - Abstract constructor of a watcher object</li>
<li><a href="exception.getcode.php" class="index">Exception::getCode</a> - 例外コードを取得する</li>
<li><a href="exception.getfile.php" class="index">Exception::getFile</a> - 例外が作られたファイルを取得する</li>
<li><a href="exception.getline.php" class="index">Exception::getLine</a> - 例外が作られた行を取得する</li>
<li><a href="exception.getmessage.php" class="index">Exception::getMessage</a> - 例外メッセージを取得する</li>
<li><a href="exception.getprevious.php" class="index">Exception::getPrevious</a> - 前の例外(Throwable)を返す</li>
<li><a href="exception.gettrace.php" class="index">Exception::getTrace</a> - スタックトレースを取得する</li>
<li><a href="exception.gettraceasstring.php" class="index">Exception::getTraceAsString</a> - スタックトレースを文字列で取得する</li>
<li><a href="exception.clone.php" class="index">Exception::__clone</a> - 例外をコピーする</li>
<li><a href="exception.construct.php" class="index">Exception::__construct</a> - 例外を作成する</li>
<li><a href="exception.tostring.php" class="index">Exception::__toString</a> - 例外の文字列表現</li>
<li><a href="function.exec.php" class="index">exec</a> - 外部プログラムを実行する</li>
<li><a href="mysql-xdevapi-executable.execute.php" class="index">Executable::execute</a> - ステートメントを実行する</li>
<li><a href="mysql-xdevapi-executionstatus.construct.php" class="index">ExecutionStatus::__construct</a> - ExecutionStatus のコンストラクタ</li>
<li><a href="function.exif-imagetype.php" class="index">exif_imagetype</a> - イメージの型を定義する</li>
<li><a href="function.exif-read-data.php" class="index">exif_read_data</a> - 画像ファイルから EXIF ヘッダを読み込む</li>
<li><a href="function.exif-tagname.php" class="index">exif_tagname</a> - インデックスに対応するヘッダ名を取得する</li>
<li><a href="function.exif-thumbnail.php" class="index">exif_thumbnail</a> - 画像に埋め込まれたサムネイルを取得する</li>
<li><a href="function.exit.php" class="index">exit</a> - ステータスコードかメッセージを返して現在のスクリプトを終了する</li>
<li><a href="function.exp.php" class="index">exp</a> - e の累乗を計算する</li>
<li><a href="function.expect-expectl.php" class="index">expect_expectl</a> - プロセスの出力がパターンに一致する・指定した時間が経過する・
  あるいは EOF に達するのいずれかにあてはまるまで待ち続ける</li>
<li><a href="function.expect-popen.php" class="index">expect_popen</a> - Bourne シェル経由でコマンドを実行し、プロセスへの PTY
  ストリームをオープンする</li>
<li><a href="function.explode.php" class="index">explode</a> - 文字列を文字列により分割する</li>
<li><a href="function.expm1.php" class="index">expm1</a> - 値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す</li>
<li><a href="function.mysql-xdevapi-expression.php" class="index">expression</a> - プリペアドステートメントの変数をパラメータとしてバインドする</li>
<li><a href="mysql-xdevapi-expression.construct.php" class="index">Expression::__construct</a> - Expression のコンストラクタ</li>
<li><a href="function.extension-loaded.php" class="index">extension_loaded</a> - ある拡張モジュールがロードされているかどうかを調べる</li>
<li><a href="function.extract.php" class="index">extract</a> - 配列からシンボルテーブルに変数をインポートする</li>
<li><a href="function.ezmlm-hash.php" class="index">ezmlm_hash</a> - EZMLM で必要なハッシュ値を計算する</li>
</ul></li>
<li class='gen-index index-for-f'>f<ul id='refentry-index-for-f'>
<li><a href="fannconnection.getfromneuron.php" class="index">FANNConnection::getFromNeuron</a> - Returns the postions of starting neuron</li>
<li><a href="fannconnection.gettoneuron.php" class="index">FANNConnection::getToNeuron</a> - Returns the postions of terminating neuron</li>
<li><a href="fannconnection.getweight.php" class="index">FANNConnection::getWeight</a> - Returns the connection weight</li>
<li><a href="fannconnection.setweight.php" class="index">FANNConnection::setWeight</a> - Sets the connections weight</li>
<li><a href="fannconnection.construct.php" class="index">FANNConnection::__construct</a> - The connection constructor</li>
<li><a href="function.fann-cascadetrain-on-data.php" class="index">fann_cascadetrain_on_data</a> - Trains on an entire dataset, for a period of time using the Cascade2 training algorithm</li>
<li><a href="function.fann-cascadetrain-on-file.php" class="index">fann_cascadetrain_on_file</a> - Trains on an entire dataset read from file, for a period of time using the Cascade2 training algorithm</li>
<li><a href="function.fann-clear-scaling-params.php" class="index">fann_clear_scaling_params</a> - Clears scaling parameters</li>
<li><a href="function.fann-copy.php" class="index">fann_copy</a> - Creates a copy of a fann structure</li>
<li><a href="function.fann-create-from-file.php" class="index">fann_create_from_file</a> - Constructs a backpropagation neural network from a configuration file</li>
<li><a href="function.fann-create-shortcut.php" class="index">fann_create_shortcut</a> - Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections</li>
<li><a href="function.fann-create-shortcut-array.php" class="index">fann_create_shortcut_array</a> - Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections</li>
<li><a href="function.fann-create-sparse.php" class="index">fann_create_sparse</a> - Creates a standard backpropagation neural network, which is not fully connected</li>
<li><a href="function.fann-create-sparse-array.php" class="index">fann_create_sparse_array</a> - Creates a standard backpropagation neural network, which is not fully connected using an array of layer sizes</li>
<li><a href="function.fann-create-standard.php" class="index">fann_create_standard</a> - Creates a standard fully connected backpropagation neural network</li>
<li><a href="function.fann-create-standard-array.php" class="index">fann_create_standard_array</a> - Creates a standard fully connected backpropagation neural network using an array of layer sizes</li>
<li><a href="function.fann-create-train.php" class="index">fann_create_train</a> - Creates an empty training data struct</li>
<li><a href="function.fann-create-train-from-callback.php" class="index">fann_create_train_from_callback</a> - Creates the training data struct from a user supplied function</li>
<li><a href="function.fann-descale-input.php" class="index">fann_descale_input</a> - Scale data in input vector after get it from ann based on previously calculated parameters</li>
<li><a href="function.fann-descale-output.php" class="index">fann_descale_output</a> - Scale data in output vector after get it from ann based on previously calculated parameters</li>
<li><a href="function.fann-descale-train.php" class="index">fann_descale_train</a> - Descale input and output data based on previously calculated parameters</li>
<li><a href="function.fann-destroy.php" class="index">fann_destroy</a> - Destroys the entire network and properly freeing all the associated memory</li>
<li><a href="function.fann-destroy-train.php" class="index">fann_destroy_train</a> - Destructs the training data</li>
<li><a href="function.fann-duplicate-train-data.php" class="index">fann_duplicate_train_data</a> - Returns an exact copy of a fann train data</li>
<li><a href="function.fann-get-activation-function.php" class="index">fann_get_activation_function</a> - Returns the activation function</li>
<li><a href="function.fann-get-activation-steepness.php" class="index">fann_get_activation_steepness</a> - Returns the activation steepness for supplied neuron and layer number</li>
<li><a href="function.fann-get-bias-array.php" class="index">fann_get_bias_array</a> - Get the number of bias in each layer in the network</li>
<li><a href="function.fann-get-bit-fail.php" class="index">fann_get_bit_fail</a> - The number of fail bits</li>
<li><a href="function.fann-get-bit-fail-limit.php" class="index">fann_get_bit_fail_limit</a> - Returns the bit fail limit used during training</li>
<li><a href="function.fann-get-cascade-activation-functions.php" class="index">fann_get_cascade_activation_functions</a> - Returns the cascade activation functions</li>
<li><a href="function.fann-get-cascade-activation-functions-count.php" class="index">fann_get_cascade_activation_functions_count</a> - Returns the number of cascade activation functions</li>
<li><a href="function.fann-get-cascade-activation-steepnesses.php" class="index">fann_get_cascade_activation_steepnesses</a> - Returns the cascade activation steepnesses</li>
<li><a href="function.fann-get-cascade-activation-steepnesses-count.php" class="index">fann_get_cascade_activation_steepnesses_count</a> - The number of activation steepnesses</li>
<li><a href="function.fann-get-cascade-candidate-change-fraction.php" class="index">fann_get_cascade_candidate_change_fraction</a> - Returns the cascade candidate change fraction</li>
<li><a href="function.fann-get-cascade-candidate-limit.php" class="index">fann_get_cascade_candidate_limit</a> - Return the candidate limit</li>
<li><a href="function.fann-get-cascade-candidate-stagnation-epochs.php" class="index">fann_get_cascade_candidate_stagnation_epochs</a> - Returns the number of cascade candidate stagnation epochs</li>
<li><a href="function.fann-get-cascade-max-cand-epochs.php" class="index">fann_get_cascade_max_cand_epochs</a> - Returns the maximum candidate epochs</li>
<li><a href="function.fann-get-cascade-max-out-epochs.php" class="index">fann_get_cascade_max_out_epochs</a> - Returns the maximum out epochs</li>
<li><a href="function.fann-get-cascade-min-cand-epochs.php" class="index">fann_get_cascade_min_cand_epochs</a> - Returns the minimum candidate epochs</li>
<li><a href="function.fann-get-cascade-min-out-epochs.php" class="index">fann_get_cascade_min_out_epochs</a> - Returns the minimum out epochs</li>
<li><a href="function.fann-get-cascade-num-candidates.php" class="index">fann_get_cascade_num_candidates</a> - Returns the number of candidates used during training</li>
<li><a href="function.fann-get-cascade-num-candidate-groups.php" class="index">fann_get_cascade_num_candidate_groups</a> - Returns the number of candidate groups</li>
<li><a href="function.fann-get-cascade-output-change-fraction.php" class="index">fann_get_cascade_output_change_fraction</a> - Returns the cascade output change fraction</li>
<li><a href="function.fann-get-cascade-output-stagnation-epochs.php" class="index">fann_get_cascade_output_stagnation_epochs</a> - Returns the number of cascade output stagnation epochs</li>
<li><a href="function.fann-get-cascade-weight-multiplier.php" class="index">fann_get_cascade_weight_multiplier</a> - Returns the weight multiplier</li>
<li><a href="function.fann-get-connection-array.php" class="index">fann_get_connection_array</a> - Get connections in the network</li>
<li><a href="function.fann-get-connection-rate.php" class="index">fann_get_connection_rate</a> - Get the connection rate used when the network was created</li>
<li><a href="function.fann-get-errno.php" class="index">fann_get_errno</a> - Returns the last error number</li>
<li><a href="function.fann-get-errstr.php" class="index">fann_get_errstr</a> - Returns the last errstr</li>
<li><a href="function.fann-get-layer-array.php" class="index">fann_get_layer_array</a> - Get the number of neurons in each layer in the network</li>
<li><a href="function.fann-get-learning-momentum.php" class="index">fann_get_learning_momentum</a> - Returns the learning momentum</li>
<li><a href="function.fann-get-learning-rate.php" class="index">fann_get_learning_rate</a> - Returns the learning rate</li>
<li><a href="function.fann-get-mse.php" class="index">fann_get_MSE</a> - Reads the mean square error from the network</li>
<li><a href="function.fann-get-network-type.php" class="index">fann_get_network_type</a> - Get the type of neural network it was created as</li>
<li><a href="function.fann-get-num-input.php" class="index">fann_get_num_input</a> - Get the number of input neurons</li>
<li><a href="function.fann-get-num-layers.php" class="index">fann_get_num_layers</a> - Get the number of layers in the neural network</li>
<li><a href="function.fann-get-num-output.php" class="index">fann_get_num_output</a> - Get the number of output neurons</li>
<li><a href="function.fann-get-quickprop-decay.php" class="index">fann_get_quickprop_decay</a> - Returns the decay which is a factor that weights should decrease in each iteration during quickprop training</li>
<li><a href="function.fann-get-quickprop-mu.php" class="index">fann_get_quickprop_mu</a> - Returns the mu factor</li>
<li><a href="function.fann-get-rprop-decrease-factor.php" class="index">fann_get_rprop_decrease_factor</a> - Returns the increase factor used during RPROP training</li>
<li><a href="function.fann-get-rprop-delta-max.php" class="index">fann_get_rprop_delta_max</a> - Returns the maximum step-size</li>
<li><a href="function.fann-get-rprop-delta-min.php" class="index">fann_get_rprop_delta_min</a> - Returns the minimum step-size</li>
<li><a href="function.fann-get-rprop-delta-zero.php" class="index">fann_get_rprop_delta_zero</a> - Returns the initial step-size</li>
<li><a href="function.fann-get-rprop-increase-factor.php" class="index">fann_get_rprop_increase_factor</a> - Returns the increase factor used during RPROP training</li>
<li><a href="function.fann-get-sarprop-step-error-shift.php" class="index">fann_get_sarprop_step_error_shift</a> - Returns the sarprop step error shift</li>
<li><a href="function.fann-get-sarprop-step-error-threshold-factor.php" class="index">fann_get_sarprop_step_error_threshold_factor</a> - Returns the sarprop step error threshold factor</li>
<li><a href="function.fann-get-sarprop-temperature.php" class="index">fann_get_sarprop_temperature</a> - Returns the sarprop temperature</li>
<li><a href="function.fann-get-sarprop-weight-decay-shift.php" class="index">fann_get_sarprop_weight_decay_shift</a> - Returns the sarprop weight decay shift</li>
<li><a href="function.fann-get-total-connections.php" class="index">fann_get_total_connections</a> - Get the total number of connections in the entire network</li>
<li><a href="function.fann-get-total-neurons.php" class="index">fann_get_total_neurons</a> - Get the total number of neurons in the entire network</li>
<li><a href="function.fann-get-training-algorithm.php" class="index">fann_get_training_algorithm</a> - Returns the training algorithm</li>
<li><a href="function.fann-get-train-error-function.php" class="index">fann_get_train_error_function</a> - Returns the error function used during training</li>
<li><a href="function.fann-get-train-stop-function.php" class="index">fann_get_train_stop_function</a> - Returns the stop function used during training</li>
<li><a href="function.fann-init-weights.php" class="index">fann_init_weights</a> - Initialize the weights using Widrow + Nguyen&rsquo;s algorithm</li>
<li><a href="function.fann-length-train-data.php" class="index">fann_length_train_data</a> - Returns the number of training patterns in the train data</li>
<li><a href="function.fann-merge-train-data.php" class="index">fann_merge_train_data</a> - Merges the train data</li>
<li><a href="function.fann-num-input-train-data.php" class="index">fann_num_input_train_data</a> - Returns the number of inputs in each of the training patterns in the train data</li>
<li><a href="function.fann-num-output-train-data.php" class="index">fann_num_output_train_data</a> - Returns the number of outputs in each of the training patterns in the train data</li>
<li><a href="function.fann-print-error.php" class="index">fann_print_error</a> - Prints the error string</li>
<li><a href="function.fann-randomize-weights.php" class="index">fann_randomize_weights</a> - Give each connection a random weight between min_weight and max_weight</li>
<li><a href="function.fann-read-train-from-file.php" class="index">fann_read_train_from_file</a> - Reads a file that stores training data</li>
<li><a href="function.fann-reset-errno.php" class="index">fann_reset_errno</a> - Resets the last error number</li>
<li><a href="function.fann-reset-errstr.php" class="index">fann_reset_errstr</a> - Resets the last error string</li>
<li><a href="function.fann-reset-mse.php" class="index">fann_reset_MSE</a> - Resets the mean square error from the network</li>
<li><a href="function.fann-run.php" class="index">fann_run</a> - Will run input through the neural network</li>
<li><a href="function.fann-save.php" class="index">fann_save</a> - Saves the entire network to a configuration file</li>
<li><a href="function.fann-save-train.php" class="index">fann_save_train</a> - Save the training structure to a file</li>
<li><a href="function.fann-scale-input.php" class="index">fann_scale_input</a> - Scale data in input vector before feed it to ann based on previously calculated parameters</li>
<li><a href="function.fann-scale-input-train-data.php" class="index">fann_scale_input_train_data</a> - Scales the inputs in the training data to the specified range</li>
<li><a href="function.fann-scale-output.php" class="index">fann_scale_output</a> - Scale data in output vector before feed it to ann based on previously calculated parameters</li>
<li><a href="function.fann-scale-output-train-data.php" class="index">fann_scale_output_train_data</a> - Scales the outputs in the training data to the specified range</li>
<li><a href="function.fann-scale-train.php" class="index">fann_scale_train</a> - Scale input and output data based on previously calculated parameters</li>
<li><a href="function.fann-scale-train-data.php" class="index">fann_scale_train_data</a> - Scales the inputs and outputs in the training data to the specified range</li>
<li><a href="function.fann-set-activation-function.php" class="index">fann_set_activation_function</a> - Sets the activation function for supplied neuron and layer</li>
<li><a href="function.fann-set-activation-function-hidden.php" class="index">fann_set_activation_function_hidden</a> - Sets the activation function for all of the hidden layers</li>
<li><a href="function.fann-set-activation-function-layer.php" class="index">fann_set_activation_function_layer</a> - Sets the activation function for all the neurons in the supplied layer</li>
<li><a href="function.fann-set-activation-function-output.php" class="index">fann_set_activation_function_output</a> - Sets the activation function for the output layer</li>
<li><a href="function.fann-set-activation-steepness.php" class="index">fann_set_activation_steepness</a> - Sets the activation steepness for supplied neuron and layer number</li>
<li><a href="function.fann-set-activation-steepness-hidden.php" class="index">fann_set_activation_steepness_hidden</a> - Sets the steepness of the activation steepness for all neurons in the all hidden layers</li>
<li><a href="function.fann-set-activation-steepness-layer.php" class="index">fann_set_activation_steepness_layer</a> - Sets the activation steepness for all of the neurons in the supplied layer number</li>
<li><a href="function.fann-set-activation-steepness-output.php" class="index">fann_set_activation_steepness_output</a> - Sets the steepness of the activation steepness in the output layer</li>
<li><a href="function.fann-set-bit-fail-limit.php" class="index">fann_set_bit_fail_limit</a> - Set the bit fail limit used during training</li>
<li><a href="function.fann-set-callback.php" class="index">fann_set_callback</a> - Sets the callback function for use during training</li>
<li><a href="function.fann-set-cascade-activation-functions.php" class="index">fann_set_cascade_activation_functions</a> - Sets the array of cascade candidate activation functions</li>
<li><a href="function.fann-set-cascade-activation-steepnesses.php" class="index">fann_set_cascade_activation_steepnesses</a> - Sets the array of cascade candidate activation steepnesses</li>
<li><a href="function.fann-set-cascade-candidate-change-fraction.php" class="index">fann_set_cascade_candidate_change_fraction</a> - Sets the cascade candidate change fraction</li>
<li><a href="function.fann-set-cascade-candidate-limit.php" class="index">fann_set_cascade_candidate_limit</a> - Sets the candidate limit</li>
<li><a href="function.fann-set-cascade-candidate-stagnation-epochs.php" class="index">fann_set_cascade_candidate_stagnation_epochs</a> - Sets the number of cascade candidate stagnation epochs</li>
<li><a href="function.fann-set-cascade-max-cand-epochs.php" class="index">fann_set_cascade_max_cand_epochs</a> - Sets the max candidate epochs</li>
<li><a href="function.fann-set-cascade-max-out-epochs.php" class="index">fann_set_cascade_max_out_epochs</a> - Sets the maximum out epochs</li>
<li><a href="function.fann-set-cascade-min-cand-epochs.php" class="index">fann_set_cascade_min_cand_epochs</a> - Sets the min candidate epochs</li>
<li><a href="function.fann-set-cascade-min-out-epochs.php" class="index">fann_set_cascade_min_out_epochs</a> - Sets the minimum out epochs</li>
<li><a href="function.fann-set-cascade-num-candidate-groups.php" class="index">fann_set_cascade_num_candidate_groups</a> - Sets the number of candidate groups</li>
<li><a href="function.fann-set-cascade-output-change-fraction.php" class="index">fann_set_cascade_output_change_fraction</a> - Sets the cascade output change fraction</li>
<li><a href="function.fann-set-cascade-output-stagnation-epochs.php" class="index">fann_set_cascade_output_stagnation_epochs</a> - Sets the number of cascade output stagnation epochs</li>
<li><a href="function.fann-set-cascade-weight-multiplier.php" class="index">fann_set_cascade_weight_multiplier</a> - Sets the weight multiplier</li>
<li><a href="function.fann-set-error-log.php" class="index">fann_set_error_log</a> - Sets where the errors are logged to</li>
<li><a href="function.fann-set-input-scaling-params.php" class="index">fann_set_input_scaling_params</a> - Calculate input scaling parameters for future use based on training data</li>
<li><a href="function.fann-set-learning-momentum.php" class="index">fann_set_learning_momentum</a> - Sets the learning momentum</li>
<li><a href="function.fann-set-learning-rate.php" class="index">fann_set_learning_rate</a> - Sets the learning rate</li>
<li><a href="function.fann-set-output-scaling-params.php" class="index">fann_set_output_scaling_params</a> - Calculate output scaling parameters for future use based on training data</li>
<li><a href="function.fann-set-quickprop-decay.php" class="index">fann_set_quickprop_decay</a> - Sets the quickprop decay factor</li>
<li><a href="function.fann-set-quickprop-mu.php" class="index">fann_set_quickprop_mu</a> - Sets the quickprop mu factor</li>
<li><a href="function.fann-set-rprop-decrease-factor.php" class="index">fann_set_rprop_decrease_factor</a> - Sets the decrease factor used during RPROP training</li>
<li><a href="function.fann-set-rprop-delta-max.php" class="index">fann_set_rprop_delta_max</a> - Sets the maximum step-size</li>
<li><a href="function.fann-set-rprop-delta-min.php" class="index">fann_set_rprop_delta_min</a> - Sets the minimum step-size</li>
<li><a href="function.fann-set-rprop-delta-zero.php" class="index">fann_set_rprop_delta_zero</a> - Sets the initial step-size</li>
<li><a href="function.fann-set-rprop-increase-factor.php" class="index">fann_set_rprop_increase_factor</a> - Sets the increase factor used during RPROP training</li>
<li><a href="function.fann-set-sarprop-step-error-shift.php" class="index">fann_set_sarprop_step_error_shift</a> - Sets the sarprop step error shift</li>
<li><a href="function.fann-set-sarprop-step-error-threshold-factor.php" class="index">fann_set_sarprop_step_error_threshold_factor</a> - Sets the sarprop step error threshold factor</li>
<li><a href="function.fann-set-sarprop-temperature.php" class="index">fann_set_sarprop_temperature</a> - Sets the sarprop temperature</li>
<li><a href="function.fann-set-sarprop-weight-decay-shift.php" class="index">fann_set_sarprop_weight_decay_shift</a> - Sets the sarprop weight decay shift</li>
<li><a href="function.fann-set-scaling-params.php" class="index">fann_set_scaling_params</a> - Calculate input and output scaling parameters for future use based on training data</li>
<li><a href="function.fann-set-training-algorithm.php" class="index">fann_set_training_algorithm</a> - Sets the training algorithm</li>
<li><a href="function.fann-set-train-error-function.php" class="index">fann_set_train_error_function</a> - Sets the error function used during training</li>
<li><a href="function.fann-set-train-stop-function.php" class="index">fann_set_train_stop_function</a> - Sets the stop function used during training</li>
<li><a href="function.fann-set-weight.php" class="index">fann_set_weight</a> - Set a connection in the network</li>
<li><a href="function.fann-set-weight-array.php" class="index">fann_set_weight_array</a> - Set connections in the network</li>
<li><a href="function.fann-shuffle-train-data.php" class="index">fann_shuffle_train_data</a> - Shuffles training data, randomizing the order</li>
<li><a href="function.fann-subset-train-data.php" class="index">fann_subset_train_data</a> - Returns an copy of a subset of the train data</li>
<li><a href="function.fann-test.php" class="index">fann_test</a> - Test with a set of inputs, and a set of desired outputs</li>
<li><a href="function.fann-test-data.php" class="index">fann_test_data</a> - Test a set of training data and calculates the MSE for the training data</li>
<li><a href="function.fann-train.php" class="index">fann_train</a> - Train one iteration with a set of inputs, and a set of desired outputs</li>
<li><a href="function.fann-train-epoch.php" class="index">fann_train_epoch</a> - Train one epoch with a set of training data</li>
<li><a href="function.fann-train-on-data.php" class="index">fann_train_on_data</a> - Trains on an entire dataset for a period of time</li>
<li><a href="function.fann-train-on-file.php" class="index">fann_train_on_file</a> - Trains on an entire dataset, which is read from file, for a period of time</li>
<li><a href="function.fastcgi-finish-request.php" class="index">fastcgi_finish_request</a> - すべてのレスポンスデータをクライアントにフラッシュする</li>
<li><a href="function.fbird-add-user.php" class="index">fbird_add_user</a> - のエイリアス ibase_add_user</li>
<li><a href="function.fbird-affected-rows.php" class="index">fbird_affected_rows</a> - のエイリアス ibase_affected_rows</li>
<li><a href="function.fbird-backup.php" class="index">fbird_backup</a> - のエイリアス ibase_backup</li>
<li><a href="function.fbird-blob-add.php" class="index">fbird_blob_add</a> - のエイリアス ibase_blob_add</li>
<li><a href="function.fbird-blob-cancel.php" class="index">fbird_blob_cancel</a> - Cancel creating blob</li>
<li><a href="function.fbird-blob-close.php" class="index">fbird_blob_close</a> - のエイリアス ibase_blob_close</li>
<li><a href="function.fbird-blob-create.php" class="index">fbird_blob_create</a> - のエイリアス ibase_blob_create</li>
<li><a href="function.fbird-blob-echo.php" class="index">fbird_blob_echo</a> - のエイリアス ibase_blob_echo</li>
<li><a href="function.fbird-blob-get.php" class="index">fbird_blob_get</a> - のエイリアス ibase_blob_get</li>
<li><a href="function.fbird-blob-import.php" class="index">fbird_blob_import</a> - のエイリアス ibase_blob_import</li>
<li><a href="function.fbird-blob-info.php" class="index">fbird_blob_info</a> - のエイリアス ibase_blob_info</li>
<li><a href="function.fbird-blob-open.php" class="index">fbird_blob_open</a> - のエイリアス ibase_blob_open</li>
<li><a href="function.fbird-close.php" class="index">fbird_close</a> - のエイリアス ibase_close</li>
<li><a href="function.fbird-commit.php" class="index">fbird_commit</a> - のエイリアス ibase_commit</li>
<li><a href="function.fbird-commit-ret.php" class="index">fbird_commit_ret</a> - のエイリアス ibase_commit_ret</li>
<li><a href="function.fbird-connect.php" class="index">fbird_connect</a> - のエイリアス ibase_connect</li>
<li><a href="function.fbird-db-info.php" class="index">fbird_db_info</a> - のエイリアス ibase_db_info</li>
<li><a href="function.fbird-delete-user.php" class="index">fbird_delete_user</a> - のエイリアス ibase_delete_user</li>
<li><a href="function.fbird-drop-db.php" class="index">fbird_drop_db</a> - のエイリアス ibase_drop_db</li>
<li><a href="function.fbird-errcode.php" class="index">fbird_errcode</a> - のエイリアス ibase_errcode</li>
<li><a href="function.fbird-errmsg.php" class="index">fbird_errmsg</a> - のエイリアス ibase_errmsg</li>
<li><a href="function.fbird-execute.php" class="index">fbird_execute</a> - のエイリアス ibase_execute</li>
<li><a href="function.fbird-fetch-assoc.php" class="index">fbird_fetch_assoc</a> - のエイリアス ibase_fetch_assoc</li>
<li><a href="function.fbird-fetch-object.php" class="index">fbird_fetch_object</a> - のエイリアス ibase_fetch_object</li>
<li><a href="function.fbird-fetch-row.php" class="index">fbird_fetch_row</a> - のエイリアス ibase_fetch_row</li>
<li><a href="function.fbird-field-info.php" class="index">fbird_field_info</a> - のエイリアス ibase_field_info</li>
<li><a href="function.fbird-free-event-handler.php" class="index">fbird_free_event_handler</a> - のエイリアス ibase_free_event_handler</li>
<li><a href="function.fbird-free-query.php" class="index">fbird_free_query</a> - のエイリアス ibase_free_query</li>
<li><a href="function.fbird-free-result.php" class="index">fbird_free_result</a> - のエイリアス ibase_free_result</li>
<li><a href="function.fbird-gen-id.php" class="index">fbird_gen_id</a> - のエイリアス ibase_gen_id</li>
<li><a href="function.fbird-maintain-db.php" class="index">fbird_maintain_db</a> - のエイリアス ibase_maintain_db</li>
<li><a href="function.fbird-modify-user.php" class="index">fbird_modify_user</a> - のエイリアス ibase_modify_user</li>
<li><a href="function.fbird-name-result.php" class="index">fbird_name_result</a> - のエイリアス ibase_name_result</li>
<li><a href="function.fbird-num-fields.php" class="index">fbird_num_fields</a> - のエイリアス ibase_num_fields</li>
<li><a href="function.fbird-num-params.php" class="index">fbird_num_params</a> - のエイリアス ibase_num_params</li>
<li><a href="function.fbird-param-info.php" class="index">fbird_param_info</a> - のエイリアス ibase_param_info</li>
<li><a href="function.fbird-pconnect.php" class="index">fbird_pconnect</a> - のエイリアス ibase_pconnect</li>
<li><a href="function.fbird-prepare.php" class="index">fbird_prepare</a> - のエイリアス ibase_prepare</li>
<li><a href="function.fbird-query.php" class="index">fbird_query</a> - のエイリアス ibase_query</li>
<li><a href="function.fbird-restore.php" class="index">fbird_restore</a> - のエイリアス ibase_restore</li>
<li><a href="function.fbird-rollback.php" class="index">fbird_rollback</a> - のエイリアス ibase_rollback</li>
<li><a href="function.fbird-rollback-ret.php" class="index">fbird_rollback_ret</a> - のエイリアス ibase_rollback_ret</li>
<li><a href="function.fbird-server-info.php" class="index">fbird_server_info</a> - のエイリアス ibase_server_info</li>
<li><a href="function.fbird-service-attach.php" class="index">fbird_service_attach</a> - のエイリアス ibase_service_attach</li>
<li><a href="function.fbird-service-detach.php" class="index">fbird_service_detach</a> - のエイリアス ibase_service_detach</li>
<li><a href="function.fbird-set-event-handler.php" class="index">fbird_set_event_handler</a> - のエイリアス ibase_set_event_handler</li>
<li><a href="function.fbird-trans.php" class="index">fbird_trans</a> - のエイリアス ibase_trans</li>
<li><a href="function.fbird-wait-event.php" class="index">fbird_wait_event</a> - のエイリアス ibase_wait_event</li>
<li><a href="function.fclose.php" class="index">fclose</a> - オープンされたファイルポインタをクローズする</li>
<li><a href="function.fdatasync.php" class="index">fdatasync</a> - データをファイルに同期する(但しメタデータは除く)</li>
<li><a href="function.fdf-add-doc-javascript.php" class="index">fdf_add_doc_javascript</a> - FDF ドキュメントに javascript コードを追加する</li>
<li><a href="function.fdf-add-template.php" class="index">fdf_add_template</a> - テンプレートを FDF ドキュメントに追加する</li>
<li><a href="function.fdf-close.php" class="index">fdf_close</a> - FDF ドキュメントを閉じる</li>
<li><a href="function.fdf-create.php" class="index">fdf_create</a> - 新規 FDF ドキュメントを作成する</li>
<li><a href="function.fdf-enum-values.php" class="index">fdf_enum_values</a> - 各ドキュメントの値に対してユーザー定義関数をコールする</li>
<li><a href="function.fdf-errno.php" class="index">fdf_errno</a> - 直近の fdf 操作に関するエラーコードを返す</li>
<li><a href="function.fdf-error.php" class="index">fdf_error</a> - 直近の fdf エラーコードについての説明を返す</li>
<li><a href="function.fdf-get-ap.php" class="index">fdf_get_ap</a> - フィールドの外観を取得する</li>
<li><a href="function.fdf-get-attachment.php" class="index">fdf_get_attachment</a> - FDF に埋め込まれている、アップロードされたファイルを展開する</li>
<li><a href="function.fdf-get-encoding.php" class="index">fdf_get_encoding</a> - /Encoding キーの値を取得する</li>
<li><a href="function.fdf-get-file.php" class="index">fdf_get_file</a> - /F キーの値を得る</li>
<li><a href="function.fdf-get-flags.php" class="index">fdf_get_flags</a> - フィールドのフラグを取得する</li>
<li><a href="function.fdf-get-opt.php" class="index">fdf_get_opt</a> - フィールドのオプション配列から値を取得する</li>
<li><a href="function.fdf-get-status.php" class="index">fdf_get_status</a> - /STATUS キーの値を得る</li>
<li><a href="function.fdf-get-value.php" class="index">fdf_get_value</a> - フィールドの値を得る</li>
<li><a href="function.fdf-get-version.php" class="index">fdf_get_version</a> - FDF API あるいはファイルのバージョンを取得する</li>
<li><a href="function.fdf-header.php" class="index">fdf_header</a> - FDF 固有の出力ヘッダをセットする</li>
<li><a href="function.fdf-next-field-name.php" class="index">fdf_next_field_name</a> - 次のフィールド名を得る</li>
<li><a href="function.fdf-open.php" class="index">fdf_open</a> - FDF ドキュメントをオープンする</li>
<li><a href="function.fdf-open-string.php" class="index">fdf_open_string</a> - 文字列から FDF ドキュメントを読み込む</li>
<li><a href="function.fdf-remove-item.php" class="index">fdf_remove_item</a> - フォームのターゲットフレームを設定する</li>
<li><a href="function.fdf-save.php" class="index">fdf_save</a> - FDF ドキュメントを保存する</li>
<li><a href="function.fdf-save-string.php" class="index">fdf_save_string</a> - FDF ドキュメントを文字列として返す</li>
<li><a href="function.fdf-set-ap.php" class="index">fdf_set_ap</a> - フィールドの外観を設定する</li>
<li><a href="function.fdf-set-encoding.php" class="index">fdf_set_encoding</a> - FDF 文字エンコーディングを設定する</li>
<li><a href="function.fdf-set-file.php" class="index">fdf_set_file</a> - FDF データを表示する PDF ドキュメントを設定する</li>
<li><a href="function.fdf-set-flags.php" class="index">fdf_set_flags</a> - フィールドのフラグを設定する</li>
<li><a href="function.fdf-set-javascript-action.php" class="index">fdf_set_javascript_action</a> - フィールドの javascript アクションを設定する</li>
<li><a href="function.fdf-set-on-import-javascript.php" class="index">fdf_set_on_import_javascript</a> - Acrobat が FDF をオープンした際に実行される javascript のコードを追加する</li>
<li><a href="function.fdf-set-opt.php" class="index">fdf_set_opt</a> - フィールドのオプションを設定する</li>
<li><a href="function.fdf-set-status.php" class="index">fdf_set_status</a> - /STATUS キーの値を設定する</li>
<li><a href="function.fdf-set-submit-form-action.php" class="index">fdf_set_submit_form_action</a> - フィールドの投稿フォームアクションを設定する</li>
<li><a href="function.fdf-set-target-frame.php" class="index">fdf_set_target_frame</a> - フォームの表示対象となるフレームを設定する</li>
<li><a href="function.fdf-set-value.php" class="index">fdf_set_value</a> - フィールドの値を設定する</li>
<li><a href="function.fdf-set-version.php" class="index">fdf_set_version</a> - FDF ファイルのバージョン番号を設定する</li>
<li><a href="function.fdiv.php" class="index">fdiv</a> - IEEE 754 に従い、数値の除算を行う</li>
<li><a href="function.feof.php" class="index">feof</a> - ファイルポインタがファイル終端に達しているかどうか調べる</li>
<li><a href="ffi.addr.php" class="index">FFI::addr</a> - C のデータへのアンマネージドなポインターを作成する</li>
<li><a href="ffi.alignof.php" class="index">FFI::alignof</a> - アラインメントを取得する</li>
<li><a href="ffi.arraytype.php" class="index">FFI::arrayType</a> - 新しい C の配列型を動的に構築する</li>
<li><a href="ffi.cast.php" class="index">FFI::cast</a> - C の型キャストを実行する</li>
<li><a href="ffi.cdef.php" class="index">FFI::cdef</a> - 新しい FFI オブジェクトを作成する</li>
<li><a href="ffi.free.php" class="index">FFI::free</a> - アンマネージドなデータ構造を解放する</li>
<li><a href="ffi.isnull.php" class="index">FFI::isNull</a> - FFI\CData が NULL ポインターかどうかを調べる</li>
<li><a href="ffi.load.php" class="index">FFI::load</a> - C のヘッダーファイルから C の宣言を読み込む</li>
<li><a href="ffi.memcmp.php" class="index">FFI::memcmp</a> - メモリ領域を比較する</li>
<li><a href="ffi.memcpy.php" class="index">FFI::memcpy</a> - あるメモリ領域を別の領域へコピーする</li>
<li><a href="ffi.memset.php" class="index">FFI::memset</a> - メモリ領域を埋める</li>
<li><a href="ffi.new.php" class="index">FFI::new</a> - C のデータ構造を作成する</li>
<li><a href="ffi.scope.php" class="index">FFI::scope</a> - 事前ロード中にパースされた C の宣言を使って FFI オブジェクトをインスタンス化する</li>
<li><a href="ffi.sizeof.php" class="index">FFI::sizeof</a> - C のデータサイズまたは C の型サイズを取得する</li>
<li><a href="ffi.string.php" class="index">FFI::string</a> - メモリ領域から PHP の文字列を作成する</li>
<li><a href="ffi.type.php" class="index">FFI::type</a> - C の宣言から FFI\CType オブジェクトを作成する</li>
<li><a href="ffi.typeof.php" class="index">FFI::typeof</a> - FFI\CData の FFI\CType を取得する</li>
<li><a href="ffi-ctype.getalignment.php" class="index">FFI\CType::getAlignment</a> - 説明</li>
<li><a href="ffi-ctype.getarrayelementtype.php" class="index">FFI\CType::getArrayElementType</a> - 説明</li>
<li><a href="ffi-ctype.getarraylength.php" class="index">FFI\CType::getArrayLength</a> - 説明</li>
<li><a href="ffi-ctype.getattributes.php" class="index">FFI\CType::getAttributes</a> - 説明</li>
<li><a href="ffi-ctype.getenumkind.php" class="index">FFI\CType::getEnumKind</a> - 説明</li>
<li><a href="ffi-ctype.getfuncabi.php" class="index">FFI\CType::getFuncABI</a> - 説明</li>
<li><a href="ffi-ctype.getfuncparametercount.php" class="index">FFI\CType::getFuncParameterCount</a> - 関数型の引数の数を取得する</li>
<li><a href="ffi-ctype.getfuncparametertype.php" class="index">FFI\CType::getFuncParameterType</a> - 関数の引数の型を取得する</li>
<li><a href="ffi-ctype.getfuncreturntype.php" class="index">FFI\CType::getFuncReturnType</a> - 説明</li>
<li><a href="ffi-ctype.getkind.php" class="index">FFI\CType::getKind</a> - 説明</li>
<li><a href="ffi-ctype.getname.php" class="index">FFI\CType::getName</a> - 説明</li>
<li><a href="ffi-ctype.getpointertype.php" class="index">FFI\CType::getPointerType</a> - 説明</li>
<li><a href="ffi-ctype.getsize.php" class="index">FFI\CType::getSize</a> - 説明</li>
<li><a href="ffi-ctype.getstructfieldnames.php" class="index">FFI\CType::getStructFieldNames</a> - 説明</li>
<li><a href="ffi-ctype.getstructfieldoffset.php" class="index">FFI\CType::getStructFieldOffset</a> - 説明</li>
<li><a href="ffi-ctype.getstructfieldtype.php" class="index">FFI\CType::getStructFieldType</a> - 説明</li>
<li><a href="function.fflush.php" class="index">fflush</a> - 出力をファイルにフラッシュする</li>
<li><a href="function.fgetc.php" class="index">fgetc</a> - ファイルポインタから1文字取り出す</li>
<li><a href="function.fgetcsv.php" class="index">fgetcsv</a> - ファイルポインタから行を取得し、CSVフィールドを処理する</li>
<li><a href="function.fgets.php" class="index">fgets</a> - ファイルポインタから 1 行取得する</li>
<li><a href="function.fgetss.php" class="index">fgetss</a> - ファイルポインタから 1 行取り出し、HTML タグを取り除く</li>
<li><a href="fiber.getcurrent.php" class="index">Fiber::getCurrent</a> - 現在実行中のファイバーのインスタンスを取得する</li>
<li><a href="fiber.getreturn.php" class="index">Fiber::getReturn</a> - ファイバーが返した値を取得する</li>
<li><a href="fiber.isrunning.php" class="index">Fiber::isRunning</a> - ファイバーが実行中かどうかを調べる</li>
<li><a href="fiber.isstarted.php" class="index">Fiber::isStarted</a> - ファイバーが開始したかどうかを調べる</li>
<li><a href="fiber.issuspended.php" class="index">Fiber::isSuspended</a> - ファイバーが停止中かどうかを調べる</li>
<li><a href="fiber.isterminated.php" class="index">Fiber::isTerminated</a> - ファイバーが終了しているかを調べる</li>
<li><a href="fiber.resume.php" class="index">Fiber::resume</a> - 値を渡して、ファイバーの実行を再開させる</li>
<li><a href="fiber.start.php" class="index">Fiber::start</a> - ファイバーの実行を開始する</li>
<li><a href="fiber.suspend.php" class="index">Fiber::suspend</a> - 現在実行中のファイバーを停止する</li>
<li><a href="fiber.throw.php" class="index">Fiber::throw</a> - ファイバーの実行を、例外をスローすることで再開する</li>
<li><a href="fiber.construct.php" class="index">Fiber::__construct</a> - 新しいファイバーのインスタンスを構築する</li>
<li><a href="fibererror.construct.php" class="index">FiberError::__construct</a> - インスタンス化を禁止するためのコンストラクタ</li>
<li><a href="function.file.php" class="index">file</a> - ファイル全体を読み込んで配列に格納する</li>
<li><a href="function.fileatime.php" class="index">fileatime</a> - ファイルの最終アクセス時刻を取得する</li>
<li><a href="function.filectime.php" class="index">filectime</a> - ファイルの inode 変更時刻を取得する</li>
<li><a href="function.filegroup.php" class="index">filegroup</a> - ファイルのグループを取得する</li>
<li><a href="function.fileinode.php" class="index">fileinode</a> - ファイルの inode を取得する</li>
<li><a href="function.filemtime.php" class="index">filemtime</a> - ファイルの更新時刻を取得する</li>
<li><a href="function.fileowner.php" class="index">fileowner</a> - ファイルの所有者を取得する</li>
<li><a href="function.fileperms.php" class="index">fileperms</a> - ファイルのパーミッションを取得する</li>
<li><a href="function.filesize.php" class="index">filesize</a> - ファイルのサイズを取得する</li>
<li><a href="filesystemiterator.current.php" class="index">FilesystemIterator::current</a> - 現在のファイル</li>
<li><a href="filesystemiterator.getflags.php" class="index">FilesystemIterator::getFlags</a> - 処理フラグを取得する</li>
<li><a href="filesystemiterator.key.php" class="index">FilesystemIterator::key</a> - 現在のファイルのキーを取得する</li>
<li><a href="filesystemiterator.next.php" class="index">FilesystemIterator::next</a> - 次のファイルに移動する</li>
<li><a href="filesystemiterator.rewind.php" class="index">FilesystemIterator::rewind</a> - 先頭に巻き戻す</li>
<li><a href="filesystemiterator.setflags.php" class="index">FilesystemIterator::setFlags</a> - 処理フラグを設定する</li>
<li><a href="filesystemiterator.construct.php" class="index">FilesystemIterator::__construct</a> - 新しい filesystem イテレータを作成する</li>
<li><a href="function.filetype.php" class="index">filetype</a> - ファイルタイプを取得する</li>
<li><a href="function.file-exists.php" class="index">file_exists</a> - ファイルまたはディレクトリが存在するかどうか調べる</li>
<li><a href="function.file-get-contents.php" class="index">file_get_contents</a> - ファイルの内容を全て文字列に読み込む</li>
<li><a href="function.file-put-contents.php" class="index">file_put_contents</a> - データをファイルに書き込む</li>
<li><a href="filteriterator.accept.php" class="index">FilterIterator::accept</a> - イテレータの現在の要素がフィルタを満たすかどうかを調べる</li>
<li><a href="filteriterator.current.php" class="index">FilterIterator::current</a> - 現在の要素の値を取得する</li>
<li><a href="filteriterator.key.php" class="index">FilterIterator::key</a> - 現在のキーを取得する</li>
<li><a href="filteriterator.next.php" class="index">FilterIterator::next</a> - イテレータを前に移動する</li>
<li><a href="filteriterator.rewind.php" class="index">FilterIterator::rewind</a> - イテレータを巻き戻す</li>
<li><a href="filteriterator.valid.php" class="index">FilterIterator::valid</a> - 現在の要素が有効かどうかをチェックする</li>
<li><a href="filteriterator.construct.php" class="index">FilterIterator::__construct</a> - filterIterator を作成する</li>
<li><a href="function.filter-has-var.php" class="index">filter_has_var</a> - 指定した型の変数が存在するかどうかを調べる</li>
<li><a href="function.filter-id.php" class="index">filter_id</a> - フィルタの名前からフィルタ ID を返す</li>
<li><a href="function.filter-input.php" class="index">filter_input</a> - 指定した名前の変数を外部から受け取り、オプションでそれをフィルタリングする</li>
<li><a href="function.filter-input-array.php" class="index">filter_input_array</a> - 外部から変数を受け取り、オプションでそれらをフィルタリングする</li>
<li><a href="function.filter-list.php" class="index">filter_list</a> - サポートされるフィルタの一覧を返す</li>
<li><a href="function.filter-var.php" class="index">filter_var</a> - 指定したフィルタでデータをフィルタリングする</li>
<li><a href="function.filter-var-array.php" class="index">filter_var_array</a> - 複数の変数を受け取り、オプションでそれらをフィルタリングする</li>
<li><a href="finfo.buffer.php" class="index">finfo::buffer</a> - finfo_buffer() のエイリアス</li>
<li><a href="finfo.file.php" class="index">finfo::file</a> - finfo_file() のエイリアス</li>
<li><a href="finfo.set-flags.php" class="index">finfo::set_flags</a> - finfo_set_flags() のエイリアス</li>
<li><a href="finfo.construct.php" class="index">finfo::__construct</a> - finfo_open のエイリアス</li>
<li><a href="function.finfo-buffer.php" class="index">finfo_buffer</a> - 文字列バッファの情報を返す</li>
<li><a href="function.finfo-close.php" class="index">finfo_close</a> - fileinfo インスタンスを閉じる</li>
<li><a href="function.finfo-file.php" class="index">finfo_file</a> - ファイルについての情報を返す</li>
<li><a href="function.finfo-open.php" class="index">finfo_open</a> - 新しい fileinfo インスタンスを作成する</li>
<li><a href="function.finfo-set-flags.php" class="index">finfo_set_flags</a> - libmagic のオプションを設定する</li>
<li><a href="function.floatval.php" class="index">floatval</a> - 変数の float 値を取得する</li>
<li><a href="function.flock.php" class="index">flock</a> - 汎用のファイルロックを行う</li>
<li><a href="function.floor.php" class="index">floor</a> - 端数の切り捨て</li>
<li><a href="function.flush.php" class="index">flush</a> - システム出力バッファをフラッシュする</li>
<li><a href="function.fmod.php" class="index">fmod</a> - 引数で除算をした際の剰余を返す</li>
<li><a href="function.fnmatch.php" class="index">fnmatch</a> - ファイル名がパターンにマッチするか調べる</li>
<li><a href="function.fopen.php" class="index">fopen</a> - ファイルまたは URL をオープンする</li>
<li><a href="function.forward-static-call.php" class="index">forward_static_call</a> - static メソッドをコールする</li>
<li><a href="function.forward-static-call-array.php" class="index">forward_static_call_array</a> - static メソッドをコールし、引数を配列で渡す</li>
<li><a href="function.fpassthru.php" class="index">fpassthru</a> - ファイルポインタ上に残っているすべてのデータを出力する</li>
<li><a href="function.fpm-get-status.php" class="index">fpm_get_status</a> - 現在の FPMプール の状態を返す</li>
<li><a href="function.fpow.php" class="index">fpow</a> - IEEE 754 に従い、数値をべき乗する</li>
<li><a href="function.fprintf.php" class="index">fprintf</a> - フォーマットされた文字列をストリームに書き込む</li>
<li><a href="function.fputcsv.php" class="index">fputcsv</a> - 行を CSV 形式にフォーマットし、ファイルポインタに書き込む</li>
<li><a href="function.fputs.php" class="index">fputs</a> - fwrite のエイリアス</li>
<li><a href="function.fread.php" class="index">fread</a> - バイナリセーフなファイルの読み込み</li>
<li><a href="function.frenchtojd.php" class="index">frenchtojd</a> - フランス革命暦をユリウス積算日に変換する</li>
<li><a href="function.fscanf.php" class="index">fscanf</a> - フォーマットに基づきファイルからの入力を処理する</li>
<li><a href="function.fseek.php" class="index">fseek</a> - ファイルポインタを移動する</li>
<li><a href="function.fsockopen.php" class="index">fsockopen</a> - インターネット接続もしくは Unix ドメインソケット接続をオープンする</li>
<li><a href="function.fstat.php" class="index">fstat</a> - オープンしたファイルポインタからファイルに関する情報を取得する</li>
<li><a href="function.fsync.php" class="index">fsync</a> - データをファイルに同期する(メタデータも含む)</li>
<li><a href="function.ftell.php" class="index">ftell</a> - ファイルの読み書き用ポインタの現在位置を返す</li>
<li><a href="function.ftok.php" class="index">ftok</a> - パス名とプロジェクト ID を、System V IPC キーに変換する</li>
<li><a href="function.ftp-alloc.php" class="index">ftp_alloc</a> - アップロードされるファイルのためのスペースを確保する</li>
<li><a href="function.ftp-append.php" class="index">ftp_append</a> - ファイルの内容をFTPサーバー上の別のファイルに追加する</li>
<li><a href="function.ftp-cdup.php" class="index">ftp_cdup</a> - 親ディレクトリに移動する</li>
<li><a href="function.ftp-chdir.php" class="index">ftp_chdir</a> - FTP サーバー上でディレクトリを移動する</li>
<li><a href="function.ftp-chmod.php" class="index">ftp_chmod</a> - FTP 経由でファイルのパーミッションを設定する</li>
<li><a href="function.ftp-close.php" class="index">ftp_close</a> - FTP 接続を閉じる</li>
<li><a href="function.ftp-connect.php" class="index">ftp_connect</a> - FTP 接続をオープンする</li>
<li><a href="function.ftp-delete.php" class="index">ftp_delete</a> - FTP サーバー上のファイルを削除する</li>
<li><a href="function.ftp-exec.php" class="index">ftp_exec</a> - FTP サーバー上でのコマンドの実行をリクエストする</li>
<li><a href="function.ftp-fget.php" class="index">ftp_fget</a> - FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する</li>
<li><a href="function.ftp-fput.php" class="index">ftp_fput</a> - オープン中のファイルを FTP サーバーにアップロードする</li>
<li><a href="function.ftp-get.php" class="index">ftp_get</a> - FTP サーバーからファイルをダウンロードする</li>
<li><a href="function.ftp-get-option.php" class="index">ftp_get_option</a> - カレントの FTP 接続での種々の実行時動作を取得する</li>
<li><a href="function.ftp-login.php" class="index">ftp_login</a> - FTP 接続にログインする</li>
<li><a href="function.ftp-mdtm.php" class="index">ftp_mdtm</a> - 指定したファイルが最後に更新された時刻を返す</li>
<li><a href="function.ftp-mkdir.php" class="index">ftp_mkdir</a> - ディレクトリを作成する</li>
<li><a href="function.ftp-mlsd.php" class="index">ftp_mlsd</a> - ディレクトリに存在するファイルの一覧を返す</li>
<li><a href="function.ftp-nb-continue.php" class="index">ftp_nb_continue</a> - ファイルの取得/送信を継続する（非ブロッキング）</li>
<li><a href="function.ftp-nb-fget.php" class="index">ftp_nb_fget</a> - FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する（非ブロッキング）</li>
<li><a href="function.ftp-nb-fput.php" class="index">ftp_nb_fput</a> - オープン中のファイルを FTP サーバーに保存する（非ブロッキング）</li>
<li><a href="function.ftp-nb-get.php" class="index">ftp_nb_get</a> - FTP サーバーからファイルを取得し、ローカルファイルに書き込む（非ブロッキング）</li>
<li><a href="function.ftp-nb-put.php" class="index">ftp_nb_put</a> - FTP サーバーにファイルを保存する（非ブロッキング）</li>
<li><a href="function.ftp-nlist.php" class="index">ftp_nlist</a> - 指定したディレクトリのファイルの一覧を返す</li>
<li><a href="function.ftp-pasv.php" class="index">ftp_pasv</a> - パッシブモードをオンまたはオフにする</li>
<li><a href="function.ftp-put.php" class="index">ftp_put</a> - FTP サーバーにファイルをアップロードする</li>
<li><a href="function.ftp-pwd.php" class="index">ftp_pwd</a> - カレントのディレクトリ名を返す</li>
<li><a href="function.ftp-quit.php" class="index">ftp_quit</a> - ftp_close のエイリアス</li>
<li><a href="function.ftp-raw.php" class="index">ftp_raw</a> - FTP サーバーに任意のコマンドを送信する</li>
<li><a href="function.ftp-rawlist.php" class="index">ftp_rawlist</a> - 指定したディレクトリの詳細なファイル一覧を返す</li>
<li><a href="function.ftp-rename.php" class="index">ftp_rename</a> - FTP サーバー上のファイルまたはディレクトリの名前を変更する</li>
<li><a href="function.ftp-rmdir.php" class="index">ftp_rmdir</a> - ディレクトリを削除する</li>
<li><a href="function.ftp-set-option.php" class="index">ftp_set_option</a> - さまざまな FTP 実行時オプションを設定する</li>
<li><a href="function.ftp-site.php" class="index">ftp_site</a> - SITEコマンドをサーバーに送信する</li>
<li><a href="function.ftp-size.php" class="index">ftp_size</a> - 指定したファイルのサイズを返す</li>
<li><a href="function.ftp-ssl-connect.php" class="index">ftp_ssl_connect</a> - セキュアな SSL-FTP 接続をオープンする</li>
<li><a href="function.ftp-systype.php" class="index">ftp_systype</a> - リモート FTP サーバーのシステム型 ID を返す</li>
<li><a href="function.ftruncate.php" class="index">ftruncate</a> - ファイルを指定した長さに丸める</li>
<li><a href="function.function-exists.php" class="index">function_exists</a> - 指定した関数が定義されている場合に true を返す</li>
<li><a href="function.func-get-arg.php" class="index">func_get_arg</a> - 引数のリストから要素をひとつ返す</li>
<li><a href="function.func-get-args.php" class="index">func_get_args</a> - 関数の引数リストを配列として返す</li>
<li><a href="function.func-num-args.php" class="index">func_num_args</a> - 関数に渡された引数の数を返す</li>
<li><a href="function.fwrite.php" class="index">fwrite</a> - バイナリセーフなファイル書き込み処理</li>
</ul></li>
<li class='gen-index index-for-g'>g<ul id='refentry-index-for-g'>
<li><a href="function.gc-collect-cycles.php" class="index">gc_collect_cycles</a> - すべての既存ガベージサイクルを強制的に収集する</li>
<li><a href="function.gc-disable.php" class="index">gc_disable</a> - 循環参照コレクタを無効にする</li>
<li><a href="function.gc-enable.php" class="index">gc_enable</a> - 循環参照コレクタを有効にする</li>
<li><a href="function.gc-enabled.php" class="index">gc_enabled</a> - 循環参照コレクタの状態を返す</li>
<li><a href="function.gc-mem-caches.php" class="index">gc_mem_caches</a> - Zend Engine のメモリーマネージャによって使用されたメモリーを再利用する</li>
<li><a href="function.gc-status.php" class="index">gc_status</a> - ガベージコレクタに関する情報を取得する</li>
<li><a href="function.gd-info.php" class="index">gd_info</a> - 現在インストールされているGDライブラリに関する情報を取得する</li>
<li><a href="gearmanclient.addoptions.php" class="index">GearmanClient::addOptions</a> - Add client options</li>
<li><a href="gearmanclient.addserver.php" class="index">GearmanClient::addServer</a> - Add a job server to the client</li>
<li><a href="gearmanclient.addservers.php" class="index">GearmanClient::addServers</a> - Add a list of job servers to the client</li>
<li><a href="gearmanclient.addtask.php" class="index">GearmanClient::addTask</a> - Add a task to be run in parallel</li>
<li><a href="gearmanclient.addtaskbackground.php" class="index">GearmanClient::addTaskBackground</a> - Add a background task to be run in parallel</li>
<li><a href="gearmanclient.addtaskhigh.php" class="index">GearmanClient::addTaskHigh</a> - Add a high priority task to run in parallel</li>
<li><a href="gearmanclient.addtaskhighbackground.php" class="index">GearmanClient::addTaskHighBackground</a> - Add a high priority background task to be run in parallel</li>
<li><a href="gearmanclient.addtasklow.php" class="index">GearmanClient::addTaskLow</a> - Add a low priority task to run in parallel</li>
<li><a href="gearmanclient.addtasklowbackground.php" class="index">GearmanClient::addTaskLowBackground</a> - Add a low priority background task to be run in parallel</li>
<li><a href="gearmanclient.addtaskstatus.php" class="index">GearmanClient::addTaskStatus</a> - Add a task to get status</li>
<li><a href="gearmanclient.clearcallbacks.php" class="index">GearmanClient::clearCallbacks</a> - Clear all task callback functions</li>
<li><a href="gearmanclient.clone.php" class="index">GearmanClient::clone</a> - Create a copy of a GearmanClient object</li>
<li><a href="gearmanclient.context.php" class="index">GearmanClient::context</a> - Get the application context</li>
<li><a href="gearmanclient.data.php" class="index">GearmanClient::data</a> - Get the application data (deprecated)</li>
<li><a href="gearmanclient.do.php" class="index">GearmanClient::do</a> - Run a single task and return a result [deprecated]</li>
<li><a href="gearmanclient.dobackground.php" class="index">GearmanClient::doBackground</a> - Run a task in the background</li>
<li><a href="gearmanclient.dohigh.php" class="index">GearmanClient::doHigh</a> - Run a single high priority task</li>
<li><a href="gearmanclient.dohighbackground.php" class="index">GearmanClient::doHighBackground</a> - Run a high priority task in the background</li>
<li><a href="gearmanclient.dojobhandle.php" class="index">GearmanClient::doJobHandle</a> - Get the job handle for the running task</li>
<li><a href="gearmanclient.dolow.php" class="index">GearmanClient::doLow</a> - Run a single low priority task</li>
<li><a href="gearmanclient.dolowbackground.php" class="index">GearmanClient::doLowBackground</a> - Run a low priority task in the background</li>
<li><a href="gearmanclient.donormal.php" class="index">GearmanClient::doNormal</a> - Run a single task and return a result</li>
<li><a href="gearmanclient.dostatus.php" class="index">GearmanClient::doStatus</a> - Get the status for the running task</li>
<li><a href="gearmanclient.echo.php" class="index">GearmanClient::echo</a> - Send data to all job servers to see if they echo it back [deprecated]</li>
<li><a href="gearmanclient.error.php" class="index">GearmanClient::error</a> - Returns an error string for the last error encountered</li>
<li><a href="gearmanclient.geterrno.php" class="index">GearmanClient::getErrno</a> - Get an errno value</li>
<li><a href="gearmanclient.jobstatus.php" class="index">GearmanClient::jobStatus</a> - Get the status of a background job</li>
<li><a href="gearmanclient.ping.php" class="index">GearmanClient::ping</a> - Send data to all job servers to see if they echo it back</li>
<li><a href="gearmanclient.removeoptions.php" class="index">GearmanClient::removeOptions</a> - Remove client options</li>
<li><a href="gearmanclient.returncode.php" class="index">GearmanClient::returnCode</a> - Get the last Gearman return code</li>
<li><a href="gearmanclient.runtasks.php" class="index">GearmanClient::runTasks</a> - Run a list of tasks in parallel</li>
<li><a href="gearmanclient.setclientcallback.php" class="index">GearmanClient::setClientCallback</a> - Callback function when there is a data packet for a task (deprecated)</li>
<li><a href="gearmanclient.setcompletecallback.php" class="index">GearmanClient::setCompleteCallback</a> - Set a function to be called on task completion</li>
<li><a href="gearmanclient.setcontext.php" class="index">GearmanClient::setContext</a> - Set application context</li>
<li><a href="gearmanclient.setcreatedcallback.php" class="index">GearmanClient::setCreatedCallback</a> - Set a callback for when a task is queued</li>
<li><a href="gearmanclient.setdata.php" class="index">GearmanClient::setData</a> - Set application data (deprecated)</li>
<li><a href="gearmanclient.setdatacallback.php" class="index">GearmanClient::setDataCallback</a> - Callback function when there is a data packet for a task</li>
<li><a href="gearmanclient.setexceptioncallback.php" class="index">GearmanClient::setExceptionCallback</a> - Set a callback for worker exceptions</li>
<li><a href="gearmanclient.setfailcallback.php" class="index">GearmanClient::setFailCallback</a> - Set callback for job failure</li>
<li><a href="gearmanclient.setoptions.php" class="index">GearmanClient::setOptions</a> - Set client options</li>
<li><a href="gearmanclient.setstatuscallback.php" class="index">GearmanClient::setStatusCallback</a> - Set a callback for collecting task status</li>
<li><a href="gearmanclient.settimeout.php" class="index">GearmanClient::setTimeout</a> - Set socket I/O activity timeout</li>
<li><a href="gearmanclient.setwarningcallback.php" class="index">GearmanClient::setWarningCallback</a> - Set a callback for worker warnings</li>
<li><a href="gearmanclient.setworkloadcallback.php" class="index">GearmanClient::setWorkloadCallback</a> - Set a callback for accepting incremental data updates</li>
<li><a href="gearmanclient.timeout.php" class="index">GearmanClient::timeout</a> - Get current socket I/O activity timeout value</li>
<li><a href="gearmanclient.wait.php" class="index">GearmanClient::wait</a> - Wait for I/O activity on all connections in a client</li>
<li><a href="gearmanclient.construct.php" class="index">GearmanClient::__construct</a> - Create a GearmanClient instance</li>
<li><a href="gearmanjob.complete.php" class="index">GearmanJob::complete</a> - Send the result and complete status (deprecated)</li>
<li><a href="gearmanjob.data.php" class="index">GearmanJob::data</a> - Send data for a running job (deprecated)</li>
<li><a href="gearmanjob.exception.php" class="index">GearmanJob::exception</a> - Send exception for running job (deprecated)</li>
<li><a href="gearmanjob.fail.php" class="index">GearmanJob::fail</a> - Send fail status (deprecated)</li>
<li><a href="gearmanjob.functionname.php" class="index">GearmanJob::functionName</a> - Get function name</li>
<li><a href="gearmanjob.handle.php" class="index">GearmanJob::handle</a> - Get the job handle</li>
<li><a href="gearmanjob.returncode.php" class="index">GearmanJob::returnCode</a> - Get last return code</li>
<li><a href="gearmanjob.sendcomplete.php" class="index">GearmanJob::sendComplete</a> - Send the result and complete status</li>
<li><a href="gearmanjob.senddata.php" class="index">GearmanJob::sendData</a> - Send data for a running job</li>
<li><a href="gearmanjob.sendexception.php" class="index">GearmanJob::sendException</a> - Send exception for running job (exception)</li>
<li><a href="gearmanjob.sendfail.php" class="index">GearmanJob::sendFail</a> - Send fail status</li>
<li><a href="gearmanjob.sendstatus.php" class="index">GearmanJob::sendStatus</a> - Send status</li>
<li><a href="gearmanjob.sendwarning.php" class="index">GearmanJob::sendWarning</a> - Send a warning</li>
<li><a href="gearmanjob.setreturn.php" class="index">GearmanJob::setReturn</a> - Set a return value</li>
<li><a href="gearmanjob.status.php" class="index">GearmanJob::status</a> - Send status (deprecated)</li>
<li><a href="gearmanjob.unique.php" class="index">GearmanJob::unique</a> - Get the unique identifier</li>
<li><a href="gearmanjob.warning.php" class="index">GearmanJob::warning</a> - Send a warning (deprecated)</li>
<li><a href="gearmanjob.workload.php" class="index">GearmanJob::workload</a> - Get workload</li>
<li><a href="gearmanjob.workloadsize.php" class="index">GearmanJob::workloadSize</a> - Get size of work load</li>
<li><a href="gearmanjob.construct.php" class="index">GearmanJob::__construct</a> - Create a GearmanJob instance</li>
<li><a href="gearmantask.create.php" class="index">GearmanTask::create</a> - Create a task (deprecated)</li>
<li><a href="gearmantask.data.php" class="index">GearmanTask::data</a> - Get data returned for a task</li>
<li><a href="gearmantask.datasize.php" class="index">GearmanTask::dataSize</a> - Get the size of returned data</li>
<li><a href="gearmantask.function.php" class="index">GearmanTask::function</a> - Get associated function name (deprecated)</li>
<li><a href="gearmantask.functionname.php" class="index">GearmanTask::functionName</a> - Get associated function name</li>
<li><a href="gearmantask.isknown.php" class="index">GearmanTask::isKnown</a> - Determine if task is known</li>
<li><a href="gearmantask.isrunning.php" class="index">GearmanTask::isRunning</a> - Test whether the task is currently running</li>
<li><a href="gearmantask.jobhandle.php" class="index">GearmanTask::jobHandle</a> - Get the job handle</li>
<li><a href="gearmantask.recvdata.php" class="index">GearmanTask::recvData</a> - Read work or result data into a buffer for a task</li>
<li><a href="gearmantask.returncode.php" class="index">GearmanTask::returnCode</a> - Get the last return code</li>
<li><a href="gearmantask.senddata.php" class="index">GearmanTask::sendData</a> - Send data for a task (deprecated)</li>
<li><a href="gearmantask.sendworkload.php" class="index">GearmanTask::sendWorkload</a> - Send data for a task</li>
<li><a href="gearmantask.taskdenominator.php" class="index">GearmanTask::taskDenominator</a> - Get completion percentage denominator</li>
<li><a href="gearmantask.tasknumerator.php" class="index">GearmanTask::taskNumerator</a> - Get completion percentage numerator</li>
<li><a href="gearmantask.unique.php" class="index">GearmanTask::unique</a> - Get the unique identifier for a task</li>
<li><a href="gearmantask.uuid.php" class="index">GearmanTask::uuid</a> - Get the unique identifier for a task (deprecated)</li>
<li><a href="gearmantask.construct.php" class="index">GearmanTask::__construct</a> - Create a GearmanTask instance</li>
<li><a href="gearmanworker.addfunction.php" class="index">GearmanWorker::addFunction</a> - Register and add callback function</li>
<li><a href="gearmanworker.addoptions.php" class="index">GearmanWorker::addOptions</a> - Add worker options</li>
<li><a href="gearmanworker.addserver.php" class="index">GearmanWorker::addServer</a> - Add a job server</li>
<li><a href="gearmanworker.addservers.php" class="index">GearmanWorker::addServers</a> - Add job servers</li>
<li><a href="gearmanworker.clone.php" class="index">GearmanWorker::clone</a> - Create a copy of the worker</li>
<li><a href="gearmanworker.echo.php" class="index">GearmanWorker::echo</a> - Test job server response</li>
<li><a href="gearmanworker.error.php" class="index">GearmanWorker::error</a> - Get the last error encountered</li>
<li><a href="gearmanworker.geterrno.php" class="index">GearmanWorker::getErrno</a> - Get errno</li>
<li><a href="gearmanworker.options.php" class="index">GearmanWorker::options</a> - Get worker options</li>
<li><a href="gearmanworker.register.php" class="index">GearmanWorker::register</a> - Register a function with the job server</li>
<li><a href="gearmanworker.removeoptions.php" class="index">GearmanWorker::removeOptions</a> - Remove worker options</li>
<li><a href="gearmanworker.returncode.php" class="index">GearmanWorker::returnCode</a> - Get last Gearman return code</li>
<li><a href="gearmanworker.setid.php" class="index">GearmanWorker::setId</a> - Give the worker an identifier so it can be tracked when asking gearmand for the list of available workers</li>
<li><a href="gearmanworker.setoptions.php" class="index">GearmanWorker::setOptions</a> - Set worker options</li>
<li><a href="gearmanworker.settimeout.php" class="index">GearmanWorker::setTimeout</a> - Set socket I/O activity timeout</li>
<li><a href="gearmanworker.timeout.php" class="index">GearmanWorker::timeout</a> - Get socket I/O activity timeout</li>
<li><a href="gearmanworker.unregister.php" class="index">GearmanWorker::unregister</a> - Unregister a function name with the job servers</li>
<li><a href="gearmanworker.unregisterall.php" class="index">GearmanWorker::unregisterAll</a> - Unregister all function names with the job servers</li>
<li><a href="gearmanworker.wait.php" class="index">GearmanWorker::wait</a> - Wait for activity from one of the job servers</li>
<li><a href="gearmanworker.work.php" class="index">GearmanWorker::work</a> - Wait for and perform jobs</li>
<li><a href="gearmanworker.construct.php" class="index">GearmanWorker::__construct</a> - Create a GearmanWorker instance</li>
<li><a href="gender-gender.connect.php" class="index">Gender\Gender::connect</a> - 外部の名前ディレクトリに接続する</li>
<li><a href="gender-gender.country.php" class="index">Gender\Gender::country</a> - 国を表すテキストを取得する</li>
<li><a href="gender-gender.get.php" class="index">Gender\Gender::get</a> - 性別を取得する</li>
<li><a href="gender-gender.isnick.php" class="index">Gender\Gender::isNick</a> - name0 が name1 のエイリアスかどうかを調べる</li>
<li><a href="gender-gender.similarnames.php" class="index">Gender\Gender::similarNames</a> - 似た名前を取得する</li>
<li><a href="gender-gender.construct.php" class="index">Gender\Gender::__construct</a> - Gender オブジェクトを作る</li>
<li><a href="generator.current.php" class="index">Generator::current</a> - yield した値を取得する</li>
<li><a href="generator.getreturn.php" class="index">Generator::getReturn</a> - ジェネレータの戻り値を取得する</li>
<li><a href="generator.key.php" class="index">Generator::key</a> - yield したキーを取得する</li>
<li><a href="generator.next.php" class="index">Generator::next</a> - ジェネレータを続行する</li>
<li><a href="generator.rewind.php" class="index">Generator::rewind</a> - 最初の yield までジェネレータを実行する</li>
<li><a href="generator.send.php" class="index">Generator::send</a> - 値をジェネレータに送る</li>
<li><a href="generator.throw.php" class="index">Generator::throw</a> - 例外をジェネレータにスローする</li>
<li><a href="generator.valid.php" class="index">Generator::valid</a> - イテレータが終了したかどうかを調べる</li>
<li><a href="generator.wakeup.php" class="index">Generator::__wakeup</a> - シリアライズのコールバック</li>
<li><a href="function.geoip-asnum-by-name.php" class="index">geoip_asnum_by_name</a> - AS番号(ASN) を取得する</li>
<li><a href="function.geoip-continent-code-by-name.php" class="index">geoip_continent_code_by_name</a> - 二文字の大陸コードを取得する</li>
<li><a href="function.geoip-country-code3-by-name.php" class="index">geoip_country_code3_by_name</a> - 三文字の国コードを取得する</li>
<li><a href="function.geoip-country-code-by-name.php" class="index">geoip_country_code_by_name</a> - 二文字の国コードを取得する</li>
<li><a href="function.geoip-country-name-by-name.php" class="index">geoip_country_name_by_name</a> - 完全な国名を取得する</li>
<li><a href="function.geoip-database-info.php" class="index">geoip_database_info</a> - GeoIP データベースの情報を取得する</li>
<li><a href="function.geoip-db-avail.php" class="index">geoip_db_avail</a> - GeoIP データベースが使用可能かどうかを調べる</li>
<li><a href="function.geoip-db-filename.php" class="index">geoip_db_filename</a> - 対応する GeoIP データベースのファイル名を返す</li>
<li><a href="function.geoip-db-get-all-info.php" class="index">geoip_db_get_all_info</a> - すべての GeoIP データベース形式についての詳細情報を返す</li>
<li><a href="function.geoip-domain-by-name.php" class="index">geoip_domain_by_name</a> - セカンドレベルドメインの名前を取得する</li>
<li><a href="function.geoip-id-by-name.php" class="index">geoip_id_by_name</a> - インターネット接続方式を取得する</li>
<li><a href="function.geoip-isp-by-name.php" class="index">geoip_isp_by_name</a> - インターネットサービスプロバイダ (ISP) 名を取得する</li>
<li><a href="function.geoip-netspeedcell-by-name.php" class="index">geoip_netspeedcell_by_name</a> - インターネットへの接続速度を取得する</li>
<li><a href="function.geoip-org-by-name.php" class="index">geoip_org_by_name</a> - 組織名を取得する</li>
<li><a href="function.geoip-record-by-name.php" class="index">geoip_record_by_name</a> - GeoIP データベースで見つかった詳細な都市情報を返す</li>
<li><a href="function.geoip-region-by-name.php" class="index">geoip_region_by_name</a> - 国コードおよび地域を取得する</li>
<li><a href="function.geoip-region-name-by-code.php" class="index">geoip_region_name_by_code</a> - 国コードと地域コードから地域名を返す</li>
<li><a href="function.geoip-setup-custom-directory.php" class="index">geoip_setup_custom_directory</a> - GeoIP データベースのカスタムディレクトリを設定する</li>
<li><a href="function.geoip-time-zone-by-country-and-region.php" class="index">geoip_time_zone_by_country_and_region</a> - 国コードと地域コードからタイムゾーンを返す</li>
<li><a href="function.getallheaders.php" class="index">getallheaders</a> - 全てのHTTPリクエストヘッダを取得する</li>
<li><a href="function.getcwd.php" class="index">getcwd</a> - カレントのワーキングディレクトリを取得する</li>
<li><a href="function.getdate.php" class="index">getdate</a> - 日付/時刻情報を取得する</li>
<li><a href="function.getenv.php" class="index">getenv</a> - 環境変数の値をひとつ、または全て取得する</li>
<li><a href="function.gethostbyaddr.php" class="index">gethostbyaddr</a> - 指定した IP アドレスに対応するインターネットホスト名を取得する</li>
<li><a href="function.gethostbyname.php" class="index">gethostbyname</a> - インターネットホスト名に対応するIPv4アドレスを取得する</li>
<li><a href="function.gethostbynamel.php" class="index">gethostbynamel</a> - 指定したインターネットホスト名に対応するIPv4アドレスのリストを取得する</li>
<li><a href="function.gethostname.php" class="index">gethostname</a> - ホスト名を取得する</li>
<li><a href="function.getimagesize.php" class="index">getimagesize</a> - 画像の大きさを取得する</li>
<li><a href="function.getimagesizefromstring.php" class="index">getimagesizefromstring</a> - 画像の大きさを文字列から取得する</li>
<li><a href="function.getlastmod.php" class="index">getlastmod</a> - 最終更新時刻を取得する</li>
<li><a href="function.getmxrr.php" class="index">getmxrr</a> - 指定したインターネットホスト名に対応する MX レコードを取得する</li>
<li><a href="function.getmygid.php" class="index">getmygid</a> - PHP スクリプトの所有者の GID を得る</li>
<li><a href="function.getmyinode.php" class="index">getmyinode</a> - 現在のスクリプトの inode を取得する</li>
<li><a href="function.getmypid.php" class="index">getmypid</a> - PHP のプロセス ID を取得する</li>
<li><a href="function.getmyuid.php" class="index">getmyuid</a> - PHP スクリプト所有者のユーザー ID を取得する</li>
<li><a href="function.getopt.php" class="index">getopt</a> - コマンドライン引数のリストからオプションを取得する</li>
<li><a href="function.getprotobyname.php" class="index">getprotobyname</a> - プロトコル名のプロトコル番号を得る</li>
<li><a href="function.getprotobynumber.php" class="index">getprotobynumber</a> - プロトコル番号が指すプロトコル名を取得する</li>
<li><a href="function.getrandmax.php" class="index">getrandmax</a> - 乱数の最大値を取得する</li>
<li><a href="function.getrusage.php" class="index">getrusage</a> - 現在のリソース使用状況を取得する</li>
<li><a href="function.getservbyname.php" class="index">getservbyname</a> - インターネットサービスおよびプロトコルが関連するポート番号を取得する</li>
<li><a href="function.getservbyport.php" class="index">getservbyport</a> - ポートおよびプロトコルに対応するインターネットサービスを得る</li>
<li><a href="function.mysql-xdevapi-getsession.php" class="index">getSession</a> - MySQL サーバーに接続する</li>
<li><a href="function.gettext.php" class="index">gettext</a> - 現在のドメインのメッセージを参照する</li>
<li><a href="function.gettimeofday.php" class="index">gettimeofday</a> - 現在の時間を得る</li>
<li><a href="function.gettype.php" class="index">gettype</a> - 変数の型を取得する</li>
<li><a href="function.get-browser.php" class="index">get_browser</a> - ユーザーのブラウザの機能を取得する</li>
<li><a href="function.get-called-class.php" class="index">get_called_class</a> - &quot;遅延静的束縛&quot; のクラス名</li>
<li><a href="function.get-cfg-var.php" class="index">get_cfg_var</a> - PHP 設定オプションの値を取得する</li>
<li><a href="function.get-class.php" class="index">get_class</a> - オブジェクトのクラス名を返す</li>
<li><a href="function.get-class-methods.php" class="index">get_class_methods</a> - クラスメソッドの名前を取得する</li>
<li><a href="function.get-class-vars.php" class="index">get_class_vars</a> - クラスのデフォルトプロパティを取得する</li>
<li><a href="function.get-current-user.php" class="index">get_current_user</a> - 現在の PHP スクリプトの所有者の名前を取得する</li>
<li><a href="function.get-debug-type.php" class="index">get_debug_type</a> - 変数の型名をデバッグしやすい形で取得する</li>
<li><a href="function.get-declared-classes.php" class="index">get_declared_classes</a> - 定義済のクラスの名前を配列として返す</li>
<li><a href="function.get-declared-interfaces.php" class="index">get_declared_interfaces</a> - 宣言されている全てのインターフェイスの配列を返す</li>
<li><a href="function.get-declared-traits.php" class="index">get_declared_traits</a> - 宣言されているすべてのトレイトの配列を返す</li>
<li><a href="function.get-defined-constants.php" class="index">get_defined_constants</a> - すべての定数の名前とその値を連想配列として返す</li>
<li><a href="function.get-defined-functions.php" class="index">get_defined_functions</a> - 定義済みの全ての関数を配列で返す</li>
<li><a href="function.get-defined-vars.php" class="index">get_defined_vars</a> - 全ての定義済の変数を配列で返す</li>
<li><a href="function.get-error-handler.php" class="index">get_error_handler</a> - ユーザー定義のエラーハンドラ関数を取得する</li>
<li><a href="function.get-exception-handler.php" class="index">get_exception_handler</a> - ユーザー定義の例外ハンドラ関数を取得する</li>
<li><a href="function.get-extension-funcs.php" class="index">get_extension_funcs</a> - あるモジュールの関数名を配列として返す</li>
<li><a href="function.get-headers.php" class="index">get_headers</a> - HTTP リクエストに対するレスポンス内で
   サーバーによって送出された全てのヘッダを取得する</li>
<li><a href="function.get-html-translation-table.php" class="index">get_html_translation_table</a> - htmlspecialchars および htmlentities で使用される変換テーブルを返す</li>
<li><a href="function.get-included-files.php" class="index">get_included_files</a> - include または require で読み込まれたファイルの名前を配列として返す</li>
<li><a href="function.get-include-path.php" class="index">get_include_path</a> - 現在の include_path 設定オプションを取得する</li>
<li><a href="function.get-loaded-extensions.php" class="index">get_loaded_extensions</a> - コンパイル/ロードされている全てのモジュールの名前を配列として返す</li>
<li><a href="function.get-magic-quotes-gpc.php" class="index">get_magic_quotes_gpc</a> - magic_quotes_gpc の現在の設定を得る</li>
<li><a href="function.get-magic-quotes-runtime.php" class="index">get_magic_quotes_runtime</a> - magic_quotes_runtime の現在アクティブな設定値を取得する</li>
<li><a href="function.get-mangled-object-vars.php" class="index">get_mangled_object_vars</a> - マングリングされたオブジェクトのプロパティを配列で返す</li>
<li><a href="function.get-meta-tags.php" class="index">get_meta_tags</a> - ファイル上のすべてのメタタグ情報を配列に展開する</li>
<li><a href="function.get-object-vars.php" class="index">get_object_vars</a> - 指定したオブジェクトのプロパティを取得する</li>
<li><a href="function.get-parent-class.php" class="index">get_parent_class</a> - オブジェクトの親クラスの名前を取得する</li>
<li><a href="function.get-required-files.php" class="index">get_required_files</a> - get_included_files のエイリアス</li>
<li><a href="function.get-resources.php" class="index">get_resources</a> - アクティブなリソースを返す</li>
<li><a href="function.get-resource-id.php" class="index">get_resource_id</a> - 指定されたリソースの、数値の識別子を返す</li>
<li><a href="function.get-resource-type.php" class="index">get_resource_type</a> - リソース型を返す</li>
<li><a href="function.glob.php" class="index">glob</a> - パターンにマッチするパス名を探す</li>
<li><a href="globiterator.count.php" class="index">GlobIterator::count</a> - ディレクトリやファイルの数を取得する</li>
<li><a href="globiterator.construct.php" class="index">GlobIterator::__construct</a> - glob を使うディレクトリを作成する</li>
<li><a href="gmagick.addimage.php" class="index">Gmagick::addimage</a> - 新しい画像を Gmagick オブジェクトの画像リストに追加する</li>
<li><a href="gmagick.addnoiseimage.php" class="index">Gmagick::addnoiseimage</a> - ランダムなノイズを画像に追加する</li>
<li><a href="gmagick.annotateimage.php" class="index">Gmagick::annotateimage</a> - 画像にテキストによる注記を加える</li>
<li><a href="gmagick.blurimage.php" class="index">Gmagick::blurimage</a> - blur (にじみ) フィルタを画像に追加する</li>
<li><a href="gmagick.borderimage.php" class="index">Gmagick::borderimage</a> - 画像の周りを枠線で囲む</li>
<li><a href="gmagick.charcoalimage.php" class="index">Gmagick::charcoalimage</a> - 木炭画をシミュレートする</li>
<li><a href="gmagick.chopimage.php" class="index">Gmagick::chopimage</a> - 画像の一部を取り除き、切り詰める</li>
<li><a href="gmagick.clear.php" class="index">Gmagick::clear</a> - Gmagick オブジェクトに関連付けられたすべてのリソースをクリアする</li>
<li><a href="gmagick.commentimage.php" class="index">Gmagick::commentimage</a> - コメントを画像に追加する</li>
<li><a href="gmagick.compositeimage.php" class="index">Gmagick::compositeimage</a> - ある画像を別の画像に合成する</li>
<li><a href="gmagick.cropimage.php" class="index">Gmagick::cropimage</a> - 画像の一部を抽出する</li>
<li><a href="gmagick.cropthumbnailimage.php" class="index">Gmagick::cropthumbnailimage</a> - 切り取ってサムネイルを作成する</li>
<li><a href="gmagick.current.php" class="index">Gmagick::current</a> - 現在の Gmagick オブジェクトへの参照を返す</li>
<li><a href="gmagick.cyclecolormapimage.php" class="index">Gmagick::cyclecolormapimage</a> - 画像のカラーマップを移動する</li>
<li><a href="gmagick.deconstructimages.php" class="index">Gmagick::deconstructimages</a> - 画像間の特定のピクセルの差を返す</li>
<li><a href="gmagick.despeckleimage.php" class="index">Gmagick::despeckleimage</a> - 画像内のスペックルノイズを軽減する</li>
<li><a href="gmagick.destroy.php" class="index">Gmagick::destroy</a> - Gmagick オブジェクトを破棄する</li>
<li><a href="gmagick.drawimage.php" class="index">Gmagick::drawimage</a> - 現在の画像上の GmagickDraw オブジェクトをレンダリングする</li>
<li><a href="gmagick.edgeimage.php" class="index">Gmagick::edgeimage</a> - 画像の輪郭を強調する</li>
<li><a href="gmagick.embossimage.php" class="index">Gmagick::embossimage</a> - グレースケール画像に三次元効果を施して返す</li>
<li><a href="gmagick.enhanceimage.php" class="index">Gmagick::enhanceimage</a> - ノイジーな画像の品質を向上させる</li>
<li><a href="gmagick.equalizeimage.php" class="index">Gmagick::equalizeimage</a> - 画像ヒストグラムを均等化する</li>
<li><a href="gmagick.flipimage.php" class="index">Gmagick::flipimage</a> - 垂直方向に反転した画像を作成する</li>
<li><a href="gmagick.flopimage.php" class="index">Gmagick::flopimage</a> - 水平方向に反転した画像を作成する</li>
<li><a href="gmagick.frameimage.php" class="index">Gmagick::frameimage</a> - 三次元の枠線をシミュレートする</li>
<li><a href="gmagick.gammaimage.php" class="index">Gmagick::gammaimage</a> - 画像をガンマ補正する</li>
<li><a href="gmagick.getcopyright.php" class="index">Gmagick::getcopyright</a> - GraphicsMagick API の著作権情報を文字列で返す</li>
<li><a href="gmagick.getfilename.php" class="index">Gmagick::getfilename</a> - 画像シーケンスに関連付けられたファイル名を取得する</li>
<li><a href="gmagick.getimagebackgroundcolor.php" class="index">Gmagick::getimagebackgroundcolor</a> - 画像の背景色を返す</li>
<li><a href="gmagick.getimageblueprimary.php" class="index">Gmagick::getimageblueprimary</a> - 青が一番強い点を返す</li>
<li><a href="gmagick.getimagebordercolor.php" class="index">Gmagick::getimagebordercolor</a> - 画像の前景色を返す</li>
<li><a href="gmagick.getimagechanneldepth.php" class="index">Gmagick::getimagechanneldepth</a> - 特定の画像チャネルの深度を返す</li>
<li><a href="gmagick.getimagecolors.php" class="index">Gmagick::getimagecolors</a> - 指定した色マップインデックスの色を返す</li>
<li><a href="gmagick.getimagecolorspace.php" class="index">Gmagick::getimagecolorspace</a> - 画像の色空間を取得する</li>
<li><a href="gmagick.getimagecompose.php" class="index">Gmagick::getimagecompose</a> - 画像の合成演算子を返す</li>
<li><a href="gmagick.getimagedelay.php" class="index">Gmagick::getimagedelay</a> - 画像の遅延を取得する</li>
<li><a href="gmagick.getimagedepth.php" class="index">Gmagick::getimagedepth</a> - 画像の深度を取得する</li>
<li><a href="gmagick.getimagedispose.php" class="index">Gmagick::getimagedispose</a> - 画像の配置方法を取得する</li>
<li><a href="gmagick.getimageextrema.php" class="index">Gmagick::getimageextrema</a> - 画像の極値を取得する</li>
<li><a href="gmagick.getimagefilename.php" class="index">Gmagick::getimagefilename</a> - シーケンス内の特定の画像のファイル名を返す</li>
<li><a href="gmagick.getimageformat.php" class="index">Gmagick::getimageformat</a> - シーケンス内の特定の画像のフォーマットを返す</li>
<li><a href="gmagick.getimagegamma.php" class="index">Gmagick::getimagegamma</a> - 画像のガンマを取得する</li>
<li><a href="gmagick.getimagegreenprimary.php" class="index">Gmagick::getimagegreenprimary</a> - 緑が一番強い点を返す</li>
<li><a href="gmagick.getimageheight.php" class="index">Gmagick::getimageheight</a> - 画像の高さを返す</li>
<li><a href="gmagick.getimagehistogram.php" class="index">Gmagick::getimagehistogram</a> - 画像のヒストグラムを取得する</li>
<li><a href="gmagick.getimageindex.php" class="index">Gmagick::getimageindex</a> - 現在アクティブな画像のインデックスを取得する</li>
<li><a href="gmagick.getimageinterlacescheme.php" class="index">Gmagick::getimageinterlacescheme</a> - 画像のインターレース手法を取得する</li>
<li><a href="gmagick.getimageiterations.php" class="index">Gmagick::getimageiterations</a> - 画像の反復を取得する</li>
<li><a href="gmagick.getimagematte.php" class="index">Gmagick::getimagematte</a> - 画像がマットチャネルを持っているかどうかを調べる</li>
<li><a href="gmagick.getimagemattecolor.php" class="index">Gmagick::getimagemattecolor</a> - 画像のマット色を返す</li>
<li><a href="gmagick.getimageprofile.php" class="index">Gmagick::getimageprofile</a> - 指定した名前の画像プロファイルを返す</li>
<li><a href="gmagick.getimageredprimary.php" class="index">Gmagick::getimageredprimary</a> - 赤が一番強い点を返す</li>
<li><a href="gmagick.getimagerenderingintent.php" class="index">Gmagick::getimagerenderingintent</a> - 画像のレンダリング方向を取得する</li>
<li><a href="gmagick.getimageresolution.php" class="index">Gmagick::getimageresolution</a> - 画像の X 方向と Y 方向の解像度を取得する</li>
<li><a href="gmagick.getimagescene.php" class="index">Gmagick::getimagescene</a> - 画像のシーンを取得する</li>
<li><a href="gmagick.getimagesignature.php" class="index">Gmagick::getimagesignature</a> - SHA-256 メッセージダイジェストを生成する</li>
<li><a href="gmagick.getimagetype.php" class="index">Gmagick::getimagetype</a> - 画像の型を取得する</li>
<li><a href="gmagick.getimageunits.php" class="index">Gmagick::getimageunits</a> - 画像の解像度の単位を取得する</li>
<li><a href="gmagick.getimagewhitepoint.php" class="index">Gmagick::getimagewhitepoint</a> - 色度が白い点を返す</li>
<li><a href="gmagick.getimagewidth.php" class="index">Gmagick::getimagewidth</a> - 画像の幅を返す</li>
<li><a href="gmagick.getpackagename.php" class="index">Gmagick::getpackagename</a> - GraphicsMagick パッケージ名を返す</li>
<li><a href="gmagick.getquantumdepth.php" class="index">Gmagick::getquantumdepth</a> - Gmagick quantum depth を返す</li>
<li><a href="gmagick.getreleasedate.php" class="index">Gmagick::getreleasedate</a> - GraphicsMagick のリリース日を返す</li>
<li><a href="gmagick.getsamplingfactors.php" class="index">Gmagick::getsamplingfactors</a> - 水平方向および垂直方向のサンプリング係数を取得する</li>
<li><a href="gmagick.getsize.php" class="index">Gmagick::getsize</a> - Gmagick オブジェクトのサイズを取得する</li>
<li><a href="gmagick.getversion.php" class="index">Gmagick::getversion</a> - GraphicsMagick API のバージョンを返す</li>
<li><a href="gmagick.hasnextimage.php" class="index">Gmagick::hasnextimage</a> - オブジェクトが次の画像を保持しているかどうかを調べる</li>
<li><a href="gmagick.haspreviousimage.php" class="index">Gmagick::haspreviousimage</a> - オブジェクトが前の画像を保持しているかどうかを調べる</li>
<li><a href="gmagick.implodeimage.php" class="index">Gmagick::implodeimage</a> - 新しい画像をコピーとして作成する</li>
<li><a href="gmagick.labelimage.php" class="index">Gmagick::labelimage</a> - ラベルを画像に追加する</li>
<li><a href="gmagick.levelimage.php" class="index">Gmagick::levelimage</a> - 画像のレベルを調節する</li>
<li><a href="gmagick.magnifyimage.php" class="index">Gmagick::magnifyimage</a> - 画像を二倍に比例拡大する</li>
<li><a href="gmagick.mapimage.php" class="index">Gmagick::mapimage</a> - 画像の色を、参照画像の中の最も近い色に置き換える</li>
<li><a href="gmagick.medianfilterimage.php" class="index">Gmagick::medianfilterimage</a> - デジタルフィルタを適用する</li>
<li><a href="gmagick.minifyimage.php" class="index">Gmagick::minifyimage</a> - 画像をその半分のサイズに比例縮小する</li>
<li><a href="gmagick.modulateimage.php" class="index">Gmagick::modulateimage</a> - 明度、彩度、色相を制御する</li>
<li><a href="gmagick.motionblurimage.php" class="index">Gmagick::motionblurimage</a> - モーションブラーをシミュレートする</li>
<li><a href="gmagick.newimage.php" class="index">Gmagick::newimage</a> - 新しい画像を作成する</li>
<li><a href="gmagick.nextimage.php" class="index">Gmagick::nextimage</a> - 次の画像に移動する</li>
<li><a href="gmagick.normalizeimage.php" class="index">Gmagick::normalizeimage</a> - カラー画像のコントラストを強調する</li>
<li><a href="gmagick.oilpaintimage.php" class="index">Gmagick::oilpaintimage</a> - 油絵をシミュレートする</li>
<li><a href="gmagick.previousimage.php" class="index">Gmagick::previousimage</a> - オブジェクト内の前の画像に移動する</li>
<li><a href="gmagick.profileimage.php" class="index">Gmagick::profileimage</a> - 画像のプロファイルを追加あるいは削除する</li>
<li><a href="gmagick.quantizeimage.php" class="index">Gmagick::quantizeimage</a> - 参照画像内の色を解析する</li>
<li><a href="gmagick.quantizeimages.php" class="index">Gmagick::quantizeimages</a> - 画像シーケンス内の色を解析する</li>
<li><a href="gmagick.queryfontmetrics.php" class="index">Gmagick::queryfontmetrics</a> - フォントメトリクスを表す配列を返す</li>
<li><a href="gmagick.queryfonts.php" class="index">Gmagick::queryfonts</a> - 設定したフォントを返す</li>
<li><a href="gmagick.queryformats.php" class="index">Gmagick::queryformats</a> - Gmagick がサポートするフォーマットを返す</li>
<li><a href="gmagick.radialblurimage.php" class="index">Gmagick::radialblurimage</a> - 画像にラジアルブラーを施す</li>
<li><a href="gmagick.raiseimage.php" class="index">Gmagick::raiseimage</a> - 三次元のボタン風の効果をシミュレートする</li>
<li><a href="gmagick.read.php" class="index">Gmagick::read</a> - ファイルから画像を読み込む</li>
<li><a href="gmagick.readimage.php" class="index">Gmagick::readimage</a> - ファイルから画像を読み込む</li>
<li><a href="gmagick.readimageblob.php" class="index">Gmagick::readimageblob</a> - バイナリ文字列から画像を読み込む</li>
<li><a href="gmagick.readimagefile.php" class="index">Gmagick::readimagefile</a> - オープンしているファイルハンドルから画像を読み込む</li>
<li><a href="gmagick.reducenoiseimage.php" class="index">Gmagick::reducenoiseimage</a> - 画像の輪郭をなめらかにする</li>
<li><a href="gmagick.removeimage.php" class="index">Gmagick::removeimage</a> - 画像リストから画像を削除する</li>
<li><a href="gmagick.removeimageprofile.php" class="index">Gmagick::removeimageprofile</a> - 指定した名前の画像プロファイルを削除して返す</li>
<li><a href="gmagick.resampleimage.php" class="index">Gmagick::resampleimage</a> - 画像を指定した解像度にリサンプリングする</li>
<li><a href="gmagick.resizeimage.php" class="index">Gmagick::resizeimage</a> - 画像のサイズを変更する</li>
<li><a href="gmagick.rollimage.php" class="index">Gmagick::rollimage</a> - 画像を補正する</li>
<li><a href="gmagick.rotateimage.php" class="index">Gmagick::rotateimage</a> - 画像を回転する</li>
<li><a href="gmagick.scaleimage.php" class="index">Gmagick::scaleimage</a> - 画像のサイズを変更する</li>
<li><a href="gmagick.separateimagechannel.php" class="index">Gmagick::separateimagechannel</a> - 画像からチャネルを分離する</li>
<li><a href="gmagick.setcompressionquality.php" class="index">Gmagick::setCompressionQuality</a> - オブジェクトのデフォルトの圧縮クオリティを設定する</li>
<li><a href="gmagick.setfilename.php" class="index">Gmagick::setfilename</a> - 画像を読み書きする前にファイル名を設定する</li>
<li><a href="gmagick.setimagebackgroundcolor.php" class="index">Gmagick::setimagebackgroundcolor</a> - 画像の背景色を設定する</li>
<li><a href="gmagick.setimageblueprimary.php" class="index">Gmagick::setimageblueprimary</a> - 青が一番強い点を設定する</li>
<li><a href="gmagick.setimagebordercolor.php" class="index">Gmagick::setimagebordercolor</a> - 画像の枠線の色を設定する</li>
<li><a href="gmagick.setimagechanneldepth.php" class="index">Gmagick::setimagechanneldepth</a> - 特定の画像チャネルの深度を設定する</li>
<li><a href="gmagick.setimagecolorspace.php" class="index">Gmagick::setimagecolorspace</a> - 画像の色空間を設定する</li>
<li><a href="gmagick.setimagecompose.php" class="index">Gmagick::setimagecompose</a> - 画像の合成演算子を設定する</li>
<li><a href="gmagick.setimagedelay.php" class="index">Gmagick::setimagedelay</a> - 画像の遅延を設定する</li>
<li><a href="gmagick.setimagedepth.php" class="index">Gmagick::setimagedepth</a> - 画像の深度を設定する</li>
<li><a href="gmagick.setimagedispose.php" class="index">Gmagick::setimagedispose</a> - 画像の配置方法を設定する</li>
<li><a href="gmagick.setimagefilename.php" class="index">Gmagick::setimagefilename</a> - シーケンス内の特定の画像のファイル名を設定する</li>
<li><a href="gmagick.setimageformat.php" class="index">Gmagick::setimageformat</a> - 特定の画像のフォーマットを設定する</li>
<li><a href="gmagick.setimagegamma.php" class="index">Gmagick::setimagegamma</a> - 画像のガンマを設定する</li>
<li><a href="gmagick.setimagegreenprimary.php" class="index">Gmagick::setimagegreenprimary</a> - 緑が一番強い点を設定する</li>
<li><a href="gmagick.setimageindex.php" class="index">Gmagick::setimageindex</a> - 画像リスト内でのイテレータの位置を、index パラメータで指定した場所に設定する</li>
<li><a href="gmagick.setimageinterlacescheme.php" class="index">Gmagick::setimageinterlacescheme</a> - 画像のインターレース手法を設定する</li>
<li><a href="gmagick.setimageiterations.php" class="index">Gmagick::setimageiterations</a> - 画像の反復を設定する</li>
<li><a href="gmagick.setimageprofile.php" class="index">Gmagick::setimageprofile</a> - 指定した名前の画像プロファイルを Gmagick オブジェクトに追加する</li>
<li><a href="gmagick.setimageredprimary.php" class="index">Gmagick::setimageredprimary</a> - 赤が一番強い点を設定する</li>
<li><a href="gmagick.setimagerenderingintent.php" class="index">Gmagick::setimagerenderingintent</a> - 画像のレンダリング方向を設定する</li>
<li><a href="gmagick.setimageresolution.php" class="index">Gmagick::setimageresolution</a> - 画像の解像度を設定する</li>
<li><a href="gmagick.setimagescene.php" class="index">Gmagick::setimagescene</a> - 画像のシーンを設定する</li>
<li><a href="gmagick.setimagetype.php" class="index">Gmagick::setimagetype</a> - 画像の型を設定する</li>
<li><a href="gmagick.setimageunits.php" class="index">Gmagick::setimageunits</a> - 画像の解像度の単位を設定する</li>
<li><a href="gmagick.setimagewhitepoint.php" class="index">Gmagick::setimagewhitepoint</a> - 画像の色度が白い点を設定する</li>
<li><a href="gmagick.setsamplingfactors.php" class="index">Gmagick::setsamplingfactors</a> - 画像のサンプリング係数を設定する</li>
<li><a href="gmagick.setsize.php" class="index">Gmagick::setsize</a> - Gmagick オブジェクトのサイズを設定する</li>
<li><a href="gmagick.shearimage.php" class="index">Gmagick::shearimage</a> - 平行四辺形を作成する</li>
<li><a href="gmagick.solarizeimage.php" class="index">Gmagick::solarizeimage</a> - 画像にソラリゼーション効果を適用する</li>
<li><a href="gmagick.spreadimage.php" class="index">Gmagick::spreadimage</a> - ブロック内の各ピクセルをランダムに移動する</li>
<li><a href="gmagick.stripimage.php" class="index">Gmagick::stripimage</a> - 画像からすべてのプロパティやコメントを除去する</li>
<li><a href="gmagick.swirlimage.php" class="index">Gmagick::swirlimage</a> - 画像の中心から、ピクセルを渦巻状にする</li>
<li><a href="gmagick.thumbnailimage.php" class="index">Gmagick::thumbnailimage</a> - 画像のサイズを変更する</li>
<li><a href="gmagick.trimimage.php" class="index">Gmagick::trimimage</a> - 画像の輪郭を削除する</li>
<li><a href="gmagick.write.php" class="index">Gmagick::write</a> - Gmagick::writeimage のエイリアス</li>
<li><a href="gmagick.writeimage.php" class="index">Gmagick::writeimage</a> - 画像を指定したファイル名で書き出す</li>
<li><a href="gmagick.construct.php" class="index">Gmagick::__construct</a> - Gmagick のコンストラクタ</li>
<li><a href="gmagickdraw.annotate.php" class="index">GmagickDraw::annotate</a> - 画像の上にテキストを描画する</li>
<li><a href="gmagickdraw.arc.php" class="index">GmagickDraw::arc</a> - 弧を描く</li>
<li><a href="gmagickdraw.bezier.php" class="index">GmagickDraw::bezier</a> - ベジエ曲線を描く</li>
<li><a href="gmagickdraw.ellipse.php" class="index">GmagickDraw::ellipse</a> - 楕円を画像上に描く</li>
<li><a href="gmagickdraw.getfillcolor.php" class="index">GmagickDraw::getfillcolor</a> - 塗りつぶし色を返す</li>
<li><a href="gmagickdraw.getfillopacity.php" class="index">GmagickDraw::getfillopacity</a> - 描画に使う不透明度を返す</li>
<li><a href="gmagickdraw.getfont.php" class="index">GmagickDraw::getfont</a> - フォントを返す</li>
<li><a href="gmagickdraw.getfontsize.php" class="index">GmagickDraw::getfontsize</a> - フォントのポイント数を返す</li>
<li><a href="gmagickdraw.getfontstyle.php" class="index">GmagickDraw::getfontstyle</a> - フォントスタイルを返す</li>
<li><a href="gmagickdraw.getfontweight.php" class="index">GmagickDraw::getfontweight</a> - フォントのウェイトを返す</li>
<li><a href="gmagickdraw.getstrokecolor.php" class="index">GmagickDraw::getstrokecolor</a> - オブジェクトの輪郭の描画に使う色を返す</li>
<li><a href="gmagickdraw.getstrokeopacity.php" class="index">GmagickDraw::getstrokeopacity</a> - オブジェクトの輪郭の不透明度を返す</li>
<li><a href="gmagickdraw.getstrokewidth.php" class="index">GmagickDraw::getstrokewidth</a> - オブジェクトの輪郭の描画に使う線の幅を返す</li>
<li><a href="gmagickdraw.gettextdecoration.php" class="index">GmagickDraw::gettextdecoration</a> - テキストのデコレーションを返す</li>
<li><a href="gmagickdraw.gettextencoding.php" class="index">GmagickDraw::gettextencoding</a> - テキストのアノテーションで使うコードセットを返す</li>
<li><a href="gmagickdraw.line.php" class="index">GmagickDraw::line</a> - 直線を描く</li>
<li><a href="gmagickdraw.point.php" class="index">GmagickDraw::point</a> - 点を描く</li>
<li><a href="gmagickdraw.polygon.php" class="index">GmagickDraw::polygon</a> - 多角形を描く</li>
<li><a href="gmagickdraw.polyline.php" class="index">GmagickDraw::polyline</a> - ポリラインを描く</li>
<li><a href="gmagickdraw.rectangle.php" class="index">GmagickDraw::rectangle</a> - 矩形を描く</li>
<li><a href="gmagickdraw.rotate.php" class="index">GmagickDraw::rotate</a> - 指定した回転角を現在の座標空間に適用する</li>
<li><a href="gmagickdraw.roundrectangle.php" class="index">GmagickDraw::roundrectangle</a> - 角が丸い矩形を描く</li>
<li><a href="gmagickdraw.scale.php" class="index">GmagickDraw::scale</a> - 倍率を調整する</li>
<li><a href="gmagickdraw.setfillcolor.php" class="index">GmagickDraw::setfillcolor</a> - オブジェクトの塗りつぶしに使う色を設定する</li>
<li><a href="gmagickdraw.setfillopacity.php" class="index">GmagickDraw::setfillopacity</a> - 不透明度を設定する</li>
<li><a href="gmagickdraw.setfont.php" class="index">GmagickDraw::setfont</a> - テキストのアノテーションで使うフォントの完全な名前を設定する</li>
<li><a href="gmagickdraw.setfontsize.php" class="index">GmagickDraw::setfontsize</a> - テキストのアノテーションで使うフォントのポイント数を設定する</li>
<li><a href="gmagickdraw.setfontstyle.php" class="index">GmagickDraw::setfontstyle</a> - テキストのアノテーションで使うフォントのスタイルを設定する</li>
<li><a href="gmagickdraw.setfontweight.php" class="index">GmagickDraw::setfontweight</a> - フォントのウェイトを設定する</li>
<li><a href="gmagickdraw.setstrokecolor.php" class="index">GmagickDraw::setstrokecolor</a> - オブジェクトの輪郭の描画に使う色を設定する</li>
<li><a href="gmagickdraw.setstrokeopacity.php" class="index">GmagickDraw::setstrokeopacity</a> - オブジェクトの輪郭の不透明度を設定する</li>
<li><a href="gmagickdraw.setstrokewidth.php" class="index">GmagickDraw::setstrokewidth</a> - オブジェクトの輪郭の描画に使う線の幅を設定する</li>
<li><a href="gmagickdraw.settextdecoration.php" class="index">GmagickDraw::settextdecoration</a> - デコレーションを設定する</li>
<li><a href="gmagickdraw.settextencoding.php" class="index">GmagickDraw::settextencoding</a> - テキストのコードセットを設定する</li>
<li><a href="gmagickpixel.getcolor.php" class="index">GmagickPixel::getcolor</a> - 色を返す</li>
<li><a href="gmagickpixel.getcolorcount.php" class="index">GmagickPixel::getcolorcount</a> - この色の色カウントを返す</li>
<li><a href="gmagickpixel.getcolorvalue.php" class="index">GmagickPixel::getcolorvalue</a> - 指定した色チャネルの正規化した値を取得する</li>
<li><a href="gmagickpixel.setcolor.php" class="index">GmagickPixel::setcolor</a> - 色を設定する</li>
<li><a href="gmagickpixel.setcolorvalue.php" class="index">GmagickPixel::setcolorvalue</a> - 色チャネルの正規化した値を設定する</li>
<li><a href="gmagickpixel.construct.php" class="index">GmagickPixel::__construct</a> - GmagickPixel のコンストラクタ</li>
<li><a href="function.gmdate.php" class="index">gmdate</a> - GMT/UTC の日付/時刻を書式化する</li>
<li><a href="function.gmmktime.php" class="index">gmmktime</a> - GMT 日付から Unix タイムスタンプを取得する</li>
<li><a href="gmp.construct.php" class="index">GMP::__construct</a> - GMP数を作成する</li>
<li><a href="gmp.serialize.php" class="index">GMP::__serialize</a> - GMP オブジェクトをシリアライズする</li>
<li><a href="gmp.unserialize.php" class="index">GMP::__unserialize</a> - data 引数をGMP オブジェクトとして復元する</li>
<li><a href="function.gmp-abs.php" class="index">gmp_abs</a> - 絶対値</li>
<li><a href="function.gmp-add.php" class="index">gmp_add</a> - 数値を加算する</li>
<li><a href="function.gmp-and.php" class="index">gmp_and</a> - ビット AND を計算する</li>
<li><a href="function.gmp-binomial.php" class="index">gmp_binomial</a> - 二項係数を計算する</li>
<li><a href="function.gmp-clrbit.php" class="index">gmp_clrbit</a> - ビットをクリアする</li>
<li><a href="function.gmp-cmp.php" class="index">gmp_cmp</a> - 数を比較する</li>
<li><a href="function.gmp-com.php" class="index">gmp_com</a> - 1 の補数を計算する</li>
<li><a href="function.gmp-div.php" class="index">gmp_div</a> - gmp_div_q のエイリアス</li>
<li><a href="function.gmp-divexact.php" class="index">gmp_divexact</a> - 正確な除算</li>
<li><a href="function.gmp-div-q.php" class="index">gmp_div_q</a> - 数値を除算する</li>
<li><a href="function.gmp-div-qr.php" class="index">gmp_div_qr</a> - 除算を行い、商と余りを得る</li>
<li><a href="function.gmp-div-r.php" class="index">gmp_div_r</a> - 除算の余りを計算する</li>
<li><a href="function.gmp-export.php" class="index">gmp_export</a> - バイナリ文字列にエクスポートする</li>
<li><a href="function.gmp-fact.php" class="index">gmp_fact</a> - 階乗</li>
<li><a href="function.gmp-gcd.php" class="index">gmp_gcd</a> - 最大公約数を計算する</li>
<li><a href="function.gmp-gcdext.php" class="index">gmp_gcdext</a> - 最大公約数と乗数を計算する</li>
<li><a href="function.gmp-hamdist.php" class="index">gmp_hamdist</a> - ハミング距離</li>
<li><a href="function.gmp-import.php" class="index">gmp_import</a> - バイナリ文字列からインポートする</li>
<li><a href="function.gmp-init.php" class="index">gmp_init</a> - GMP 数を作成する</li>
<li><a href="function.gmp-intval.php" class="index">gmp_intval</a> - GMP 数を整数に変換する</li>
<li><a href="function.gmp-invert.php" class="index">gmp_invert</a> - 法による逆</li>
<li><a href="function.gmp-jacobi.php" class="index">gmp_jacobi</a> - ヤコビ記号</li>
<li><a href="function.gmp-kronecker.php" class="index">gmp_kronecker</a> - クロネッカーの記号を計算する</li>
<li><a href="function.gmp-lcm.php" class="index">gmp_lcm</a> - 最小公倍数を計算する</li>
<li><a href="function.gmp-legendre.php" class="index">gmp_legendre</a> - ルジェンドル記号</li>
<li><a href="function.gmp-mod.php" class="index">gmp_mod</a> - モジュロ演算</li>
<li><a href="function.gmp-mul.php" class="index">gmp_mul</a> - 数値を乗算する</li>
<li><a href="function.gmp-neg.php" class="index">gmp_neg</a> - 符号を反転する</li>
<li><a href="function.gmp-nextprime.php" class="index">gmp_nextprime</a> - 次の素数を見つける</li>
<li><a href="function.gmp-or.php" class="index">gmp_or</a> - ビット OR を計算する</li>
<li><a href="function.gmp-perfect-power.php" class="index">gmp_perfect_power</a> - 累乗数かどうかを調べる</li>
<li><a href="function.gmp-perfect-square.php" class="index">gmp_perfect_square</a> - 平方数かどうかを調べる</li>
<li><a href="function.gmp-popcount.php" class="index">gmp_popcount</a> - セットされているビットの数</li>
<li><a href="function.gmp-pow.php" class="index">gmp_pow</a> - べき乗を計算する</li>
<li><a href="function.gmp-powm.php" class="index">gmp_powm</a> - べき乗とモジュロを計算する</li>
<li><a href="function.gmp-prob-prime.php" class="index">gmp_prob_prime</a> - 数が&quot;おそらく素数&quot;であるかどうかを調べる</li>
<li><a href="function.gmp-random.php" class="index">gmp_random</a> - 乱数を生成する</li>
<li><a href="function.gmp-random-bits.php" class="index">gmp_random_bits</a> - 乱数を生成する</li>
<li><a href="function.gmp-random-range.php" class="index">gmp_random_range</a> - 等確率に選ばれた整数を取得する</li>
<li><a href="function.gmp-random-seed.php" class="index">gmp_random_seed</a> - 乱数シードを設定する</li>
<li><a href="function.gmp-root.php" class="index">gmp_root</a> - n乗根の整数部を返す</li>
<li><a href="function.gmp-rootrem.php" class="index">gmp_rootrem</a> - n乗根の整数部分と小数部分を返す</li>
<li><a href="function.gmp-scan0.php" class="index">gmp_scan0</a> - 0 を探す</li>
<li><a href="function.gmp-scan1.php" class="index">gmp_scan1</a> - 1 を探す</li>
<li><a href="function.gmp-setbit.php" class="index">gmp_setbit</a> - ビットを設定する</li>
<li><a href="function.gmp-sign.php" class="index">gmp_sign</a> - 数の符号</li>
<li><a href="function.gmp-sqrt.php" class="index">gmp_sqrt</a> - 平方根を計算する</li>
<li><a href="function.gmp-sqrtrem.php" class="index">gmp_sqrtrem</a> - 余りつきの平方根</li>
<li><a href="function.gmp-strval.php" class="index">gmp_strval</a> - GMP 数を文字列に変換する</li>
<li><a href="function.gmp-sub.php" class="index">gmp_sub</a> - 数値の減算</li>
<li><a href="function.gmp-testbit.php" class="index">gmp_testbit</a> - ビットが設定されているかどうかを調べる</li>
<li><a href="function.gmp-xor.php" class="index">gmp_xor</a> - ビット XOR を計算する</li>
<li><a href="function.gmstrftime.php" class="index">gmstrftime</a> - ロケールの設定に基づいて GMT/UTC 時刻/日付をフォーマットする</li>
<li><a href="function.gnupg-adddecryptkey.php" class="index">gnupg_adddecryptkey</a> - 復号のためのキーを追加する</li>
<li><a href="function.gnupg-addencryptkey.php" class="index">gnupg_addencryptkey</a> - 暗号化のためのキーを追加する</li>
<li><a href="function.gnupg-addsignkey.php" class="index">gnupg_addsignkey</a> - 署名のためのキーを追加する</li>
<li><a href="function.gnupg-cleardecryptkeys.php" class="index">gnupg_cleardecryptkeys</a> - 事前に復号のために設定されたすべてのキーを削除する</li>
<li><a href="function.gnupg-clearencryptkeys.php" class="index">gnupg_clearencryptkeys</a> - 事前に暗号化のために設定されたすべてのキーを削除する</li>
<li><a href="function.gnupg-clearsignkeys.php" class="index">gnupg_clearsignkeys</a> - 事前に署名のために設定されたすべてのキーを削除する</li>
<li><a href="function.gnupg-decrypt.php" class="index">gnupg_decrypt</a> - 指定されたテキストを復号する</li>
<li><a href="function.gnupg-decryptverify.php" class="index">gnupg_decryptverify</a> - 指定されたテキストを復号し、検証する</li>
<li><a href="function.gnupg-deletekey.php" class="index">gnupg_deletekey</a> - キーを削除する</li>
<li><a href="function.gnupg-encrypt.php" class="index">gnupg_encrypt</a> - 指定したテキストを暗号化する</li>
<li><a href="function.gnupg-encryptsign.php" class="index">gnupg_encryptsign</a> - 指定したテキストを暗号化し、署名する</li>
<li><a href="function.gnupg-export.php" class="index">gnupg_export</a> - キーをエクスポートする</li>
<li><a href="function.gnupg-getengineinfo.php" class="index">gnupg_getengineinfo</a> - 暗号化エンジンの情報を返す</li>
<li><a href="function.gnupg-geterror.php" class="index">gnupg_geterror</a> - 関数が失敗した場合にエラー文字列を返す</li>
<li><a href="function.gnupg-geterrorinfo.php" class="index">gnupg_geterrorinfo</a> - エラー情報を返す</li>
<li><a href="function.gnupg-getprotocol.php" class="index">gnupg_getprotocol</a> - すべての操作で現在アクティブなプロトコルを返す</li>
<li><a href="function.gnupg-gettrustlist.php" class="index">gnupg_gettrustlist</a> - 信頼済みのアイテムを検索する</li>
<li><a href="function.gnupg-import.php" class="index">gnupg_import</a> - キーをインポートする</li>
<li><a href="function.gnupg-init.php" class="index">gnupg_init</a> - 接続を初期化する</li>
<li><a href="function.gnupg-keyinfo.php" class="index">gnupg_keyinfo</a> - 指定したパターンに一致するすべてのキーについての情報を配列で返す</li>
<li><a href="function.gnupg-listsignatures.php" class="index">gnupg_listsignatures</a> - キーの署名の一覧を返す</li>
<li><a href="function.gnupg-setarmor.php" class="index">gnupg_setarmor</a> - armor 形式を切り替える</li>
<li><a href="function.gnupg-seterrormode.php" class="index">gnupg_seterrormode</a> - エラー報告モードを設定する</li>
<li><a href="function.gnupg-setsignmode.php" class="index">gnupg_setsignmode</a> - 署名方式を設定する</li>
<li><a href="function.gnupg-sign.php" class="index">gnupg_sign</a> - 指定したテキストに署名する</li>
<li><a href="function.gnupg-verify.php" class="index">gnupg_verify</a> - 署名済みテキストを検証する</li>
<li><a href="function.grapheme-extract.php" class="index">grapheme_extract</a> - デフォルトの書記素クラスタシーケンスをテキストバッファから取り出す関数。
   テキストは UTF-8 でエンコードされている必要があります</li>
<li><a href="function.grapheme-stripos.php" class="index">grapheme_stripos</a> - 大文字小文字を区別せず、文字列内で最初にあらわれる場所の (書記素単位の) 位置を見つける</li>
<li><a href="function.grapheme-stristr.php" class="index">grapheme_stristr</a> - 大文字小文字を区別せず、haystack 文字列の中で needle が最初に登場した場所以降の部分文字列を返す</li>
<li><a href="function.grapheme-strlen.php" class="index">grapheme_strlen</a> - 書記素単位で文字列の長さを取得する</li>
<li><a href="function.grapheme-strpos.php" class="index">grapheme_strpos</a> - 文字列内で最初にあらわれる場所の (書記素単位の) 位置を見つける</li>
<li><a href="function.grapheme-strripos.php" class="index">grapheme_strripos</a> - 大文字小文字を区別せず、文字列内で最後にあらわれる場所の (書記素単位の) 位置を見つける</li>
<li><a href="function.grapheme-strrpos.php" class="index">grapheme_strrpos</a> - 文字列内で最後にあらわれる場所の (書記素単位の) 位置を見つける</li>
<li><a href="function.grapheme-strstr.php" class="index">grapheme_strstr</a> - haystack 文字列の中で、needle が最初に登場した場所以降の部分文字列を返す</li>
<li><a href="function.grapheme-str-split.php" class="index">grapheme_str_split</a> - 書記素クラスターを受け取り、文字の配列を返す</li>
<li><a href="function.grapheme-substr.php" class="index">grapheme_substr</a> - 部分文字列を返す</li>
<li><a href="function.gregoriantojd.php" class="index">gregoriantojd</a> - グレゴリウス日をユリウス積算日に変換する</li>
<li><a href="function.gzclose.php" class="index">gzclose</a> - 開かれたgzファイルへのポインタを閉じる</li>
<li><a href="function.gzcompress.php" class="index">gzcompress</a> - 文字列を圧縮する</li>
<li><a href="function.gzdecode.php" class="index">gzdecode</a> - gzip 圧縮された文字列をデコードする</li>
<li><a href="function.gzdeflate.php" class="index">gzdeflate</a> - 文字列を deflate 圧縮する</li>
<li><a href="function.gzencode.php" class="index">gzencode</a> - gzip 圧縮された文字列を作成する</li>
<li><a href="function.gzeof.php" class="index">gzeof</a> - gz ファイルポインタが EOF かどうか調べる</li>
<li><a href="function.gzfile.php" class="index">gzfile</a> - gzファイル全体を配列に読み込む</li>
<li><a href="function.gzgetc.php" class="index">gzgetc</a> - gz ファイルへのポインタから文字を得る</li>
<li><a href="function.gzgets.php" class="index">gzgets</a> - ファイルポインタから 1 行を得る</li>
<li><a href="function.gzgetss.php" class="index">gzgetss</a> - gzファイルへのポインタから1行を得て、HTMLタグを取り除く</li>
<li><a href="function.gzinflate.php" class="index">gzinflate</a> - deflate圧縮された文字列を解凍する</li>
<li><a href="function.gzopen.php" class="index">gzopen</a> - gz ファイルを開く</li>
<li><a href="function.gzpassthru.php" class="index">gzpassthru</a> - gzファイルへのポインタから残りのデータ全部を出力する</li>
<li><a href="function.gzputs.php" class="index">gzputs</a> - gzwrite のエイリアス</li>
<li><a href="function.gzread.php" class="index">gzread</a> - バイナリ対応のgzファイル読み込み</li>
<li><a href="function.gzrewind.php" class="index">gzrewind</a> - gz ファイルポインタの示す位置を元に戻す</li>
<li><a href="function.gzseek.php" class="index">gzseek</a> - gz ファイルポインタの位置を移動する</li>
<li><a href="function.gztell.php" class="index">gztell</a> - gz ファイルポインタの読み込み/書き込み位置を返します</li>
<li><a href="function.gzuncompress.php" class="index">gzuncompress</a> - 圧縮された文字列を解凍する</li>
<li><a href="function.gzwrite.php" class="index">gzwrite</a> - バイナリセーフな gz ファイル書き込み</li>
</ul></li>
<li class='gen-index index-for-h'>h<ul id='refentry-index-for-h'>
<li><a href="function.hash.php" class="index">hash</a> - ハッシュ値 (メッセージダイジェスト) を生成する</li>
<li><a href="hashcontext.construct.php" class="index">HashContext::__construct</a> - private なコンストラクタのため、直接インスタンス化できません</li>
<li><a href="hashcontext.serialize.php" class="index">HashContext::__serialize</a> - HashContext オブジェクトをシリアライズする</li>
<li><a href="hashcontext.unserialize.php" class="index">HashContext::__unserialize</a> - data を HashContext オブジェクト に復元する</li>
<li><a href="function.hash-algos.php" class="index">hash_algos</a> - 登録されているハッシュアルゴリズムの一覧を返す</li>
<li><a href="function.hash-copy.php" class="index">hash_copy</a> - ハッシュコンテキストをコピーする</li>
<li><a href="function.hash-equals.php" class="index">hash_equals</a> - タイミング攻撃に対しても安全な文字列比較</li>
<li><a href="function.hash-file.php" class="index">hash_file</a> - ファイルの内容から、ハッシュ値を生成する</li>
<li><a href="function.hash-final.php" class="index">hash_final</a> - 段階的なハッシュ処理を終了し、出来上がったダイジェストを返す</li>
<li><a href="function.hash-hkdf.php" class="index">hash_hkdf</a> - 与えられたキーから導出されるHKDFキーを生成する</li>
<li><a href="function.hash-hmac.php" class="index">hash_hmac</a> - HMAC 方式を使用してハッシュ値を生成する</li>
<li><a href="function.hash-hmac-algos.php" class="index">hash_hmac_algos</a> - hash_hmac に合うハッシュアルゴリズムの一覧を返す</li>
<li><a href="function.hash-hmac-file.php" class="index">hash_hmac_file</a> - HMAC 方式を使用して、指定されたファイルの内容からハッシュ値を生成する</li>
<li><a href="function.hash-init.php" class="index">hash_init</a> - 段階的なハッシュコンテキストを初期化する</li>
<li><a href="function.hash-pbkdf2.php" class="index">hash_pbkdf2</a> - PBKDF2 を使ってパスワードからキーを生成する</li>
<li><a href="function.hash-update.php" class="index">hash_update</a> - アクティブなハッシュコンテキストにデータを投入する</li>
<li><a href="function.hash-update-file.php" class="index">hash_update_file</a> - アクティブなハッシュコンテキストに、ファイルからデータを投入する</li>
<li><a href="function.hash-update-stream.php" class="index">hash_update_stream</a> - アクティブなハッシュコンテキストに、オープンしているストリームから
   データを投入する</li>
<li><a href="function.header.php" class="index">header</a> - 生の HTTP ヘッダを送信する</li>
<li><a href="function.headers-list.php" class="index">headers_list</a> - 送信した (もしくは送信される予定の) レスポンスヘッダの一覧を返す</li>
<li><a href="function.headers-sent.php" class="index">headers_sent</a> - ヘッダが既に送信されているかどうかを調べる</li>
<li><a href="function.header-register-callback.php" class="index">header_register_callback</a> - ヘッダ用の関数を登録する</li>
<li><a href="function.header-remove.php" class="index">header_remove</a> - 以前に設定したHTTPヘッダを削除する</li>
<li><a href="function.hebrev.php" class="index">hebrev</a> - 論理表記のヘブライ語を物理表記に変換する</li>
<li><a href="function.hebrevc.php" class="index">hebrevc</a> - 論理表記のヘブライ語を、改行の変換も含めて物理表記に変換する</li>
<li><a href="function.hex2bin.php" class="index">hex2bin</a> - 16進エンコードされたバイナリ文字列をデコードする</li>
<li><a href="function.hexdec.php" class="index">hexdec</a> - 16 進数を 10 進数に変換する</li>
<li><a href="function.highlight-file.php" class="index">highlight_file</a> - ファイルの構文ハイライト表示</li>
<li><a href="function.highlight-string.php" class="index">highlight_string</a> - 文字列の構文ハイライト表示</li>
<li><a href="function.hrtime.php" class="index">hrtime</a> - システムの高精度な時刻を取得する</li>
<li><a href="hrtime-performancecounter.getfrequency.php" class="index">HRTime\PerformanceCounter::getFrequency</a> - Timer frequency in ticks per second</li>
<li><a href="hrtime-performancecounter.getticks.php" class="index">HRTime\PerformanceCounter::getTicks</a> - Current ticks from the system</li>
<li><a href="hrtime-performancecounter.gettickssince.php" class="index">HRTime\PerformanceCounter::getTicksSince</a> - Ticks elapsed since the given value</li>
<li><a href="hrtime-stopwatch.getelapsedticks.php" class="index">HRTime\StopWatch::getElapsedTicks</a> - すべてのインターバルの経過ティック数を取得する</li>
<li><a href="hrtime-stopwatch.getelapsedtime.php" class="index">HRTime\StopWatch::getElapsedTime</a> - すべてのインターバルの経過時間を取得する</li>
<li><a href="hrtime-stopwatch.getlastelapsedticks.php" class="index">HRTime\StopWatch::getLastElapsedTicks</a> - 最後のインターバルの経過ティック数を取得する</li>
<li><a href="hrtime-stopwatch.getlastelapsedtime.php" class="index">HRTime\StopWatch::getLastElapsedTime</a> - 最後のインターバルの経過時間を取得する</li>
<li><a href="hrtime-stopwatch.isrunning.php" class="index">HRTime\StopWatch::isRunning</a> - 計測が実行中かどうか</li>
<li><a href="hrtime-stopwatch.start.php" class="index">HRTime\StopWatch::start</a> - Start time measurement</li>
<li><a href="hrtime-stopwatch.stop.php" class="index">HRTime\StopWatch::stop</a> - Stop time measurement</li>
<li><a href="function.htmlentities.php" class="index">htmlentities</a> - 適用可能な文字を全て HTML エンティティに変換する</li>
<li><a href="function.htmlspecialchars.php" class="index">htmlspecialchars</a> - 特殊文字を HTML エンティティに変換する</li>
<li><a href="function.htmlspecialchars-decode.php" class="index">htmlspecialchars_decode</a> - 特殊な HTML エンティティを文字に戻す</li>
<li><a href="function.html-entity-decode.php" class="index">html_entity_decode</a> - HTML エンティティを対応する文字に変換する</li>
<li><a href="function.http-build-query.php" class="index">http_build_query</a> - URL エンコードされたクエリ文字列を生成する</li>
<li><a href="function.http-clear-last-response-headers.php" class="index">http_clear_last_response_headers</a> - 保存された HTTP レスポンスヘッダーをクリア</li>
<li><a href="function.http-get-last-response-headers.php" class="index">http_get_last_response_headers</a> - 最後の HTTP レスポンスヘッダーを取得します</li>
<li><a href="function.http-response-code.php" class="index">http_response_code</a> - HTTP レスポンスコードを取得または設定</li>
<li><a href="function.hypot.php" class="index">hypot</a> - 直角三角形の斜辺の長さを計算する</li>
</ul></li>
<li class='gen-index index-for-i'>i<ul id='refentry-index-for-i'>
<li><a href="function.ibase-add-user.php" class="index">ibase_add_user</a> - Add a user to a security database</li>
<li><a href="function.ibase-affected-rows.php" class="index">ibase_affected_rows</a> - 直近のクエリで変更された行の数を返す</li>
<li><a href="function.ibase-backup.php" class="index">ibase_backup</a> - Initiates a backup task in the service manager and returns immediately</li>
<li><a href="function.ibase-blob-add.php" class="index">ibase_blob_add</a> - 生成された blob にデータを追加する</li>
<li><a href="function.ibase-blob-cancel.php" class="index">ibase_blob_cancel</a> - blob の生成を取り消す</li>
<li><a href="function.ibase-blob-close.php" class="index">ibase_blob_close</a> - blob を閉じる</li>
<li><a href="function.ibase-blob-create.php" class="index">ibase_blob_create</a> - データを追加するために blob を生成する</li>
<li><a href="function.ibase-blob-echo.php" class="index">ibase_blob_echo</a> - ブラウザに blob の内容を出力する</li>
<li><a href="function.ibase-blob-get.php" class="index">ibase_blob_get</a> - オープンした blob から len バイト分のデータを取得する</li>
<li><a href="function.ibase-blob-import.php" class="index">ibase_blob_import</a> - blob を生成し、ファイルをコピーし、閉じる</li>
<li><a href="function.ibase-blob-info.php" class="index">ibase_blob_info</a> - blob の長さと他の便利な情報を返す</li>
<li><a href="function.ibase-blob-open.php" class="index">ibase_blob_open</a> - データの一部を取得するために blob をオープンする</li>
<li><a href="function.ibase-close.php" class="index">ibase_close</a> - InterBase データベースへの接続を閉じる</li>
<li><a href="function.ibase-commit.php" class="index">ibase_commit</a> - トランザクションをコミットする</li>
<li><a href="function.ibase-commit-ret.php" class="index">ibase_commit_ret</a> - トランザクションを閉じずにコミットする</li>
<li><a href="function.ibase-connect.php" class="index">ibase_connect</a> - データベースへの接続をオープンする</li>
<li><a href="function.ibase-db-info.php" class="index">ibase_db_info</a> - データベースについての統計情報を要求する</li>
<li><a href="function.ibase-delete-user.php" class="index">ibase_delete_user</a> - Delete a user from a security database</li>
<li><a href="function.ibase-drop-db.php" class="index">ibase_drop_db</a> - データベースを削除する</li>
<li><a href="function.ibase-errcode.php" class="index">ibase_errcode</a> - エラーコードを返す</li>
<li><a href="function.ibase-errmsg.php" class="index">ibase_errmsg</a> - エラーメッセージを返す</li>
<li><a href="function.ibase-execute.php" class="index">ibase_execute</a> - 準備されたクエリを実行する</li>
<li><a href="function.ibase-fetch-assoc.php" class="index">ibase_fetch_assoc</a> - クエリの結果から、行を連想配列として取得する</li>
<li><a href="function.ibase-fetch-object.php" class="index">ibase_fetch_object</a> - InterBase データベースからオブジェクトを得る</li>
<li><a href="function.ibase-fetch-row.php" class="index">ibase_fetch_row</a> - InterBase データベースから 1 行分の結果を取得する</li>
<li><a href="function.ibase-field-info.php" class="index">ibase_field_info</a> - フィールドに関する情報を得る</li>
<li><a href="function.ibase-free-event-handler.php" class="index">ibase_free_event_handler</a> - 登録済みのイベントハンドラをキャンセルする</li>
<li><a href="function.ibase-free-query.php" class="index">ibase_free_query</a> - プリペアドクエリにより確保されたメモリを解放する</li>
<li><a href="function.ibase-free-result.php" class="index">ibase_free_result</a> - 結果セットを解放する</li>
<li><a href="function.ibase-gen-id.php" class="index">ibase_gen_id</a> - 指定した名前のジェネレータをひとつ加算し、その新しい値を返す</li>
<li><a href="function.ibase-maintain-db.php" class="index">ibase_maintain_db</a> - データベースサーバーでメンテナンスコマンドを実行する</li>
<li><a href="function.ibase-modify-user.php" class="index">ibase_modify_user</a> - Modify a user to a security database</li>
<li><a href="function.ibase-name-result.php" class="index">ibase_name_result</a> - 結果セットに名前を割り当てる</li>
<li><a href="function.ibase-num-fields.php" class="index">ibase_num_fields</a> - 結果セットにおけるフィールド数を得る</li>
<li><a href="function.ibase-num-params.php" class="index">ibase_num_params</a> - プリペアドクエリのパラメータ数を返す</li>
<li><a href="function.ibase-param-info.php" class="index">ibase_param_info</a> - プリペアドクエリのパラメータに関する情報を返す</li>
<li><a href="function.ibase-pconnect.php" class="index">ibase_pconnect</a> - InterBase データベースへの持続的接続をオープンする</li>
<li><a href="function.ibase-prepare.php" class="index">ibase_prepare</a> - Prepare a query for later binding of parameter placeholders and execution</li>
<li><a href="function.ibase-query.php" class="index">ibase_query</a> - InterBase データベースでクエリを実行する</li>
<li><a href="function.ibase-restore.php" class="index">ibase_restore</a> - Initiates a restore task in the service manager and returns immediately</li>
<li><a href="function.ibase-rollback.php" class="index">ibase_rollback</a> - トランザクションをロールバックする</li>
<li><a href="function.ibase-rollback-ret.php" class="index">ibase_rollback_ret</a> - トランザクションを閉じずにロールバックする</li>
<li><a href="function.ibase-server-info.php" class="index">ibase_server_info</a> - データベースサーバーについての情報を要求する</li>
<li><a href="function.ibase-service-attach.php" class="index">ibase_service_attach</a> - サービスマネージャに接続する</li>
<li><a href="function.ibase-service-detach.php" class="index">ibase_service_detach</a> - サービスマネージャとの接続を切断する</li>
<li><a href="function.ibase-set-event-handler.php" class="index">ibase_set_event_handler</a> - イベントが発生した際にコールされるコールバック関数を登録する</li>
<li><a href="function.ibase-trans.php" class="index">ibase_trans</a> - トランザクションを開始する</li>
<li><a href="function.ibase-wait-event.php" class="index">ibase_wait_event</a> - データベースでイベントが発生するのを待つ</li>
<li><a href="function.iconv.php" class="index">iconv</a> - ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する</li>
<li><a href="function.iconv-get-encoding.php" class="index">iconv_get_encoding</a> - iconv 拡張モジュールの内部設定変数を取得する</li>
<li><a href="function.iconv-mime-decode.php" class="index">iconv_mime_decode</a> - MIME ヘッダフィールドをデコードする</li>
<li><a href="function.iconv-mime-decode-headers.php" class="index">iconv_mime_decode_headers</a> - 複数の MIME ヘッダフィールドを一度にデコードする</li>
<li><a href="function.iconv-mime-encode.php" class="index">iconv_mime_encode</a> - MIME ヘッダフィールドを作成する</li>
<li><a href="function.iconv-set-encoding.php" class="index">iconv_set_encoding</a> - 文字エンコーディング変換用の設定を行なう</li>
<li><a href="function.iconv-strlen.php" class="index">iconv_strlen</a> - 文字列の文字数を返す</li>
<li><a href="function.iconv-strpos.php" class="index">iconv_strpos</a> - 文字列が最初に現れる場所を見つける</li>
<li><a href="function.iconv-strrpos.php" class="index">iconv_strrpos</a> - 文字列が最後に現れる場所を見つける</li>
<li><a href="function.iconv-substr.php" class="index">iconv_substr</a> - 文字列の一部を切り出す</li>
<li><a href="function.idate.php" class="index">idate</a> - ローカルな時刻/日付の一部を整数として整形する</li>
<li><a href="function.idn-to-ascii.php" class="index">idn_to_ascii</a> - ドメイン名をIDNAのASCII形式に変換する</li>
<li><a href="function.idn-to-utf8.php" class="index">idn_to_utf8</a> - IDNAのASCII方式でエンコードされたドメイン名をUnicodeに変換する</li>
<li><a href="function.igbinary-serialize.php" class="index">igbinary_serialize</a> - コンパクト、かつ保存可能な値のバイナリ表現を生成する</li>
<li><a href="function.igbinary-unserialize.php" class="index">igbinary_unserialize</a> - igbinary_serialize によって保存されたバイナリ表現から、PHP の値を復元する</li>
<li><a href="function.ignore-user-abort.php" class="index">ignore_user_abort</a> - クライアントの接続が切断された際にスクリプトの実行を終了するかどうかを設定する</li>
<li><a href="function.image2wbmp.php" class="index">image2wbmp</a> - 画像をブラウザあるいはファイルに出力する</li>
<li><a href="function.imageaffine.php" class="index">imageaffine</a> - 元の画像を、オプションのクリッピング領域を使ってアフィン変換した画像を返す</li>
<li><a href="function.imageaffinematrixconcat.php" class="index">imageaffinematrixconcat</a> - 二つのアフィン変換行列を連結する</li>
<li><a href="function.imageaffinematrixget.php" class="index">imageaffinematrixget</a> - アフィン変換行列を取得する</li>
<li><a href="function.imagealphablending.php" class="index">imagealphablending</a> - イメージのブレンドモードを設定する</li>
<li><a href="function.imageantialias.php" class="index">imageantialias</a> - アンチエイリアス機能を使用すべきかどうかを判断する</li>
<li><a href="function.imagearc.php" class="index">imagearc</a> - 部分楕円を描画する</li>
<li><a href="function.imageavif.php" class="index">imageavif</a> - 画像をブラウザあるいはファイルに出力する</li>
<li><a href="function.imagebmp.php" class="index">imagebmp</a> - ビットマップ画像をブラウザかファイルに出力する</li>
<li><a href="function.imagechar.php" class="index">imagechar</a> - 水平に文字を描画する</li>
<li><a href="function.imagecharup.php" class="index">imagecharup</a> - 垂直に文字を描画する</li>
<li><a href="function.imagecolorallocate.php" class="index">imagecolorallocate</a> - 画像で使用する色を作成する</li>
<li><a href="function.imagecolorallocatealpha.php" class="index">imagecolorallocatealpha</a> - 画像で使用する色を透過度を指定して作成する</li>
<li><a href="function.imagecolorat.php" class="index">imagecolorat</a> - ピクセルの色のインデックスを取得する</li>
<li><a href="function.imagecolorclosest.php" class="index">imagecolorclosest</a> - 指定した色に最も近い色のインデックスを取得する</li>
<li><a href="function.imagecolorclosestalpha.php" class="index">imagecolorclosestalpha</a> - 指定した色+アルファ値に最も近い色のインデックスを取得する</li>
<li><a href="function.imagecolorclosesthwb.php" class="index">imagecolorclosesthwb</a> - 色合い、白、黒を有する色のインデックスを得る</li>
<li><a href="function.imagecolordeallocate.php" class="index">imagecolordeallocate</a> - イメージの色リソースを開放する</li>
<li><a href="function.imagecolorexact.php" class="index">imagecolorexact</a> - 指定した色のインデックスを取得する</li>
<li><a href="function.imagecolorexactalpha.php" class="index">imagecolorexactalpha</a> - 指定した色+アルファ値のインデックスを取得する</li>
<li><a href="function.imagecolormatch.php" class="index">imagecolormatch</a> - パレットイメージの色を True カラーイメージに近づける</li>
<li><a href="function.imagecolorresolve.php" class="index">imagecolorresolve</a> - 指定した色または出来るだけ近い色のインデックスを得る</li>
<li><a href="function.imagecolorresolvealpha.php" class="index">imagecolorresolvealpha</a> - 指定した色+アルファ値または最も近い色のインデックスを取得する</li>
<li><a href="function.imagecolorset.php" class="index">imagecolorset</a> - 指定したパレットインデックスの色を設定する</li>
<li><a href="function.imagecolorsforindex.php" class="index">imagecolorsforindex</a> - カラーインデックスからカラーを取得する</li>
<li><a href="function.imagecolorstotal.php" class="index">imagecolorstotal</a> - 画像パレットの色数を検出する</li>
<li><a href="function.imagecolortransparent.php" class="index">imagecolortransparent</a> - 透明色を定義する</li>
<li><a href="function.imageconvolution.php" class="index">imageconvolution</a> - div および offset の係数を使用し、3x3 の畳み込み配列を適用する</li>
<li><a href="function.imagecopy.php" class="index">imagecopy</a> - 画像の一部をコピーする</li>
<li><a href="function.imagecopymerge.php" class="index">imagecopymerge</a> - イメージの一部をコピー、マージする</li>
<li><a href="function.imagecopymergegray.php" class="index">imagecopymergegray</a> - グレースケールでイメージの一部をコピー、マージする</li>
<li><a href="function.imagecopyresampled.php" class="index">imagecopyresampled</a> - 再サンプリングを行いイメージの一部をコピー、伸縮する</li>
<li><a href="function.imagecopyresized.php" class="index">imagecopyresized</a> - 画像の一部をコピーしサイズを変更する</li>
<li><a href="function.imagecreate.php" class="index">imagecreate</a> - パレットを使用する新規画像を作成する</li>
<li><a href="function.imagecreatefromavif.php" class="index">imagecreatefromavif</a> - 新しい画像をファイルあるいは URL から作成する</li>
<li><a href="function.imagecreatefrombmp.php" class="index">imagecreatefrombmp</a> - 新しい画像をファイルあるいは URL から作成する</li>
<li><a href="function.imagecreatefromgd.php" class="index">imagecreatefromgd</a> - GD ファイルまたは URL から新規イメージを生成する</li>
<li><a href="function.imagecreatefromgd2.php" class="index">imagecreatefromgd2</a> - GD2 ファイルまたは URL から新規イメージを生成する</li>
<li><a href="function.imagecreatefromgd2part.php" class="index">imagecreatefromgd2part</a> - GD2 ファイルまたは URL の指定した部分から新規イメージを生成する</li>
<li><a href="function.imagecreatefromgif.php" class="index">imagecreatefromgif</a> - 新しい画像をファイルあるいは URL から作成する</li>
<li><a href="function.imagecreatefromjpeg.php" class="index">imagecreatefromjpeg</a> - 新しい画像をファイルあるいは URL から作成する</li>
<li><a href="function.imagecreatefrompng.php" class="index">imagecreatefrompng</a> - 新しい画像をファイルあるいは URL から作成する</li>
<li><a href="function.imagecreatefromstring.php" class="index">imagecreatefromstring</a> - 文字列の中のイメージストリームから新規イメージを作成する</li>
<li><a href="function.imagecreatefromtga.php" class="index">imagecreatefromtga</a> - 新しい画像をファイルあるいは URL から作成する</li>
<li><a href="function.imagecreatefromwbmp.php" class="index">imagecreatefromwbmp</a> - 新しい画像をファイルあるいは URL から作成する</li>
<li><a href="function.imagecreatefromwebp.php" class="index">imagecreatefromwebp</a> - 新しい画像をファイルあるいは URL から作成する</li>
<li><a href="function.imagecreatefromxbm.php" class="index">imagecreatefromxbm</a> - 新しい画像をファイルあるいは URL から作成する</li>
<li><a href="function.imagecreatefromxpm.php" class="index">imagecreatefromxpm</a> - 新しい画像をファイルあるいは URL から作成する</li>
<li><a href="function.imagecreatetruecolor.php" class="index">imagecreatetruecolor</a> - TrueColor イメージを新規に作成する</li>
<li><a href="function.imagecrop.php" class="index">imagecrop</a> - 指定した矩形に画像をクロップする</li>
<li><a href="function.imagecropauto.php" class="index">imagecropauto</a> - 利用可能なモードを指定して、画像を自動的にクロップする</li>
<li><a href="function.imagedashedline.php" class="index">imagedashedline</a> - 破線を描画する</li>
<li><a href="function.imagedestroy.php" class="index">imagedestroy</a> - 画像を破棄する</li>
<li><a href="function.imageellipse.php" class="index">imageellipse</a> - 楕円を描画する</li>
<li><a href="function.imagefill.php" class="index">imagefill</a> - 塗り潰す</li>
<li><a href="function.imagefilledarc.php" class="index">imagefilledarc</a> - 楕円弧を描画し、塗りつぶす</li>
<li><a href="function.imagefilledellipse.php" class="index">imagefilledellipse</a> - 塗りつぶされた楕円を描画する</li>
<li><a href="function.imagefilledpolygon.php" class="index">imagefilledpolygon</a> - 塗りつぶした多角形を描画する</li>
<li><a href="function.imagefilledrectangle.php" class="index">imagefilledrectangle</a> - 塗りつぶした矩形を描画する</li>
<li><a href="function.imagefilltoborder.php" class="index">imagefilltoborder</a> - 特定色で塗りつぶす</li>
<li><a href="function.imagefilter.php" class="index">imagefilter</a> - 画像にフィルタを適用する</li>
<li><a href="function.imageflip.php" class="index">imageflip</a> - 指定したモードで画像を反転させる</li>
<li><a href="function.imagefontheight.php" class="index">imagefontheight</a> - フォントの高さを取得する</li>
<li><a href="function.imagefontwidth.php" class="index">imagefontwidth</a> - フォントの幅を取得する</li>
<li><a href="function.imageftbbox.php" class="index">imageftbbox</a> - freetype2 によるフォントを用いたテキストを囲む箱を取得する</li>
<li><a href="function.imagefttext.php" class="index">imagefttext</a> - FreeType 2 によるフォントを用いてイメージにテキストを描画する</li>
<li><a href="function.imagegammacorrect.php" class="index">imagegammacorrect</a> - GD イメージにガンマ補正を適用する</li>
<li><a href="function.imagegd.php" class="index">imagegd</a> - GD イメージをブラウザまたはファイルに出力する</li>
<li><a href="function.imagegd2.php" class="index">imagegd2</a> - GD2 イメージをブラウザまたはファイルに出力する</li>
<li><a href="function.imagegetclip.php" class="index">imagegetclip</a> - 長方形を切り取り、画像として取得する</li>
<li><a href="function.imagegetinterpolation.php" class="index">imagegetinterpolation</a> - 補間方法を取得する</li>
<li><a href="function.imagegif.php" class="index">imagegif</a> - 画像をブラウザあるいはファイルに出力する</li>
<li><a href="function.imagegrabscreen.php" class="index">imagegrabscreen</a> - 画面全体をキャプチャする</li>
<li><a href="function.imagegrabwindow.php" class="index">imagegrabwindow</a> - ウィンドウをキャプチャする</li>
<li><a href="function.imageinterlace.php" class="index">imageinterlace</a> - インターレースを有効もしくは無効にする</li>
<li><a href="function.imageistruecolor.php" class="index">imageistruecolor</a> - 画像が truecolor かどうか調べる</li>
<li><a href="function.imagejpeg.php" class="index">imagejpeg</a> - 画像をブラウザあるいはファイルに出力する</li>
<li><a href="function.imagelayereffect.php" class="index">imagelayereffect</a> - アルファブレンディングフラグを設定し、レイヤ効果を使用する</li>
<li><a href="function.imageline.php" class="index">imageline</a> - 直線を描画する</li>
<li><a href="function.imageloadfont.php" class="index">imageloadfont</a> - 新しいフォントを読み込む</li>
<li><a href="function.imageopenpolygon.php" class="index">imageopenpolygon</a> - オープンポリゴンを描画する</li>
<li><a href="function.imagepalettecopy.php" class="index">imagepalettecopy</a> - あるイメージから他のイメージにパレットをコピーする</li>
<li><a href="function.imagepalettetotruecolor.php" class="index">imagepalettetotruecolor</a> - パレット形式の画像を true color に変換する</li>
<li><a href="function.imagepng.php" class="index">imagepng</a> - PNG イメージをブラウザまたはファイルに出力する</li>
<li><a href="function.imagepolygon.php" class="index">imagepolygon</a> - 多角形を描画する</li>
<li><a href="function.imagerectangle.php" class="index">imagerectangle</a> - 矩形を描画する</li>
<li><a href="function.imageresolution.php" class="index">imageresolution</a> - 画像の解像度を取得/設定する</li>
<li><a href="function.imagerotate.php" class="index">imagerotate</a> - 指定された角度で画像を回転する</li>
<li><a href="function.imagesavealpha.php" class="index">imagesavealpha</a> - 画像を保存する際に、完全なアルファチャネル情報を保存するかどうかを指定する</li>
<li><a href="function.imagescale.php" class="index">imagescale</a> - 幅と高さを指定して、画像の縮尺を変更する</li>
<li><a href="function.imagesetbrush.php" class="index">imagesetbrush</a> - 線の描画用にブラシイメージを設定する</li>
<li><a href="function.imagesetclip.php" class="index">imagesetclip</a> - 切り取る長方形を設定する</li>
<li><a href="function.imagesetinterpolation.php" class="index">imagesetinterpolation</a> - 補間方法を設定する</li>
<li><a href="function.imagesetpixel.php" class="index">imagesetpixel</a> - 点を生成する</li>
<li><a href="function.imagesetstyle.php" class="index">imagesetstyle</a> - 線描画用のスタイルを設定する</li>
<li><a href="function.imagesetthickness.php" class="index">imagesetthickness</a> - 線描画用の線幅を設定する</li>
<li><a href="function.imagesettile.php" class="index">imagesettile</a> - 塗りつぶし用のイメージを設定する</li>
<li><a href="function.imagestring.php" class="index">imagestring</a> - 文字列を水平に描画する</li>
<li><a href="function.imagestringup.php" class="index">imagestringup</a> - 文字列を垂直に描画する</li>
<li><a href="function.imagesx.php" class="index">imagesx</a> - 画像の幅を取得する</li>
<li><a href="function.imagesy.php" class="index">imagesy</a> - 画像の高さを取得する</li>
<li><a href="function.imagetruecolortopalette.php" class="index">imagetruecolortopalette</a> - TrueColor イメージをパレットイメージに変換する</li>
<li><a href="function.imagettfbbox.php" class="index">imagettfbbox</a> - TypeType フォントを使用したテキストの bounding box を生成する</li>
<li><a href="function.imagettftext.php" class="index">imagettftext</a> - TrueType フォントを使用してテキストを画像に書き込む</li>
<li><a href="function.imagetypes.php" class="index">imagetypes</a> - この PHP がサポートしている画像形式を返す</li>
<li><a href="function.imagewbmp.php" class="index">imagewbmp</a> - 画像をブラウザあるいはファイルに出力する</li>
<li><a href="function.imagewebp.php" class="index">imagewebp</a> - WebP 画像をブラウザあるいはファイルに出力する</li>
<li><a href="function.imagexbm.php" class="index">imagexbm</a> - XBM 画像をブラウザあるいはファイルに出力する</li>
<li><a href="function.image-type-to-extension.php" class="index">image_type_to_extension</a> - 画像形式からファイルの拡張子を取得する</li>
<li><a href="function.image-type-to-mime-type.php" class="index">image_type_to_mime_type</a> - getimagesize, exif_read_data, exif_thumbnail, exif_imagetypeから返される
   画像形式のMIMEタイプを取得する</li>
<li><a href="imagick.adaptiveblurimage.php" class="index">Imagick::adaptiveBlurImage</a> - adaptive blur (順応性にじみ) フィルタを画像に追加する</li>
<li><a href="imagick.adaptiveresizeimage.php" class="index">Imagick::adaptiveResizeImage</a> - データに依存する三角測量にもとづいて画像のサイズを変更する</li>
<li><a href="imagick.adaptivesharpenimage.php" class="index">Imagick::adaptiveSharpenImage</a> - 順応して画像をシャープにする</li>
<li><a href="imagick.adaptivethresholdimage.php" class="index">Imagick::adaptiveThresholdImage</a> - 輝度の範囲にもとづいて各ピクセルの閾値を選択する</li>
<li><a href="imagick.addimage.php" class="index">Imagick::addImage</a> - 新しい画像を Imagick オブジェクトの画像リストに追加する</li>
<li><a href="imagick.addnoiseimage.php" class="index">Imagick::addNoiseImage</a> - ランダムなノイズを画像に追加する</li>
<li><a href="imagick.affinetransformimage.php" class="index">Imagick::affineTransformImage</a> - 画像を変換する</li>
<li><a href="imagick.animateimages.php" class="index">Imagick::animateImages</a> - 画像を動かす</li>
<li><a href="imagick.annotateimage.php" class="index">Imagick::annotateImage</a> - 画像にテキストによる注記を加える</li>
<li><a href="imagick.appendimages.php" class="index">Imagick::appendImages</a> - 画像群を追加する</li>
<li><a href="imagick.autolevelimage.php" class="index">Imagick::autoLevelImage</a> - 特定の画像チャネルのレベルを調整する</li>
<li><a href="imagick.averageimages.php" class="index">Imagick::averageImages</a> - 画像群を平均化する</li>
<li><a href="imagick.blackthresholdimage.php" class="index">Imagick::blackThresholdImage</a> - 閾値に満たないすべてのピクセルを黒にする</li>
<li><a href="imagick.blueshiftimage.php" class="index">Imagick::blueShiftImage</a> - 画像の色を落ち着かせる</li>
<li><a href="imagick.blurimage.php" class="index">Imagick::blurImage</a> - blur (にじみ) フィルタを画像に追加する</li>
<li><a href="imagick.borderimage.php" class="index">Imagick::borderImage</a> - 画像の周りを枠線で囲む</li>
<li><a href="imagick.brightnesscontrastimage.php" class="index">Imagick::brightnessContrastImage</a> - 画像の明るさやコントラストを変更する</li>
<li><a href="imagick.charcoalimage.php" class="index">Imagick::charcoalImage</a> - 木炭画をシミュレートする</li>
<li><a href="imagick.chopimage.php" class="index">Imagick::chopImage</a> - 画像の一部を取り除き、切り詰める</li>
<li><a href="imagick.clampimage.php" class="index">Imagick::clampImage</a> - 色の範囲を 0 から quantum depth までに制限する</li>
<li><a href="imagick.clear.php" class="index">Imagick::clear</a> - Imagick オブジェクトに関連付けられたすべてのリソースをクリアする</li>
<li><a href="imagick.clipimage.php" class="index">Imagick::clipImage</a> - 8BIM プロファイルの最初のパスにそって切り取る</li>
<li><a href="imagick.clipimagepath.php" class="index">Imagick::clipImagePath</a> - 8BIM プロファイルの名前付きパスがあればそれに沿ってクリップする</li>
<li><a href="imagick.clippathimage.php" class="index">Imagick::clipPathImage</a> - 8BIM プロファイルの指定した名前のパスにそって切り取る</li>
<li><a href="imagick.clone.php" class="index">Imagick::clone</a> - Imagick オブジェクトの完全なコピーを作成する</li>
<li><a href="imagick.clutimage.php" class="index">Imagick::clutImage</a> - 画像の色を置き換える</li>
<li><a href="imagick.coalesceimages.php" class="index">Imagick::coalesceImages</a> - 複数の画像を合成する</li>
<li><a href="imagick.colorfloodfillimage.php" class="index">Imagick::colorFloodfillImage</a> - 対象にマッチする任意の点の色の値を変更する</li>
<li><a href="imagick.colorizeimage.php" class="index">Imagick::colorizeImage</a> - 塗りつぶし色と画像を混合する</li>
<li><a href="imagick.colormatriximage.php" class="index">Imagick::colorMatrixImage</a> - 画像に色変換を適用する</li>
<li><a href="imagick.combineimages.php" class="index">Imagick::combineImages</a> - ひとつあるいは複数の画像をひとつにまとめる</li>
<li><a href="imagick.commentimage.php" class="index">Imagick::commentImage</a> - コメントを画像に追加する</li>
<li><a href="imagick.compareimagechannels.php" class="index">Imagick::compareImageChannels</a> - ひとつあるいは複数の画像の差を返す</li>
<li><a href="imagick.compareimagelayers.php" class="index">Imagick::compareImageLayers</a> - 複数の画像の中で最大の境界範囲を返す</li>
<li><a href="imagick.compareimages.php" class="index">Imagick::compareImages</a> - ある画像を再構築された画像と比較する</li>
<li><a href="imagick.compositeimage.php" class="index">Imagick::compositeImage</a> - ある画像を別の画像に合成する</li>
<li><a href="imagick.contrastimage.php" class="index">Imagick::contrastImage</a> - 画像のコントラストを変更する</li>
<li><a href="imagick.contraststretchimage.php" class="index">Imagick::contrastStretchImage</a> - カラー画像のコントラストを強調する</li>
<li><a href="imagick.convolveimage.php" class="index">Imagick::convolveImage</a> - 独自の畳み込み関数を画像に適用する</li>
<li><a href="imagick.count.php" class="index">Imagick::count</a> - 画像の数を取得する</li>
<li><a href="imagick.cropimage.php" class="index">Imagick::cropImage</a> - 画像の一部を抽出する</li>
<li><a href="imagick.cropthumbnailimage.php" class="index">Imagick::cropThumbnailImage</a> - 切り取ってサムネイルを作成する</li>
<li><a href="imagick.current.php" class="index">Imagick::current</a> - 現在の Imagick オブジェクトへの参照を返す</li>
<li><a href="imagick.cyclecolormapimage.php" class="index">Imagick::cycleColormapImage</a> - 画像のカラーマップを移動する</li>
<li><a href="imagick.decipherimage.php" class="index">Imagick::decipherImage</a> - 画像を復号する</li>
<li><a href="imagick.deconstructimages.php" class="index">Imagick::deconstructImages</a> - 画像間の特定のピクセルの差を返す</li>
<li><a href="imagick.deleteimageartifact.php" class="index">Imagick::deleteImageArtifact</a> - 画像のアーチファクトを削除する</li>
<li><a href="imagick.deleteimageproperty.php" class="index">Imagick::deleteImageProperty</a> - 画像のプロパティを削除する</li>
<li><a href="imagick.deskewimage.php" class="index">Imagick::deskewImage</a> - 傾きを除去する</li>
<li><a href="imagick.despeckleimage.php" class="index">Imagick::despeckleImage</a> - 画像内のスペックルノイズを軽減する</li>
<li><a href="imagick.destroy.php" class="index">Imagick::destroy</a> - Imagick オブジェクトを破棄する</li>
<li><a href="imagick.displayimage.php" class="index">Imagick::displayImage</a> - 画像を表示する</li>
<li><a href="imagick.displayimages.php" class="index">Imagick::displayImages</a> - 画像あるいは画像シーケンスを表示する</li>
<li><a href="imagick.distortimage.php" class="index">Imagick::distortImage</a> - さまざまな方式で画像を歪める</li>
<li><a href="imagick.drawimage.php" class="index">Imagick::drawImage</a> - 現在の画像上の ImagickDraw オブジェクトをレンダリングする</li>
<li><a href="imagick.edgeimage.php" class="index">Imagick::edgeImage</a> - 画像の輪郭を強調する</li>
<li><a href="imagick.embossimage.php" class="index">Imagick::embossImage</a> - グレースケール画像に三次元効果を施して返す</li>
<li><a href="imagick.encipherimage.php" class="index">Imagick::encipherImage</a> - 画像を暗号化する</li>
<li><a href="imagick.enhanceimage.php" class="index">Imagick::enhanceImage</a> - ノイジーな画像の品質を向上させる</li>
<li><a href="imagick.equalizeimage.php" class="index">Imagick::equalizeImage</a> - 画像ヒストグラムを均等化する</li>
<li><a href="imagick.evaluateimage.php" class="index">Imagick::evaluateImage</a> - 式を画像に適用する</li>
<li><a href="imagick.exportimagepixels.php" class="index">Imagick::exportImagePixels</a> - 画像の生のピクセルをエクスポートする</li>
<li><a href="imagick.extentimage.php" class="index">Imagick::extentImage</a> - 画像のサイズを設定する</li>
<li><a href="imagick.filter.php" class="index">Imagick::filter</a> - カスタム畳み込みカーネルを画像に適用する</li>
<li><a href="imagick.flattenimages.php" class="index">Imagick::flattenImages</a> - 画像シーケンスをマージする</li>
<li><a href="imagick.flipimage.php" class="index">Imagick::flipImage</a> - 垂直方向に反転した画像を作成する</li>
<li><a href="imagick.floodfillpaintimage.php" class="index">Imagick::floodFillPaintImage</a> - 対象にマッチする任意のピクセルの値を変更する</li>
<li><a href="imagick.flopimage.php" class="index">Imagick::flopImage</a> - 水平方向に反転した画像を作成する</li>
<li><a href="imagick.forwardfouriertransformimage.php" class="index">Imagick::forwardFourierTransformImage</a> - 離散フーリエ変換 (DFT) を実行する</li>
<li><a href="imagick.frameimage.php" class="index">Imagick::frameImage</a> - 三次元の枠線をシミュレートする</li>
<li><a href="imagick.functionimage.php" class="index">Imagick::functionImage</a> - 画像に関数を適用する</li>
<li><a href="imagick.fximage.php" class="index">Imagick::fxImage</a> - 式を画像の各ピクセルに適用する</li>
<li><a href="imagick.gammaimage.php" class="index">Imagick::gammaImage</a> - 画像をガンマ補正する</li>
<li><a href="imagick.gaussianblurimage.php" class="index">Imagick::gaussianBlurImage</a> - 画像をぼかす</li>
<li><a href="imagick.getcolorspace.php" class="index">Imagick::getColorspace</a> - 色空間を取得する</li>
<li><a href="imagick.getcompression.php" class="index">Imagick::getCompression</a> - オブジェクトの圧縮形式を取得する</li>
<li><a href="imagick.getcompressionquality.php" class="index">Imagick::getCompressionQuality</a> - オブジェクトの圧縮品質を取得する</li>
<li><a href="imagick.getcopyright.php" class="index">Imagick::getCopyright</a> - ImageMagick API の著作権情報を文字列で返す</li>
<li><a href="imagick.getfilename.php" class="index">Imagick::getFilename</a> - 画像シーケンスに関連付けられたファイル名を取得する</li>
<li><a href="imagick.getfont.php" class="index">Imagick::getFont</a> - フォントを取得する</li>
<li><a href="imagick.getformat.php" class="index">Imagick::getFormat</a> - Imagick オブジェクトのフォーマットを取得する</li>
<li><a href="imagick.getgravity.php" class="index">Imagick::getGravity</a> - gravity を取得する</li>
<li><a href="imagick.gethomeurl.php" class="index">Imagick::getHomeURL</a> - ImageMagick のホーム URL を返す</li>
<li><a href="imagick.getimage.php" class="index">Imagick::getImage</a> - 新しい Imagick オブジェクトを返す</li>
<li><a href="imagick.getimagealphachannel.php" class="index">Imagick::getImageAlphaChannel</a> - 画像がアルファチャネルを持つかを調べる</li>
<li><a href="imagick.getimageartifact.php" class="index">Imagick::getImageArtifact</a> - 画像のアーチファクトを取得する</li>
<li><a href="imagick.getimageattribute.php" class="index">Imagick::getImageAttribute</a> - 名前を指定して属性を返す</li>
<li><a href="imagick.getimagebackgroundcolor.php" class="index">Imagick::getImageBackgroundColor</a> - 画像の背景色を返す</li>
<li><a href="imagick.getimageblob.php" class="index">Imagick::getImageBlob</a> - 画像シーケンスを blob で返す</li>
<li><a href="imagick.getimageblueprimary.php" class="index">Imagick::getImageBluePrimary</a> - 青が一番強い点を返す</li>
<li><a href="imagick.getimagebordercolor.php" class="index">Imagick::getImageBorderColor</a> - 画像の前景色を返す</li>
<li><a href="imagick.getimagechanneldepth.php" class="index">Imagick::getImageChannelDepth</a> - 特定の画像チャネルの深度を返す</li>
<li><a href="imagick.getimagechanneldistortion.php" class="index">Imagick::getImageChannelDistortion</a> - 画像のチャネルを再構築した画像と比較する</li>
<li><a href="imagick.getimagechanneldistortions.php" class="index">Imagick::getImageChannelDistortions</a> - チャネルの歪みを取得する</li>
<li><a href="imagick.getimagechannelextrema.php" class="index">Imagick::getImageChannelExtrema</a> - ひとつあるいは複数の画像チャネルの極値を取得する</li>
<li><a href="imagick.getimagechannelkurtosis.php" class="index">Imagick::getImageChannelKurtosis</a> - getImageChannelKurtosis</li>
<li><a href="imagick.getimagechannelmean.php" class="index">Imagick::getImageChannelMean</a> - 平均値と標準偏差を取得する</li>
<li><a href="imagick.getimagechannelrange.php" class="index">Imagick::getImageChannelRange</a> - チャネルの範囲を取得する</li>
<li><a href="imagick.getimagechannelstatistics.php" class="index">Imagick::getImageChannelStatistics</a> - 画像の各チャネルの統計情報を返す</li>
<li><a href="imagick.getimageclipmask.php" class="index">Imagick::getImageClipMask</a> - 画像のクリップマスクを取得する</li>
<li><a href="imagick.getimagecolormapcolor.php" class="index">Imagick::getImageColormapColor</a> - 指定したインデックスに対応する色マップ上の色を返す</li>
<li><a href="imagick.getimagecolors.php" class="index">Imagick::getImageColors</a> - 画像で使われている色の数を取得する</li>
<li><a href="imagick.getimagecolorspace.php" class="index">Imagick::getImageColorspace</a> - 画像の色空間を取得する</li>
<li><a href="imagick.getimagecompose.php" class="index">Imagick::getImageCompose</a> - 画像の合成演算子を返す</li>
<li><a href="imagick.getimagecompression.php" class="index">Imagick::getImageCompression</a> - 現在の画像の圧縮形式を取得する</li>
<li><a href="imagick.getimagecompressionquality.php" class="index">Imagick::getImageCompressionQuality</a> - 現在の画像の圧縮品質を取得する</li>
<li><a href="imagick.getimagedelay.php" class="index">Imagick::getImageDelay</a> - 画像の遅延を取得する</li>
<li><a href="imagick.getimagedepth.php" class="index">Imagick::getImageDepth</a> - 画像の深度を取得する</li>
<li><a href="imagick.getimagedispose.php" class="index">Imagick::getImageDispose</a> - 画像の配置方法を取得する</li>
<li><a href="imagick.getimagedistortion.php" class="index">Imagick::getImageDistortion</a> - ある画像と再構築した画像を比較する</li>
<li><a href="imagick.getimageextrema.php" class="index">Imagick::getImageExtrema</a> - 画像の極値を取得する</li>
<li><a href="imagick.getimagefilename.php" class="index">Imagick::getImageFilename</a> - シーケンス内の特定の画像のファイル名を返す</li>
<li><a href="imagick.getimageformat.php" class="index">Imagick::getImageFormat</a> - シーケンス内の特定の画像のフォーマットを返す</li>
<li><a href="imagick.getimagegamma.php" class="index">Imagick::getImageGamma</a> - 画像のガンマを取得する</li>
<li><a href="imagick.getimagegeometry.php" class="index">Imagick::getImageGeometry</a> - 幅と高さを連想配列で取得する</li>
<li><a href="imagick.getimagegravity.php" class="index">Imagick::getImageGravity</a> - 画像の gravity を取得する</li>
<li><a href="imagick.getimagegreenprimary.php" class="index">Imagick::getImageGreenPrimary</a> - 緑が一番強い点を返す</li>
<li><a href="imagick.getimageheight.php" class="index">Imagick::getImageHeight</a> - 画像の高さを返す</li>
<li><a href="imagick.getimagehistogram.php" class="index">Imagick::getImageHistogram</a> - 画像のヒストグラムを取得する</li>
<li><a href="imagick.getimageindex.php" class="index">Imagick::getImageIndex</a> - 現在アクティブな画像のインデックスを取得する</li>
<li><a href="imagick.getimageinterlacescheme.php" class="index">Imagick::getImageInterlaceScheme</a> - 画像のインターレース手法を取得する</li>
<li><a href="imagick.getimageinterpolatemethod.php" class="index">Imagick::getImageInterpolateMethod</a> - 画像の補間方式を返す</li>
<li><a href="imagick.getimageiterations.php" class="index">Imagick::getImageIterations</a> - 画像の反復を取得する</li>
<li><a href="imagick.getimagelength.php" class="index">Imagick::getImageLength</a> - 画像の長さをバイト数で取得する</li>
<li><a href="imagick.getimagematte.php" class="index">Imagick::getImageMatte</a> - 画像がマットチャネルを持っているかどうかを返す</li>
<li><a href="imagick.getimagemattecolor.php" class="index">Imagick::getImageMatteColor</a> - 画像のマット色を返す</li>
<li><a href="imagick.getimagemimetype.php" class="index">Imagick::getImageMimeType</a> - 画像の MIME タイプを返す</li>
<li><a href="imagick.getimageorientation.php" class="index">Imagick::getImageOrientation</a> - 画像の方向を取得する</li>
<li><a href="imagick.getimagepage.php" class="index">Imagick::getImagePage</a> - ページのジオメトリを返す</li>
<li><a href="imagick.getimagepixelcolor.php" class="index">Imagick::getImagePixelColor</a> - 指定したピクセルの色を返す</li>
<li><a href="imagick.getimageprofile.php" class="index">Imagick::getImageProfile</a> - 指定した名前の画像プロファイルを返す</li>
<li><a href="imagick.getimageprofiles.php" class="index">Imagick::getImageProfiles</a> - 画像プロファイルを返す</li>
<li><a href="imagick.getimageproperties.php" class="index">Imagick::getImageProperties</a> - 画像のプロパティを返す</li>
<li><a href="imagick.getimageproperty.php" class="index">Imagick::getImageProperty</a> - 指定した名前の画像のプロパティを返す</li>
<li><a href="imagick.getimageredprimary.php" class="index">Imagick::getImageRedPrimary</a> - 赤が一番強い点を返す</li>
<li><a href="imagick.getimageregion.php" class="index">Imagick::getImageRegion</a> - 画像の一部を抽出する</li>
<li><a href="imagick.getimagerenderingintent.php" class="index">Imagick::getImageRenderingIntent</a> - 画像のレンダリング方向を取得する</li>
<li><a href="imagick.getimageresolution.php" class="index">Imagick::getImageResolution</a> - 画像の X 方向と Y 方向の解像度を取得する</li>
<li><a href="imagick.getimagesblob.php" class="index">Imagick::getImagesBlob</a> - すべての画像シーケンスを blob で返す</li>
<li><a href="imagick.getimagescene.php" class="index">Imagick::getImageScene</a> - 画像のシーンを取得する</li>
<li><a href="imagick.getimagesignature.php" class="index">Imagick::getImageSignature</a> - SHA-256 メッセージダイジェストを生成する</li>
<li><a href="imagick.getimagesize.php" class="index">Imagick::getImageSize</a> - 画像の長さをバイト数で返す</li>
<li><a href="imagick.getimagetickspersecond.php" class="index">Imagick::getImageTicksPerSecond</a> - 画像の ticks-per-second を取得する</li>
<li><a href="imagick.getimagetotalinkdensity.php" class="index">Imagick::getImageTotalInkDensity</a> - 画像の総インク密度を取得する</li>
<li><a href="imagick.getimagetype.php" class="index">Imagick::getImageType</a> - 画像の型を取得する</li>
<li><a href="imagick.getimageunits.php" class="index">Imagick::getImageUnits</a> - 画像の解像度の単位を取得する</li>
<li><a href="imagick.getimagevirtualpixelmethod.php" class="index">Imagick::getImageVirtualPixelMethod</a> - 仮想ピクセルメソッドを取得する</li>
<li><a href="imagick.getimagewhitepoint.php" class="index">Imagick::getImageWhitePoint</a> - 色度が白い点を返す</li>
<li><a href="imagick.getimagewidth.php" class="index">Imagick::getImageWidth</a> - 画像の幅を返す</li>
<li><a href="imagick.getinterlacescheme.php" class="index">Imagick::getInterlaceScheme</a> - オブジェクトのインターレース方式を取得する</li>
<li><a href="imagick.getiteratorindex.php" class="index">Imagick::getIteratorIndex</a> - 現在アクティブな画像のインデックスを取得する</li>
<li><a href="imagick.getnumberimages.php" class="index">Imagick::getNumberImages</a> - オブジェクト内の画像の数を返す</li>
<li><a href="imagick.getoption.php" class="index">Imagick::getOption</a> - 指定したキーに対応する値を返す</li>
<li><a href="imagick.getpackagename.php" class="index">Imagick::getPackageName</a> - ImageMagick パッケージ名を返す</li>
<li><a href="imagick.getpage.php" class="index">Imagick::getPage</a> - ページのジオメトリを返す</li>
<li><a href="imagick.getpixeliterator.php" class="index">Imagick::getPixelIterator</a> - MagickPixelIterator を返す</li>
<li><a href="imagick.getpixelregioniterator.php" class="index">Imagick::getPixelRegionIterator</a> - 画像セクションの ImagickPixelIterator を取得する</li>
<li><a href="imagick.getpointsize.php" class="index">Imagick::getPointSize</a> - ポイントサイズを取得する</li>
<li><a href="imagick.getquantum.php" class="index">Imagick::getQuantum</a> - ImageMagick の quantum range を返す</li>
<li><a href="imagick.getquantumdepth.php" class="index">Imagick::getQuantumDepth</a> - quantum depth を取得する</li>
<li><a href="imagick.getquantumrange.php" class="index">Imagick::getQuantumRange</a> - Imagick quantum range を返す</li>
<li><a href="imagick.getregistry.php" class="index">Imagick::getRegistry</a> - StringRegistry エントリを取得する</li>
<li><a href="imagick.getreleasedate.php" class="index">Imagick::getReleaseDate</a> - ImageMagick のリリース日を返す</li>
<li><a href="imagick.getresource.php" class="index">Imagick::getResource</a> - 指定したリソースのメモリ使用状況を返す</li>
<li><a href="imagick.getresourcelimit.php" class="index">Imagick::getResourceLimit</a> - 指定したリソースの制限を返す</li>
<li><a href="imagick.getsamplingfactors.php" class="index">Imagick::getSamplingFactors</a> - 水平方向および垂直方向のサンプリング係数を取得する</li>
<li><a href="imagick.getsize.php" class="index">Imagick::getSize</a> - Imagick オブジェクトに関連付けられたサイズを返す</li>
<li><a href="imagick.getsizeoffset.php" class="index">Imagick::getSizeOffset</a> - サイズのオフセットを返す</li>
<li><a href="imagick.getversion.php" class="index">Imagick::getVersion</a> - ImageMagick API のバージョンを返す</li>
<li><a href="imagick.haldclutimage.php" class="index">Imagick::haldClutImage</a> - 画像内の色を置換する</li>
<li><a href="imagick.hasnextimage.php" class="index">Imagick::hasNextImage</a> - オブジェクトが次の画像を保持しているかどうかを調べる</li>
<li><a href="imagick.haspreviousimage.php" class="index">Imagick::hasPreviousImage</a> - オブジェクトが前の画像を保持しているかどうかを調べる</li>
<li><a href="imagick.identifyformat.php" class="index">Imagick::identifyFormat</a> - 画像の詳細情報で文字列をフォーマットする</li>
<li><a href="imagick.identifyimage.php" class="index">Imagick::identifyImage</a> - 画像を識別し、属性を取得する</li>
<li><a href="imagick.implodeimage.php" class="index">Imagick::implodeImage</a> - 新しい画像をコピーとして作成する</li>
<li><a href="imagick.importimagepixels.php" class="index">Imagick::importImagePixels</a> - 画像のピクセルをインポートする</li>
<li><a href="imagick.inversefouriertransformimage.php" class="index">Imagick::inverseFourierTransformImage</a> - 逆離散フーリエ変換 (DFT) を実行する</li>
<li><a href="imagick.labelimage.php" class="index">Imagick::labelImage</a> - ラベルを画像に追加する</li>
<li><a href="imagick.levelimage.php" class="index">Imagick::levelImage</a> - 画像のレベルを調節する</li>
<li><a href="imagick.linearstretchimage.php" class="index">Imagick::linearStretchImage</a> - 画像の輝度を引き伸ばして飽和させる</li>
<li><a href="imagick.liquidrescaleimage.php" class="index">Imagick::liquidRescaleImage</a> - 画像を動かす</li>
<li><a href="imagick.listregistry.php" class="index">Imagick::listRegistry</a> - すべてのレジストリ設定を一覧表示する</li>
<li><a href="imagick.magnifyimage.php" class="index">Imagick::magnifyImage</a> - 画像を 2 倍に比例拡大する</li>
<li><a href="imagick.mapimage.php" class="index">Imagick::mapImage</a> - 画像の色を、参照画像の中の最も近い色に置き換える</li>
<li><a href="imagick.mattefloodfillimage.php" class="index">Imagick::matteFloodfillImage</a> - 色の透明度を変更する</li>
<li><a href="imagick.medianfilterimage.php" class="index">Imagick::medianFilterImage</a> - デジタルフィルタを適用する</li>
<li><a href="imagick.mergeimagelayers.php" class="index">Imagick::mergeImageLayers</a> - 画像のレイヤーをマージする</li>
<li><a href="imagick.minifyimage.php" class="index">Imagick::minifyImage</a> - 画像をその半分のサイズに比例縮小する</li>
<li><a href="imagick.modulateimage.php" class="index">Imagick::modulateImage</a> - 明度、飽和度、色相を制御する</li>
<li><a href="imagick.montageimage.php" class="index">Imagick::montageImage</a> - 合成画像を作成する</li>
<li><a href="imagick.morphimages.php" class="index">Imagick::morphImages</a> - 複数の画像をモーフィングする</li>
<li><a href="imagick.morphology.php" class="index">Imagick::morphology</a> - 指定されたモルフォロジーメソッドに従い、ユーザー指定のカーネルを画像に適用する</li>
<li><a href="imagick.mosaicimages.php" class="index">Imagick::mosaicImages</a> - 画像からモザイクを作成する</li>
<li><a href="imagick.motionblurimage.php" class="index">Imagick::motionBlurImage</a> - モーションブラーをシミュレートする</li>
<li><a href="imagick.negateimage.php" class="index">Imagick::negateImage</a> - 画像の色を打ち消す</li>
<li><a href="imagick.newimage.php" class="index">Imagick::newImage</a> - 新しい画像を作成する</li>
<li><a href="imagick.newpseudoimage.php" class="index">Imagick::newPseudoImage</a> - 新しい画像を作成する</li>
<li><a href="imagick.nextimage.php" class="index">Imagick::nextImage</a> - 次の画像に移動する</li>
<li><a href="imagick.normalizeimage.php" class="index">Imagick::normalizeImage</a> - カラー画像のコントラストを強調する</li>
<li><a href="imagick.oilpaintimage.php" class="index">Imagick::oilPaintImage</a> - 油絵をシミュレートする</li>
<li><a href="imagick.opaquepaintimage.php" class="index">Imagick::opaquePaintImage</a> - 対象にマッチする任意のピクセルの色を変更する</li>
<li><a href="imagick.optimizeimagelayers.php" class="index">Imagick::optimizeImageLayers</a> - 画像の繰り返し部分を削除して最適化する</li>
<li><a href="imagick.orderedposterizeimage.php" class="index">Imagick::orderedPosterizeImage</a> - 配列ディザリングを行う</li>
<li><a href="imagick.paintfloodfillimage.php" class="index">Imagick::paintFloodfillImage</a> - 色にマッチするピクセルを変更する</li>
<li><a href="imagick.paintopaqueimage.php" class="index">Imagick::paintOpaqueImage</a> - 色にマッチするピクセルを変更する</li>
<li><a href="imagick.painttransparentimage.php" class="index">Imagick::paintTransparentImage</a> - 色にマッチするピクセルを塗りつぶし色に変更する</li>
<li><a href="imagick.pingimage.php" class="index">Imagick::pingImage</a> - 画像の基本属性を取得する</li>
<li><a href="imagick.pingimageblob.php" class="index">Imagick::pingImageBlob</a> - 手早く属性を取得する</li>
<li><a href="imagick.pingimagefile.php" class="index">Imagick::pingImageFile</a> - 画像の基本属性を手軽に取得する</li>
<li><a href="imagick.polaroidimage.php" class="index">Imagick::polaroidImage</a> - ポラロイド写真をシミュレートする</li>
<li><a href="imagick.posterizeimage.php" class="index">Imagick::posterizeImage</a> - 指定した色数まで画像を減色する</li>
<li><a href="imagick.previewimages.php" class="index">Imagick::previewImages</a> - 画像処理用の適切なパラメータを手早く取得する</li>
<li><a href="imagick.previousimage.php" class="index">Imagick::previousImage</a> - オブジェクト内の前の画像に移動する</li>
<li><a href="imagick.profileimage.php" class="index">Imagick::profileImage</a> - 画像のプロファイルを追加あるいは削除する</li>
<li><a href="imagick.quantizeimage.php" class="index">Imagick::quantizeImage</a> - 参照画像内の色を解析する</li>
<li><a href="imagick.quantizeimages.php" class="index">Imagick::quantizeImages</a> - 画像シーケンス内の色を解析する</li>
<li><a href="imagick.queryfontmetrics.php" class="index">Imagick::queryFontMetrics</a> - フォントメトリクスを表す配列を返す</li>
<li><a href="imagick.queryfonts.php" class="index">Imagick::queryFonts</a> - 設定したフォントを返す</li>
<li><a href="imagick.queryformats.php" class="index">Imagick::queryFormats</a> - Imagick がサポートするフォーマットを返す</li>
<li><a href="imagick.radialblurimage.php" class="index">Imagick::radialBlurImage</a> - 画像にラジアルブラーを施す</li>
<li><a href="imagick.raiseimage.php" class="index">Imagick::raiseImage</a> - 三次元のボタン風の効果をシミュレートする</li>
<li><a href="imagick.randomthresholdimage.php" class="index">Imagick::randomThresholdImage</a> - コントラストの高い 2 色の画像を作成する</li>
<li><a href="imagick.readimage.php" class="index">Imagick::readImage</a> - ファイルから画像を読み込む</li>
<li><a href="imagick.readimageblob.php" class="index">Imagick::readImageBlob</a> - バイナリ文字列から画像を読み込む</li>
<li><a href="imagick.readimagefile.php" class="index">Imagick::readImageFile</a> - オープンしているファイルハンドルから画像を読み込む</li>
<li><a href="imagick.readimages.php" class="index">Imagick::readimages</a> - ファイル名の配列から画像を読み込む</li>
<li><a href="imagick.recolorimage.php" class="index">Imagick::recolorImage</a> - 画像の色を変更する</li>
<li><a href="imagick.reducenoiseimage.php" class="index">Imagick::reduceNoiseImage</a> - 画像の輪郭をなめらかにする</li>
<li><a href="imagick.remapimage.php" class="index">Imagick::remapImage</a> - 画像の色を再配置する</li>
<li><a href="imagick.removeimage.php" class="index">Imagick::removeImage</a> - 画像リストから画像を削除する</li>
<li><a href="imagick.removeimageprofile.php" class="index">Imagick::removeImageProfile</a> - 指定した名前の画像プロファイルを削除してそれを返す</li>
<li><a href="imagick.render.php" class="index">Imagick::render</a> - それまでのすべての描画コマンドをレンダリングする</li>
<li><a href="imagick.resampleimage.php" class="index">Imagick::resampleImage</a> - 画像を指定した解像度にリサンプリングする</li>
<li><a href="imagick.resetimagepage.php" class="index">Imagick::resetImagePage</a> - 画像のページをリセットする</li>
<li><a href="imagick.resizeimage.php" class="index">Imagick::resizeImage</a> - 画像のサイズを変更する</li>
<li><a href="imagick.rollimage.php" class="index">Imagick::rollImage</a> - 画像を補正する</li>
<li><a href="imagick.rotateimage.php" class="index">Imagick::rotateImage</a> - 画像を回転する</li>
<li><a href="imagick.rotationalblurimage.php" class="index">Imagick::rotationalBlurImage</a> - 画像に回転ブラーを施す</li>
<li><a href="imagick.roundcorners.php" class="index">Imagick::roundCorners</a> - 画像の角を丸める</li>
<li><a href="imagick.sampleimage.php" class="index">Imagick::sampleImage</a> - ピクセルのサンプリングによって画像の倍率を変更する</li>
<li><a href="imagick.scaleimage.php" class="index">Imagick::scaleImage</a> - 画像のサイズを変更する</li>
<li><a href="imagick.segmentimage.php" class="index">Imagick::segmentImage</a> - 画像を分割する</li>
<li><a href="imagick.selectiveblurimage.php" class="index">Imagick::selectiveBlurImage</a> - コントラストの閾値内で選択的に画像をぼかす</li>
<li><a href="imagick.separateimagechannel.php" class="index">Imagick::separateImageChannel</a> - 画像からチャネルを分離する</li>
<li><a href="imagick.sepiatoneimage.php" class="index">Imagick::sepiaToneImage</a> - 画像をセピア調にする</li>
<li><a href="imagick.setbackgroundcolor.php" class="index">Imagick::setBackgroundColor</a> - オブジェクトのデフォルト背景色を設定する</li>
<li><a href="imagick.setcolorspace.php" class="index">Imagick::setColorspace</a> - 色空間を設定する</li>
<li><a href="imagick.setcompression.php" class="index">Imagick::setCompression</a> - オブジェクトのデフォルトの圧縮方式を設定する</li>
<li><a href="imagick.setcompressionquality.php" class="index">Imagick::setCompressionQuality</a> - オブジェクトのデフォルトの圧縮品質を設定する</li>
<li><a href="imagick.setfilename.php" class="index">Imagick::setFilename</a> - 画像を読み書きする前にファイル名を設定する</li>
<li><a href="imagick.setfirstiterator.php" class="index">Imagick::setFirstIterator</a> - Imagick イテレータを最初の画像に設定する</li>
<li><a href="imagick.setfont.php" class="index">Imagick::setFont</a> - フォントを設定する</li>
<li><a href="imagick.setformat.php" class="index">Imagick::setFormat</a> - Imagick オブジェクトのフォーマットを設定する</li>
<li><a href="imagick.setgravity.php" class="index">Imagick::setGravity</a> - gravity を設定する</li>
<li><a href="imagick.setimage.php" class="index">Imagick::setImage</a> - オブジェクト内の画像を置き換える</li>
<li><a href="imagick.setimagealphachannel.php" class="index">Imagick::setImageAlphaChannel</a> - 画像のアルファチャネルを設定する</li>
<li><a href="imagick.setimageartifact.php" class="index">Imagick::setImageArtifact</a> - 画像のアーチファクトを設定する</li>
<li><a href="imagick.setimageattribute.php" class="index">Imagick::setImageAttribute</a> - 画像の属性を設定する</li>
<li><a href="imagick.setimagebackgroundcolor.php" class="index">Imagick::setImageBackgroundColor</a> - 画像の背景色を設定する</li>
<li><a href="imagick.setimagebias.php" class="index">Imagick::setImageBias</a> - 画像を折りたたむ任意のメソッドについて画像のバイアスを設定する</li>
<li><a href="imagick.setimagebiasquantum.php" class="index">Imagick::setImageBiasQuantum</a> - 画像のバイアスを設定する</li>
<li><a href="imagick.setimageblueprimary.php" class="index">Imagick::setImageBluePrimary</a> - 青が一番強い点を設定する</li>
<li><a href="imagick.setimagebordercolor.php" class="index">Imagick::setImageBorderColor</a> - 画像の前景色を設定する</li>
<li><a href="imagick.setimagechanneldepth.php" class="index">Imagick::setImageChannelDepth</a> - 特定の画像チャネルの深度を設定する</li>
<li><a href="imagick.setimageclipmask.php" class="index">Imagick::setImageClipMask</a> - 画像のクリップマスクを設定する</li>
<li><a href="imagick.setimagecolormapcolor.php" class="index">Imagick::setImageColormapColor</a> - 指定した色マップインデックスの色を設定する</li>
<li><a href="imagick.setimagecolorspace.php" class="index">Imagick::setImageColorspace</a> - 画像の色空間を設定する</li>
<li><a href="imagick.setimagecompose.php" class="index">Imagick::setImageCompose</a> - 画像の合成演算子を設定する</li>
<li><a href="imagick.setimagecompression.php" class="index">Imagick::setImageCompression</a> - 画像の圧縮を設定する</li>
<li><a href="imagick.setimagecompressionquality.php" class="index">Imagick::setImageCompressionQuality</a> - 画像の圧縮品質を設定する</li>
<li><a href="imagick.setimagedelay.php" class="index">Imagick::setImageDelay</a> - 画像の遅延を設定する</li>
<li><a href="imagick.setimagedepth.php" class="index">Imagick::setImageDepth</a> - 画像の深度を設定する</li>
<li><a href="imagick.setimagedispose.php" class="index">Imagick::setImageDispose</a> - 画像の配置方法を設定する</li>
<li><a href="imagick.setimageextent.php" class="index">Imagick::setImageExtent</a> - 画像のサイズを設定する</li>
<li><a href="imagick.setimagefilename.php" class="index">Imagick::setImageFilename</a> - 特定の画像のファイル名を設定する</li>
<li><a href="imagick.setimageformat.php" class="index">Imagick::setImageFormat</a> - 特定の画像のフォーマットを設定する</li>
<li><a href="imagick.setimagegamma.php" class="index">Imagick::setImageGamma</a> - 画像のガンマを設定する</li>
<li><a href="imagick.setimagegravity.php" class="index">Imagick::setImageGravity</a> - 画像の gravity を設定する</li>
<li><a href="imagick.setimagegreenprimary.php" class="index">Imagick::setImageGreenPrimary</a> - 緑が一番強い点を設定する</li>
<li><a href="imagick.setimageindex.php" class="index">Imagick::setImageIndex</a> - イテレータの位置を設定する</li>
<li><a href="imagick.setimageinterlacescheme.php" class="index">Imagick::setImageInterlaceScheme</a> - 画像のインターレース手法を設定する</li>
<li><a href="imagick.setimageinterpolatemethod.php" class="index">Imagick::setImageInterpolateMethod</a> - 画像のピクセル補間方式を設定する</li>
<li><a href="imagick.setimageiterations.php" class="index">Imagick::setImageIterations</a> - 画像の反復を設定する</li>
<li><a href="imagick.setimagematte.php" class="index">Imagick::setImageMatte</a> - 画像のマットチャネルを設定する</li>
<li><a href="imagick.setimagemattecolor.php" class="index">Imagick::setImageMatteColor</a> - 画像のマット色を設定する</li>
<li><a href="imagick.setimageopacity.php" class="index">Imagick::setImageOpacity</a> - 画像の不透明度を設定する</li>
<li><a href="imagick.setimageorientation.php" class="index">Imagick::setImageOrientation</a> - 画像の方向を設定する</li>
<li><a href="imagick.setimagepage.php" class="index">Imagick::setImagePage</a> - 画像のページのジオメトリを設定する</li>
<li><a href="imagick.setimageprofile.php" class="index">Imagick::setImageProfile</a> - 指定した名前の画像プロファイルを Imagick オブジェクトに追加する</li>
<li><a href="imagick.setimageproperty.php" class="index">Imagick::setImageProperty</a> - 画像のプロパティを設定する</li>
<li><a href="imagick.setimageredprimary.php" class="index">Imagick::setImageRedPrimary</a> - 赤が一番強い点を設定する</li>
<li><a href="imagick.setimagerenderingintent.php" class="index">Imagick::setImageRenderingIntent</a> - 画像のレンダリング方向を設定する</li>
<li><a href="imagick.setimageresolution.php" class="index">Imagick::setImageResolution</a> - 画像の解像度を設定する</li>
<li><a href="imagick.setimagescene.php" class="index">Imagick::setImageScene</a> - 画像のシーンを設定する</li>
<li><a href="imagick.setimagetickspersecond.php" class="index">Imagick::setImageTicksPerSecond</a> - 画像の ticks-per-second を設定する</li>
<li><a href="imagick.setimagetype.php" class="index">Imagick::setImageType</a> - 画像の型を設定する</li>
<li><a href="imagick.setimageunits.php" class="index">Imagick::setImageUnits</a> - 画像の解像度の単位を設定する</li>
<li><a href="imagick.setimagevirtualpixelmethod.php" class="index">Imagick::setImageVirtualPixelMethod</a> - 画像の仮想ピクセルメソッドを設定する</li>
<li><a href="imagick.setimagewhitepoint.php" class="index">Imagick::setImageWhitePoint</a> - 画像の色度が白い点を設定する</li>
<li><a href="imagick.setinterlacescheme.php" class="index">Imagick::setInterlaceScheme</a> - 画像の圧縮を設定する</li>
<li><a href="imagick.setiteratorindex.php" class="index">Imagick::setIteratorIndex</a> - イテレータの位置を設定する</li>
<li><a href="imagick.setlastiterator.php" class="index">Imagick::setLastIterator</a> - Imagick イテレータを最後の画像に設定する</li>
<li><a href="imagick.setoption.php" class="index">Imagick::setOption</a> - オプションを設定する</li>
<li><a href="imagick.setpage.php" class="index">Imagick::setPage</a> - Imagick オブジェクトのページジオメトリを設定する</li>
<li><a href="imagick.setpointsize.php" class="index">Imagick::setPointSize</a> - ポイントサイズを設定する</li>
<li><a href="imagick.setprogressmonitor.php" class="index">Imagick::setProgressMonitor</a> - 処理中に呼び出されるコールバックを設定する</li>
<li><a href="imagick.setregistry.php" class="index">Imagick::setRegistry</a> - 指定されたキーの ImageMagick レジストリエントリに値を設定する</li>
<li><a href="imagick.setresolution.php" class="index">Imagick::setResolution</a> - 画像の解像度を設定する</li>
<li><a href="imagick.setresourcelimit.php" class="index">Imagick::setResourceLimit</a> - 特定のリソースの制限を設定する</li>
<li><a href="imagick.setsamplingfactors.php" class="index">Imagick::setSamplingFactors</a> - 画像のサンプリング係数を設定する</li>
<li><a href="imagick.setsize.php" class="index">Imagick::setSize</a> - Imagick オブジェクトのサイズを設定する</li>
<li><a href="imagick.setsizeoffset.php" class="index">Imagick::setSizeOffset</a> - Imagick オブジェクトのサイズのオフセットを設定する</li>
<li><a href="imagick.settype.php" class="index">Imagick::setType</a> - 画像タイプ属性を設定する</li>
<li><a href="imagick.shadeimage.php" class="index">Imagick::shadeImage</a> - 3D 効果を作成する</li>
<li><a href="imagick.shadowimage.php" class="index">Imagick::shadowImage</a> - 画像の影をシミュレートする</li>
<li><a href="imagick.sharpenimage.php" class="index">Imagick::sharpenImage</a> - 画像をシャープにする</li>
<li><a href="imagick.shaveimage.php" class="index">Imagick::shaveImage</a> - 画像の輪郭からピクセルを刈り取る</li>
<li><a href="imagick.shearimage.php" class="index">Imagick::shearImage</a> - 平行四辺形を作成する</li>
<li><a href="imagick.sigmoidalcontrastimage.php" class="index">Imagick::sigmoidalContrastImage</a> - 画像のコントラストを調整する</li>
<li><a href="imagick.sketchimage.php" class="index">Imagick::sketchImage</a> - 鉛筆画をシミュレートする</li>
<li><a href="imagick.smushimages.php" class="index">Imagick::smushImages</a> - 現在の画像ポインタから画像リストの最後までのすべての画像を取得し、結合する</li>
<li><a href="imagick.solarizeimage.php" class="index">Imagick::solarizeImage</a> - 画像にソラリゼーション効果を適用する</li>
<li><a href="imagick.sparsecolorimage.php" class="index">Imagick::sparseColorImage</a> - 色を補間する</li>
<li><a href="imagick.spliceimage.php" class="index">Imagick::spliceImage</a> - 無地の画像を作成する</li>
<li><a href="imagick.spreadimage.php" class="index">Imagick::spreadImage</a> - ブロック内の各ピクセルをランダムに移動する</li>
<li><a href="imagick.statisticimage.php" class="index">Imagick::statisticImage</a> - 統計関数を使用して画像を変更する</li>
<li><a href="imagick.steganoimage.php" class="index">Imagick::steganoImage</a> - デジタル透かしを画像に埋め込む</li>
<li><a href="imagick.stereoimage.php" class="index">Imagick::stereoImage</a> - ふたつの画像を合成する</li>
<li><a href="imagick.stripimage.php" class="index">Imagick::stripImage</a> - 画像からすべてのプロパティやコメントを除去する</li>
<li><a href="imagick.subimagematch.php" class="index">Imagick::subImageMatch</a> - 現在の画像から部分画像を検索し、類似度画像を返す</li>
<li><a href="imagick.swirlimage.php" class="index">Imagick::swirlImage</a> - 画像の中心から、ピクセルを渦巻状にする</li>
<li><a href="imagick.textureimage.php" class="index">Imagick::textureImage</a> - テクスチャ画像をタイル状に並べる</li>
<li><a href="imagick.thresholdimage.php" class="index">Imagick::thresholdImage</a> - 閾値にもとづいて個々のピクセルの値を変更する</li>
<li><a href="imagick.thumbnailimage.php" class="index">Imagick::thumbnailImage</a> - 画像のサイズを変更する</li>
<li><a href="imagick.tintimage.php" class="index">Imagick::tintImage</a> - 色ベクトルを画像の各ピクセルに適用する</li>
<li><a href="imagick.transformimage.php" class="index">Imagick::transformImage</a> - 切り取るサイズと画像のジオメトリを設定する便利なメソッド</li>
<li><a href="imagick.transformimagecolorspace.php" class="index">Imagick::transformImageColorspace</a> - 画像を新しい色空間に変換する</li>
<li><a href="imagick.transparentpaintimage.php" class="index">Imagick::transparentPaintImage</a> - ピクセルを透過させる</li>
<li><a href="imagick.transposeimage.php" class="index">Imagick::transposeImage</a> - 垂直方向に反転させた画像を作成する</li>
<li><a href="imagick.transverseimage.php" class="index">Imagick::transverseImage</a> - 水平方向に反転させた画像を作成する</li>
<li><a href="imagick.trimimage.php" class="index">Imagick::trimImage</a> - 画像の輪郭を削除する</li>
<li><a href="imagick.uniqueimagecolors.php" class="index">Imagick::uniqueImageColors</a> - ある 1 色以外のすべての色のピクセルを削除する</li>
<li><a href="imagick.unsharpmaskimage.php" class="index">Imagick::unsharpMaskImage</a> - 画像をシャープにする</li>
<li><a href="imagick.valid.php" class="index">Imagick::valid</a> - 現在のアイテムが有効かどうかを調べる</li>
<li><a href="imagick.vignetteimage.php" class="index">Imagick::vignetteImage</a> - ビネットフィルタを画像に追加する</li>
<li><a href="imagick.waveimage.php" class="index">Imagick::waveImage</a> - ウェーブフィルタを画像に適用する</li>
<li><a href="imagick.whitethresholdimage.php" class="index">Imagick::whiteThresholdImage</a> - 閾値に満たないすべてのピクセルを白にする</li>
<li><a href="imagick.writeimage.php" class="index">Imagick::writeImage</a> - 指定した名前で画像を書き込む</li>
<li><a href="imagick.writeimagefile.php" class="index">Imagick::writeImageFile</a> - 画像をファイルハンドルに書き出す</li>
<li><a href="imagick.writeimages.php" class="index">Imagick::writeImages</a> - 画像あるいは画像シーケンスを書き込む</li>
<li><a href="imagick.writeimagesfile.php" class="index">Imagick::writeImagesFile</a> - フレームをファイルハンドルに書き出す</li>
<li><a href="imagick.construct.php" class="index">Imagick::__construct</a> - Imagick のコンストラクタ</li>
<li><a href="imagick.tostring.php" class="index">Imagick::__toString</a> - 画像を文字列として返す</li>
<li><a href="imagickdraw.affine.php" class="index">ImagickDraw::affine</a> - 現在のアフィン変換行列を設定する</li>
<li><a href="imagickdraw.annotation.php" class="index">ImagickDraw::annotation</a> - 画像上にテキストを描画する</li>
<li><a href="imagickdraw.arc.php" class="index">ImagickDraw::arc</a> - 円弧を描画する</li>
<li><a href="imagickdraw.bezier.php" class="index">ImagickDraw::bezier</a> - ベジエ曲線を描画する</li>
<li><a href="imagickdraw.circle.php" class="index">ImagickDraw::circle</a> - 円を描画する</li>
<li><a href="imagickdraw.clear.php" class="index">ImagickDraw::clear</a> - ImagickDraw をクリアする</li>
<li><a href="imagickdraw.clone.php" class="index">ImagickDraw::clone</a> - 指定した ImagickDraw オブジェクトの完全なコピーを作成する</li>
<li><a href="imagickdraw.color.php" class="index">ImagickDraw::color</a> - 画像上に色を描画する</li>
<li><a href="imagickdraw.comment.php" class="index">ImagickDraw::comment</a> - コメントを追加する</li>
<li><a href="imagickdraw.composite.php" class="index">ImagickDraw::composite</a> - 現在の画像上に別の画像を合成する</li>
<li><a href="imagickdraw.destroy.php" class="index">ImagickDraw::destroy</a> - 関連付けられたすべてのリソースを開放する</li>
<li><a href="imagickdraw.ellipse.php" class="index">ImagickDraw::ellipse</a> - 画像上に楕円を描画する</li>
<li><a href="imagickdraw.getclippath.php" class="index">ImagickDraw::getClipPath</a> - 現在のクリッピングパスの ID を取得する</li>
<li><a href="imagickdraw.getcliprule.php" class="index">ImagickDraw::getClipRule</a> - 現在の多角形塗りつぶしルールを返す</li>
<li><a href="imagickdraw.getclipunits.php" class="index">ImagickDraw::getClipUnits</a> - クリップパスの単位の解釈を返す</li>
<li><a href="imagickdraw.getfillcolor.php" class="index">ImagickDraw::getFillColor</a> - 塗りつぶし色を返す</li>
<li><a href="imagickdraw.getfillopacity.php" class="index">ImagickDraw::getFillOpacity</a> - 描画時の透過度を返す</li>
<li><a href="imagickdraw.getfillrule.php" class="index">ImagickDraw::getFillRule</a> - 塗りつぶしルールを返す</li>
<li><a href="imagickdraw.getfont.php" class="index">ImagickDraw::getFont</a> - フォントを返す</li>
<li><a href="imagickdraw.getfontfamily.php" class="index">ImagickDraw::getFontFamily</a> - フォントファミリーを返す</li>
<li><a href="imagickdraw.getfontsize.php" class="index">ImagickDraw::getFontSize</a> - フォントのポイント数を返す</li>
<li><a href="imagickdraw.getfontstretch.php" class="index">ImagickDraw::getFontStretch</a> - テキストによる注記を行う際に使用するフォントの伸縮を取得する</li>
<li><a href="imagickdraw.getfontstyle.php" class="index">ImagickDraw::getFontStyle</a> - フォントのスタイルを返す</li>
<li><a href="imagickdraw.getfontweight.php" class="index">ImagickDraw::getFontWeight</a> - フォントの重さを返す</li>
<li><a href="imagickdraw.getgravity.php" class="index">ImagickDraw::getGravity</a> - テキストの配置時の gravity を返す</li>
<li><a href="imagickdraw.getstrokeantialias.php" class="index">ImagickDraw::getStrokeAntialias</a> - 現在の縁取りのアンチエイリアス設定を返す</li>
<li><a href="imagickdraw.getstrokecolor.php" class="index">ImagickDraw::getStrokeColor</a> - オブジェクトの縁取りに使用する色を返す</li>
<li><a href="imagickdraw.getstrokedasharray.php" class="index">ImagickDraw::getStrokeDashArray</a> - パスの描画に使用する破線のパターンを表す配列を返す</li>
<li><a href="imagickdraw.getstrokedashoffset.php" class="index">ImagickDraw::getStrokeDashOffset</a> - 破線パターンにおける破線の開始オフセットを返す</li>
<li><a href="imagickdraw.getstrokelinecap.php" class="index">ImagickDraw::getStrokeLineCap</a> - 開かれたサブパスを描画する際に使用する端点の形状を返す</li>
<li><a href="imagickdraw.getstrokelinejoin.php" class="index">ImagickDraw::getStrokeLineJoin</a> - パスの角を描画する際に使用する形状を返す</li>
<li><a href="imagickdraw.getstrokemiterlimit.php" class="index">ImagickDraw::getStrokeMiterLimit</a> - マイターリミットを返す</li>
<li><a href="imagickdraw.getstrokeopacity.php" class="index">ImagickDraw::getStrokeOpacity</a> - オブジェクトの枠線の透明度を返す</li>
<li><a href="imagickdraw.getstrokewidth.php" class="index">ImagickDraw::getStrokeWidth</a> - オブジェクトの枠線の描画に使用する線の幅を返す</li>
<li><a href="imagickdraw.gettextalignment.php" class="index">ImagickDraw::getTextAlignment</a> - テキストの配置を返す</li>
<li><a href="imagickdraw.gettextantialias.php" class="index">ImagickDraw::getTextAntialias</a> - 現在のテキストのアンチエイリアス設定を返す</li>
<li><a href="imagickdraw.gettextdecoration.php" class="index">ImagickDraw::getTextDecoration</a> - テキストの装飾を返す</li>
<li><a href="imagickdraw.gettextencoding.php" class="index">ImagickDraw::getTextEncoding</a> - テキストによる注記の際に使用するコードセットを返す</li>
<li><a href="imagickdraw.gettextinterlinespacing.php" class="index">ImagickDraw::getTextInterlineSpacing</a> - テキストの行間スペースを取得する</li>
<li><a href="imagickdraw.gettextinterwordspacing.php" class="index">ImagickDraw::getTextInterwordSpacing</a> - テキストの単語間のスペースを取得する</li>
<li><a href="imagickdraw.gettextkerning.php" class="index">ImagickDraw::getTextKerning</a> - テキストのカーニングを取得する</li>
<li><a href="imagickdraw.gettextundercolor.php" class="index">ImagickDraw::getTextUnderColor</a> - テキストの背景色を返す</li>
<li><a href="imagickdraw.getvectorgraphics.php" class="index">ImagickDraw::getVectorGraphics</a> - ベクターグラフィックを含む文字列を返す</li>
<li><a href="imagickdraw.line.php" class="index">ImagickDraw::line</a> - 直線を描画する</li>
<li><a href="imagickdraw.matte.php" class="index">ImagickDraw::matte</a> - 画像の opacity チャネル上に描画する</li>
<li><a href="imagickdraw.pathclose.php" class="index">ImagickDraw::pathClose</a> - パス要素を現在のパスに追加する</li>
<li><a href="imagickdraw.pathcurvetoabsolute.php" class="index">ImagickDraw::pathCurveToAbsolute</a> - 三次ベジエ曲線を描画する</li>
<li><a href="imagickdraw.pathcurvetoquadraticbezierabsolute.php" class="index">ImagickDraw::pathCurveToQuadraticBezierAbsolute</a> - 二次ベジエ曲線を描画する</li>
<li><a href="imagickdraw.pathcurvetoquadraticbezierrelative.php" class="index">ImagickDraw::pathCurveToQuadraticBezierRelative</a> - 二次ベジエ曲線を描画する</li>
<li><a href="imagickdraw.pathcurvetoquadraticbeziersmoothabsolute.php" class="index">ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute</a> - 二次ベジエ曲線を描画する</li>
<li><a href="imagickdraw.pathcurvetoquadraticbeziersmoothrelative.php" class="index">ImagickDraw::pathCurveToQuadraticBezierSmoothRelative</a> - 二次ベジエ曲線を描画する</li>
<li><a href="imagickdraw.pathcurvetorelative.php" class="index">ImagickDraw::pathCurveToRelative</a> - 三次ベジエ曲線を描画する</li>
<li><a href="imagickdraw.pathcurvetosmoothabsolute.php" class="index">ImagickDraw::pathCurveToSmoothAbsolute</a> - 三次ベジエ曲線を描画する</li>
<li><a href="imagickdraw.pathcurvetosmoothrelative.php" class="index">ImagickDraw::pathCurveToSmoothRelative</a> - 三次ベジエ曲線を描画する</li>
<li><a href="imagickdraw.pathellipticarcabsolute.php" class="index">ImagickDraw::pathEllipticArcAbsolute</a> - 楕円弧を描画する</li>
<li><a href="imagickdraw.pathellipticarcrelative.php" class="index">ImagickDraw::pathEllipticArcRelative</a> - 楕円弧を描画する</li>
<li><a href="imagickdraw.pathfinish.php" class="index">ImagickDraw::pathFinish</a> - 現在のパスを終了する</li>
<li><a href="imagickdraw.pathlinetoabsolute.php" class="index">ImagickDraw::pathLineToAbsolute</a> - 直線パスを描画する</li>
<li><a href="imagickdraw.pathlinetohorizontalabsolute.php" class="index">ImagickDraw::pathLineToHorizontalAbsolute</a> - 水平直線パスを描画する</li>
<li><a href="imagickdraw.pathlinetohorizontalrelative.php" class="index">ImagickDraw::pathLineToHorizontalRelative</a> - 水平直線パスを描画する</li>
<li><a href="imagickdraw.pathlinetorelative.php" class="index">ImagickDraw::pathLineToRelative</a> - 直線パスを描画する</li>
<li><a href="imagickdraw.pathlinetoverticalabsolute.php" class="index">ImagickDraw::pathLineToVerticalAbsolute</a> - 垂直直線パスを描画する</li>
<li><a href="imagickdraw.pathlinetoverticalrelative.php" class="index">ImagickDraw::pathLineToVerticalRelative</a> - 垂直直線パスを描画する</li>
<li><a href="imagickdraw.pathmovetoabsolute.php" class="index">ImagickDraw::pathMoveToAbsolute</a> - 新しいサブパスを開始する</li>
<li><a href="imagickdraw.pathmovetorelative.php" class="index">ImagickDraw::pathMoveToRelative</a> - 新しいサブパスを開始する</li>
<li><a href="imagickdraw.pathstart.php" class="index">ImagickDraw::pathStart</a> - パス描画リストの開始を宣言する</li>
<li><a href="imagickdraw.point.php" class="index">ImagickDraw::point</a> - 点を描画する</li>
<li><a href="imagickdraw.polygon.php" class="index">ImagickDraw::polygon</a> - 多角形を描画する</li>
<li><a href="imagickdraw.polyline.php" class="index">ImagickDraw::polyline</a> - 線分群を描画する</li>
<li><a href="imagickdraw.pop.php" class="index">ImagickDraw::pop</a> - スタック内の現在の ImagickDraw を破棄し、事前に push された ImagickDraw を返す</li>
<li><a href="imagickdraw.popclippath.php" class="index">ImagickDraw::popClipPath</a> - クリップパスの定義を終了する</li>
<li><a href="imagickdraw.popdefs.php" class="index">ImagickDraw::popDefs</a> - 定義リストを終了する</li>
<li><a href="imagickdraw.poppattern.php" class="index">ImagickDraw::popPattern</a> - パターン定義を終了する</li>
<li><a href="imagickdraw.push.php" class="index">ImagickDraw::push</a> - 現在の ImagickDraw をコピーしてスタックに格納する</li>
<li><a href="imagickdraw.pushclippath.php" class="index">ImagickDraw::pushClipPath</a> - クリップパスの定義を開始する</li>
<li><a href="imagickdraw.pushdefs.php" class="index">ImagickDraw::pushDefs</a> - 後に続くコマンドが、処理の前に名前つき要素を作成することを示す</li>
<li><a href="imagickdraw.pushpattern.php" class="index">ImagickDraw::pushPattern</a> - 後に続く ImagickDraw::opPattern() までのコマンドが、名前付きパターンを構成することを示す</li>
<li><a href="imagickdraw.rectangle.php" class="index">ImagickDraw::rectangle</a> - 矩形を描画する</li>
<li><a href="imagickdraw.render.php" class="index">ImagickDraw::render</a> - これまでのすべての描画コマンドを画像上にレンダリングする</li>
<li><a href="imagickdraw.resetvectorgraphics.php" class="index">ImagickDraw::resetVectorGraphics</a> - ベクターグラフィックをリセットする</li>
<li><a href="imagickdraw.rotate.php" class="index">ImagickDraw::rotate</a> - 指定した回転を現在の座標空間に適用する</li>
<li><a href="imagickdraw.roundrectangle.php" class="index">ImagickDraw::roundRectangle</a> - 角が丸い矩形を描画する</li>
<li><a href="imagickdraw.scale.php" class="index">ImagickDraw::scale</a> - 倍率を調整する</li>
<li><a href="imagickdraw.setclippath.php" class="index">ImagickDraw::setClipPath</a> - 指定した名前のクリッピングパスを画像に関連付ける</li>
<li><a href="imagickdraw.setcliprule.php" class="index">ImagickDraw::setClipRule</a> - クリッピングパスで使用する多角形塗りつぶしルールを設定する</li>
<li><a href="imagickdraw.setclipunits.php" class="index">ImagickDraw::setClipUnits</a> - クリップパスの単位の解釈を設定する</li>
<li><a href="imagickdraw.setfillalpha.php" class="index">ImagickDraw::setFillAlpha</a> - 色やテクスチャによる塗りつぶしの際の透過度を設定する</li>
<li><a href="imagickdraw.setfillcolor.php" class="index">ImagickDraw::setFillColor</a> - オブジェクトの塗りつぶしに使用する色を設定する</li>
<li><a href="imagickdraw.setfillopacity.php" class="index">ImagickDraw::setFillOpacity</a> - 色やテクスチャによる塗りつぶしの際の透過度を設定する</li>
<li><a href="imagickdraw.setfillpatternurl.php" class="index">ImagickDraw::setFillPatternURL</a> - オブジェクトの塗りつぶしパターンとして使用する URL を設定する</li>
<li><a href="imagickdraw.setfillrule.php" class="index">ImagickDraw::setFillRule</a> - 多角形の描画時に使用する塗りつぶしルールを設定する</li>
<li><a href="imagickdraw.setfont.php" class="index">ImagickDraw::setFont</a> - テキストによる注記を行う際に使用するフォントを設定する</li>
<li><a href="imagickdraw.setfontfamily.php" class="index">ImagickDraw::setFontFamily</a> - テキストによる注記を行う際に使用するフォントファミリーを設定する</li>
<li><a href="imagickdraw.setfontsize.php" class="index">ImagickDraw::setFontSize</a> - テキストによる注記を行う際に使用するフォントのポイント数を設定する</li>
<li><a href="imagickdraw.setfontstretch.php" class="index">ImagickDraw::setFontStretch</a> - テキストによる注記を行う際に使用するフォントの伸縮を設定する</li>
<li><a href="imagickdraw.setfontstyle.php" class="index">ImagickDraw::setFontStyle</a> - テキストによる注記を行う際に使用するフォントのスタイルを設定する</li>
<li><a href="imagickdraw.setfontweight.php" class="index">ImagickDraw::setFontWeight</a> - フォントの重さを設定する</li>
<li><a href="imagickdraw.setgravity.php" class="index">ImagickDraw::setGravity</a> - テキストの配置時の gravity を設定する</li>
<li><a href="imagickdraw.setresolution.php" class="index">ImagickDraw::setResolution</a> - 解像度を設定する</li>
<li><a href="imagickdraw.setstrokealpha.php" class="index">ImagickDraw::setStrokeAlpha</a> - オブジェクトの枠線の透明度を指定する</li>
<li><a href="imagickdraw.setstrokeantialias.php" class="index">ImagickDraw::setStrokeAntialias</a> - 縁取りの枠線をアンチエイリアス処理するかどうかを制御する</li>
<li><a href="imagickdraw.setstrokecolor.php" class="index">ImagickDraw::setStrokeColor</a> - オブジェクトの縁取りに使用する色を設定する</li>
<li><a href="imagickdraw.setstrokedasharray.php" class="index">ImagickDraw::setStrokeDashArray</a> - パスの描画に使用する破線のパターンを指定する</li>
<li><a href="imagickdraw.setstrokedashoffset.php" class="index">ImagickDraw::setStrokeDashOffset</a> - 破線パターンにおける破線の開始オフセットを指定する</li>
<li><a href="imagickdraw.setstrokelinecap.php" class="index">ImagickDraw::setStrokeLineCap</a> - 開かれたサブパスを描画する際に使用する端点の形状を指定する</li>
<li><a href="imagickdraw.setstrokelinejoin.php" class="index">ImagickDraw::setStrokeLineJoin</a> - パスの角を描画する際に使用する形状を指定する</li>
<li><a href="imagickdraw.setstrokemiterlimit.php" class="index">ImagickDraw::setStrokeMiterLimit</a> - マイターリミットを指定する</li>
<li><a href="imagickdraw.setstrokeopacity.php" class="index">ImagickDraw::setStrokeOpacity</a> - オブジェクトの枠線の透明度を指定する</li>
<li><a href="imagickdraw.setstrokepatternurl.php" class="index">ImagickDraw::setStrokePatternURL</a> - オブジェクトの枠線の描画に使用するパターンを設定する</li>
<li><a href="imagickdraw.setstrokewidth.php" class="index">ImagickDraw::setStrokeWidth</a> - オブジェクトの枠線の描画に使用する線の幅を設定する</li>
<li><a href="imagickdraw.settextalignment.php" class="index">ImagickDraw::setTextAlignment</a> - テキストの配置を指定する</li>
<li><a href="imagickdraw.settextantialias.php" class="index">ImagickDraw::setTextAntialias</a> - テキストをアンチエイリアス処理するかどうかを制御する</li>
<li><a href="imagickdraw.settextdecoration.php" class="index">ImagickDraw::setTextDecoration</a> - 装飾を指定する</li>
<li><a href="imagickdraw.settextencoding.php" class="index">ImagickDraw::setTextEncoding</a> - テキストのコードセットを指定する</li>
<li><a href="imagickdraw.settextinterlinespacing.php" class="index">ImagickDraw::setTextInterlineSpacing</a> - テキストの行間スペースを設定する</li>
<li><a href="imagickdraw.settextinterwordspacing.php" class="index">ImagickDraw::setTextInterwordSpacing</a> - テキストの単語間のスペースを設定する</li>
<li><a href="imagickdraw.settextkerning.php" class="index">ImagickDraw::setTextKerning</a> - テキストのカーニングを設定する</li>
<li><a href="imagickdraw.settextundercolor.php" class="index">ImagickDraw::setTextUnderColor</a> - 背景の矩形の色を指定する</li>
<li><a href="imagickdraw.setvectorgraphics.php" class="index">ImagickDraw::setVectorGraphics</a> - ベクターグラフィックを設定する</li>
<li><a href="imagickdraw.setviewbox.php" class="index">ImagickDraw::setViewbox</a> - キャンバス全体の大きさを設定する</li>
<li><a href="imagickdraw.skewx.php" class="index">ImagickDraw::skewX</a> - 現在の座標系を水平方向に傾ける</li>
<li><a href="imagickdraw.skewy.php" class="index">ImagickDraw::skewY</a> - 現在の座標系を垂直方向に傾ける</li>
<li><a href="imagickdraw.translate.php" class="index">ImagickDraw::translate</a> - 現在の座標系に変換を適用する</li>
<li><a href="imagickdraw.construct.php" class="index">ImagickDraw::__construct</a> - ImagickDraw コンストラクタ</li>
<li><a href="imagickkernel.addkernel.php" class="index">ImagickKernel::addKernel</a> - カーネルリストに別のカーネルを追加する</li>
<li><a href="imagickkernel.addunitykernel.php" class="index">ImagickKernel::addUnityKernel</a> - カーネルリストに Unity カーネルを追加する</li>
<li><a href="imagickkernel.frombuiltin.php" class="index">ImagickKernel::fromBuiltIn</a> - 組み込みカーネルからカーネルを作成する</li>
<li><a href="imagickkernel.frommatrix.php" class="index">ImagickKernel::fromMatrix</a> - 2次元の値の行列からカーネルを作成する</li>
<li><a href="imagickkernel.getmatrix.php" class="index">ImagickKernel::getMatrix</a> - カーネルで使用される2次元の値の行列を取得する</li>
<li><a href="imagickkernel.scale.php" class="index">ImagickKernel::scale</a> - 指定した量でカーネルリストをスケーリングする</li>
<li><a href="imagickkernel.separate.php" class="index">ImagickKernel::separate</a> - 連結されたカーネルのセットを分離し、ImagickKernel の配列を返す</li>
<li><a href="imagickpixel.clear.php" class="index">ImagickPixel::clear</a> - このオブジェクトに関連付けられたリソースを消去する</li>
<li><a href="imagickpixel.destroy.php" class="index">ImagickPixel::destroy</a> - このオブジェクトに関連付けられているリソースの割り当てを解除する</li>
<li><a href="imagickpixel.getcolor.php" class="index">ImagickPixel::getColor</a> - 色を返す</li>
<li><a href="imagickpixel.getcolorasstring.php" class="index">ImagickPixel::getColorAsString</a> - 色を文字列で返す</li>
<li><a href="imagickpixel.getcolorcount.php" class="index">ImagickPixel::getColorCount</a> - この色に関連付けられている色カウントを返す</li>
<li><a href="imagickpixel.getcolorquantum.php" class="index">ImagickPixel::getColorQuantum</a> - ピクセルの色を quantum 値の配列として返す</li>
<li><a href="imagickpixel.getcolorvalue.php" class="index">ImagickPixel::getColorValue</a> - 指定した色チャネルの値を正規化したものを取得する</li>
<li><a href="imagickpixel.getcolorvaluequantum.php" class="index">ImagickPixel::getColorValueQuantum</a> - ImagickPixel の色の quantum 値を取得する</li>
<li><a href="imagickpixel.gethsl.php" class="index">ImagickPixel::getHSL</a> - ImagickPixel オブジェクトの HSL カラーを正規化したものを返す</li>
<li><a href="imagickpixel.getindex.php" class="index">ImagickPixel::getIndex</a> - pixel wand のカラーマップインデックスを取得する</li>
<li><a href="imagickpixel.ispixelsimilar.php" class="index">ImagickPixel::isPixelSimilar</a> - この色と別の色の差を調べる</li>
<li><a href="imagickpixel.ispixelsimilarquantum.php" class="index">ImagickPixel::isPixelSimilarQuantum</a> - ふたつの色の差が指定した距離未満かどうかを返す</li>
<li><a href="imagickpixel.issimilar.php" class="index">ImagickPixel::isSimilar</a> - この色と別の色の差を調べる</li>
<li><a href="imagickpixel.setcolor.php" class="index">ImagickPixel::setColor</a> - 色を設定する</li>
<li><a href="imagickpixel.setcolorcount.php" class="index">ImagickPixel::setColorCount</a> - この色に関連付けられている色カウントを設定する</li>
<li><a href="imagickpixel.setcolorvalue.php" class="index">ImagickPixel::setColorValue</a> - 指定したチャネルの正規化した値を設定する</li>
<li><a href="imagickpixel.setcolorvaluequantum.php" class="index">ImagickPixel::setColorValueQuantum</a> - ImagickPixel の色要素の quantum 値を設定する</li>
<li><a href="imagickpixel.sethsl.php" class="index">ImagickPixel::setHSL</a> - 正規化した HSL カラーを設定する</li>
<li><a href="imagickpixel.setindex.php" class="index">ImagickPixel::setIndex</a> - pixel wand のカラーマップインデックスを設定する</li>
<li><a href="imagickpixel.construct.php" class="index">ImagickPixel::__construct</a> - ImagickPixel のコンストラクタ</li>
<li><a href="imagickpixeliterator.clear.php" class="index">ImagickPixelIterator::clear</a> - PixelIterator に関連付けられたリソースを消去する</li>
<li><a href="imagickpixeliterator.destroy.php" class="index">ImagickPixelIterator::destroy</a> - PixelIterator に関連付けられているリソースの割り当てを解除する</li>
<li><a href="imagickpixeliterator.getcurrentiteratorrow.php" class="index">ImagickPixelIterator::getCurrentIteratorRow</a> - ImagickPixel オブジェクトの現在の行を返す</li>
<li><a href="imagickpixeliterator.getiteratorrow.php" class="index">ImagickPixelIterator::getIteratorRow</a> - pixel iterator の現在の行を返す</li>
<li><a href="imagickpixeliterator.getnextiteratorrow.php" class="index">ImagickPixelIterator::getNextIteratorRow</a> - pixel iterator の次の行を返す</li>
<li><a href="imagickpixeliterator.getpreviousiteratorrow.php" class="index">ImagickPixelIterator::getPreviousIteratorRow</a> - 前の行を返す</li>
<li><a href="imagickpixeliterator.newpixeliterator.php" class="index">ImagickPixelIterator::newPixelIterator</a> - 新しい pixel iterator を返す</li>
<li><a href="imagickpixeliterator.newpixelregioniterator.php" class="index">ImagickPixelIterator::newPixelRegionIterator</a> - 新しい pixel iterator を返す</li>
<li><a href="imagickpixeliterator.resetiterator.php" class="index">ImagickPixelIterator::resetIterator</a> - pixel iterator をリセットする</li>
<li><a href="imagickpixeliterator.setiteratorfirstrow.php" class="index">ImagickPixelIterator::setIteratorFirstRow</a> - pixel iterator を最初の行に設定する</li>
<li><a href="imagickpixeliterator.setiteratorlastrow.php" class="index">ImagickPixelIterator::setIteratorLastRow</a> - pixel iterator を最後の行に設定する</li>
<li><a href="imagickpixeliterator.setiteratorrow.php" class="index">ImagickPixelIterator::setIteratorRow</a> - pixel iterator の行を設定する</li>
<li><a href="imagickpixeliterator.synciterator.php" class="index">ImagickPixelIterator::syncIterator</a> - pixel iterator を同期する</li>
<li><a href="imagickpixeliterator.construct.php" class="index">ImagickPixelIterator::__construct</a> - ImagickPixelIterator のコンストラクタ</li>
<li><a href="function.imap-8bit.php" class="index">imap_8bit</a> - 8 ビット文字列を quoted-printable 文字列に変換する</li>
<li><a href="function.imap-alerts.php" class="index">imap_alerts</a> - 発生した IMAP 警告メッセージを返す</li>
<li><a href="function.imap-append.php" class="index">imap_append</a> - 指定されたメールボックスに文字列メッセージを追加する</li>
<li><a href="function.imap-base64.php" class="index">imap_base64</a> - BASE64 でエンコードされたテキストをデコードする</li>
<li><a href="function.imap-binary.php" class="index">imap_binary</a> - 8 ビット文字列を base64 文字列に変換する</li>
<li><a href="function.imap-body.php" class="index">imap_body</a> - メッセージ本文を読む</li>
<li><a href="function.imap-bodystruct.php" class="index">imap_bodystruct</a> - 指定したメッセージの指定した body セクションの構造を読み込む</li>
<li><a href="function.imap-check.php" class="index">imap_check</a> - 現在のメールボックスをチェックする</li>
<li><a href="function.imap-clearflag-full.php" class="index">imap_clearflag_full</a> - メッセージのフラグをクリアする</li>
<li><a href="function.imap-close.php" class="index">imap_close</a> - IMAP ストリームをクローズする</li>
<li><a href="function.imap-create.php" class="index">imap_create</a> - imap_createmailbox のエイリアス</li>
<li><a href="function.imap-createmailbox.php" class="index">imap_createmailbox</a> - 新しいメールボックスを作る</li>
<li><a href="function.imap-delete.php" class="index">imap_delete</a> - 現在のメールボックスから削除するメッセージに印を付ける</li>
<li><a href="function.imap-deletemailbox.php" class="index">imap_deletemailbox</a> - メールボックスを削除する</li>
<li><a href="function.imap-errors.php" class="index">imap_errors</a> - 発生したすべての IMAP エラーを返す</li>
<li><a href="function.imap-expunge.php" class="index">imap_expunge</a> - 削除用にマークされたすべてのメッセージを削除する</li>
<li><a href="function.imap-fetchbody.php" class="index">imap_fetchbody</a> - メッセージ本文中の特定のセクションを取り出す</li>
<li><a href="function.imap-fetchheader.php" class="index">imap_fetchheader</a> - メッセージのヘッダを返す</li>
<li><a href="function.imap-fetchmime.php" class="index">imap_fetchmime</a> - メッセージの特定のセクションに対する MIME ヘッダを取り出します</li>
<li><a href="function.imap-fetchstructure.php" class="index">imap_fetchstructure</a> - 特定のメッセージの構造を読み込む</li>
<li><a href="function.imap-fetchtext.php" class="index">imap_fetchtext</a> - imap_body のエイリアス</li>
<li><a href="function.imap-fetch-overview.php" class="index">imap_fetch_overview</a> - 指定したメッセージのヘッダ情報の概要を読む</li>
<li><a href="function.imap-gc.php" class="index">imap_gc</a> - IMAP キャッシュをクリアする</li>
<li><a href="function.imap-getacl.php" class="index">imap_getacl</a> - 与えられたメールボックスの ACL を取得する</li>
<li><a href="function.imap-getmailboxes.php" class="index">imap_getmailboxes</a> - メールボックスのリストを読み込み、各ボックスに関する詳細な情報を返す</li>
<li><a href="function.imap-getsubscribed.php" class="index">imap_getsubscribed</a> - 購読中の全メールボックスの一覧を取得する</li>
<li><a href="function.imap-get-quota.php" class="index">imap_get_quota</a> - クオータレベルの設定、メールボックス毎の使用状況を取得する</li>
<li><a href="function.imap-get-quotaroot.php" class="index">imap_get_quotaroot</a> - ユーザー単位のクォータ設定を取得する</li>
<li><a href="function.imap-header.php" class="index">imap_header</a> - imap_headerinfo のエイリアス</li>
<li><a href="function.imap-headerinfo.php" class="index">imap_headerinfo</a> - メッセージヘッダを読み込む</li>
<li><a href="function.imap-headers.php" class="index">imap_headers</a> - メールボックス内のすべてのメッセージのヘッダを返す</li>
<li><a href="function.imap-is-open.php" class="index">imap_is_open</a> - IMAP ストリームがまだ有効かを調べる</li>
<li><a href="function.imap-last-error.php" class="index">imap_last_error</a> - ページリクエスト時に生じた直近の IMAP エラーを返す</li>
<li><a href="function.imap-list.php" class="index">imap_list</a> - メールボックスのリストを読み込む</li>
<li><a href="function.imap-listmailbox.php" class="index">imap_listmailbox</a> - imap_list のエイリアス</li>
<li><a href="function.imap-listscan.php" class="index">imap_listscan</a> - 指定したテキストにマッチするメールボックスの一覧を返す</li>
<li><a href="function.imap-listsubscribed.php" class="index">imap_listsubscribed</a> - imap_lsub のエイリアス</li>
<li><a href="function.imap-lsub.php" class="index">imap_lsub</a> - 購読しているすべてのメールボックスの一覧を得る</li>
<li><a href="function.imap-mail.php" class="index">imap_mail</a> - e-mail メッセージを送信する</li>
<li><a href="function.imap-mailboxmsginfo.php" class="index">imap_mailboxmsginfo</a> - 現在のメールボックスに関する情報を得る</li>
<li><a href="function.imap-mail-compose.php" class="index">imap_mail_compose</a> - 指定したエンベロープおよびボディセクションに基づいて
   MIME メッセージを作成する</li>
<li><a href="function.imap-mail-copy.php" class="index">imap_mail_copy</a> - 指定されたメッセージをメールボックスにコピーする</li>
<li><a href="function.imap-mail-move.php" class="index">imap_mail_move</a> - 指定されたメッセージをメールボックスに移動する</li>
<li><a href="function.imap-mime-header-decode.php" class="index">imap_mime_header_decode</a> - MIME ヘッダ要素をデコードする</li>
<li><a href="function.imap-msgno.php" class="index">imap_msgno</a> - 指定した UID のメッセージ番号を返す</li>
<li><a href="function.imap-mutf7-to-utf8.php" class="index">imap_mutf7_to_utf8</a> - 修正UTF-7文字列をUTF-8にデコードする</li>
<li><a href="function.imap-num-msg.php" class="index">imap_num_msg</a> - 現在のメールボックスのメッセージ数を取得する</li>
<li><a href="function.imap-num-recent.php" class="index">imap_num_recent</a> - 現在のメールボックスにある新規メッセージ数を取得する</li>
<li><a href="function.imap-open.php" class="index">imap_open</a> - メールボックスへの IMAP ストリームをオープンする</li>
<li><a href="function.imap-ping.php" class="index">imap_ping</a> - IMAP ストリームがアクティブかどうかを調べる</li>
<li><a href="function.imap-qprint.php" class="index">imap_qprint</a> - quoted-printable 文字列を 8 ビット文字列に変換する</li>
<li><a href="function.imap-rename.php" class="index">imap_rename</a> - imap_renamemailbox のエイリアス</li>
<li><a href="function.imap-renamemailbox.php" class="index">imap_renamemailbox</a> - メールボックスの名前を変更する</li>
<li><a href="function.imap-reopen.php" class="index">imap_reopen</a> - 新規メールボックスへの IMAP ストリームを再度オープンする</li>
<li><a href="function.imap-rfc822-parse-adrlist.php" class="index">imap_rfc822_parse_adrlist</a> - アドレス文字列を解釈します</li>
<li><a href="function.imap-rfc822-parse-headers.php" class="index">imap_rfc822_parse_headers</a> - 文字列からメールヘッダを解釈する</li>
<li><a href="function.imap-rfc822-write-address.php" class="index">imap_rfc822_write_address</a> - 指定したメールボックス、ホスト、個人情報を、
   電子メールアドレスとして適当な形式にして返す</li>
<li><a href="function.imap-savebody.php" class="index">imap_savebody</a> - 指定した本文部をファイルに保存する</li>
<li><a href="function.imap-scan.php" class="index">imap_scan</a> - imap_listscan のエイリアス</li>
<li><a href="function.imap-scanmailbox.php" class="index">imap_scanmailbox</a> - imap_listscan のエイリアス</li>
<li><a href="function.imap-search.php" class="index">imap_search</a> - 指定した検索条件にマッチするメッセージを配列として返す</li>
<li><a href="function.imap-setacl.php" class="index">imap_setacl</a> - 指定したメールボックスの ACL を設定する</li>
<li><a href="function.imap-setflag-full.php" class="index">imap_setflag_full</a> - メッセージにフラグをセットする</li>
<li><a href="function.imap-set-quota.php" class="index">imap_set_quota</a> - 指定したメールボックスにクォータを設定する</li>
<li><a href="function.imap-sort.php" class="index">imap_sort</a> - メッセージヘッダの配列をソートする</li>
<li><a href="function.imap-status.php" class="index">imap_status</a> - 現在のメールボックス以外のメールボックスのステータス情報を返す</li>
<li><a href="function.imap-subscribe.php" class="index">imap_subscribe</a> - メールボックスを購読する</li>
<li><a href="function.imap-thread.php" class="index">imap_thread</a> - スレッド化したメッセージのツリーを返す</li>
<li><a href="function.imap-timeout.php" class="index">imap_timeout</a> - imap タイムアウトを設定あるいは取得する</li>
<li><a href="function.imap-uid.php" class="index">imap_uid</a> - 指定したメッセージシーケンス番号の UID を返す</li>
<li><a href="function.imap-undelete.php" class="index">imap_undelete</a> - 削除マークがついているメッセージのマークをはずす</li>
<li><a href="function.imap-unsubscribe.php" class="index">imap_unsubscribe</a> - メールボックスの購読をやめる</li>
<li><a href="function.imap-utf7-decode.php" class="index">imap_utf7_decode</a> - 修正版 UTF-7 エンコードされた文字列をデコードする</li>
<li><a href="function.imap-utf7-encode.php" class="index">imap_utf7_encode</a> - ISO-8859-1 文字列を修正版 UTF-7 テキストに変換する</li>
<li><a href="function.imap-utf8.php" class="index">imap_utf8</a> - MIME エンコードされたテキストを UTF-8 に変換する</li>
<li><a href="function.imap-utf8-to-mutf7.php" class="index">imap_utf8_to_mutf7</a> - UTF-8 文字列を修正UTF-7にエンコードする</li>
<li><a href="function.implode.php" class="index">implode</a> - 配列要素を文字列により連結する</li>
<li><a href="function.inet-ntop.php" class="index">inet_ntop</a> - パックされたインターネットアドレスを、人間が読める形式に変換する</li>
<li><a href="function.inet-pton.php" class="index">inet_pton</a> - 人間が読める形式の IP アドレスを、パックされた in_addr 形式に変換する</li>
<li><a href="infiniteiterator.next.php" class="index">InfiniteIterator::next</a> - 内部イテレータを次に移動するか、巻き戻す</li>
<li><a href="infiniteiterator.construct.php" class="index">InfiniteIterator::__construct</a> - InfiniteIterator を作成する</li>
<li><a href="function.inflate-add.php" class="index">inflate_add</a> - インクリメンタルにエンコードされたデータを解凍する</li>
<li><a href="function.inflate-get-read-len.php" class="index">inflate_get_read_len</a> - これまでに読み取ったバイト数を得る</li>
<li><a href="function.inflate-get-status.php" class="index">inflate_get_status</a> - 解凍の状態を取得する</li>
<li><a href="function.inflate-init.php" class="index">inflate_init</a> - インクリメンタルな解凍コンテキストを初期化する</li>
<li><a href="function.ini-alter.php" class="index">ini_alter</a> - ini_set のエイリアス</li>
<li><a href="function.ini-get.php" class="index">ini_get</a> - 設定オプションの値を得る</li>
<li><a href="function.ini-get-all.php" class="index">ini_get_all</a> - すべての設定オプションを得る</li>
<li><a href="function.ini-parse-quantity.php" class="index">ini_parse_quantity</a> - ini ディレクティブの省略形を解釈し、サイズを取得する</li>
<li><a href="function.ini-restore.php" class="index">ini_restore</a> - 設定オプションの値を元に戻す</li>
<li><a href="function.ini-set.php" class="index">ini_set</a> - 設定オプションの値を設定する</li>
<li><a href="function.inotify-add-watch.php" class="index">inotify_add_watch</a> - 初期化済みの inotify インスタンスに監視対象を追加する</li>
<li><a href="function.inotify-init.php" class="index">inotify_init</a> - inotify インスタンスを初期化する</li>
<li><a href="function.inotify-queue-len.php" class="index">inotify_queue_len</a> - 待機中のイベントがある場合に正の数を返す</li>
<li><a href="function.inotify-read.php" class="index">inotify_read</a> - inotify インスタンスからイベントを読み込む</li>
<li><a href="function.inotify-rm-watch.php" class="index">inotify_rm_watch</a> - 既存の監視を inotify インスタンスから削除する</li>
<li><a href="function.intdiv.php" class="index">intdiv</a> - 整数値の除算</li>
<li><a href="function.interface-exists.php" class="index">interface_exists</a> - インターフェイスが宣言されているかどうかを確認する</li>
<li><a href="internaliterator.current.php" class="index">InternalIterator::current</a> - 現在の要素を返す</li>
<li><a href="internaliterator.key.php" class="index">InternalIterator::key</a> - 現在の要素のキーを返す</li>
<li><a href="internaliterator.next.php" class="index">InternalIterator::next</a> - 次の要素に進む</li>
<li><a href="internaliterator.rewind.php" class="index">InternalIterator::rewind</a> - イテレータの最初の要素に巻き戻す</li>
<li><a href="internaliterator.valid.php" class="index">InternalIterator::valid</a> - 現在位置が有効かどうかを調べる</li>
<li><a href="internaliterator.construct.php" class="index">InternalIterator::__construct</a> - private なコンストラクタのため、直接インスタンス化できません</li>
<li><a href="intlbreakiterator.createcharacterinstance.php" class="index">IntlBreakIterator::createCharacterInstance</a> - 文字シーケンスの組み合わせの境界用にイテレータを作る</li>
<li><a href="intlbreakiterator.createcodepointinstance.php" class="index">IntlBreakIterator::createCodePointInstance</a> - コードポイントの境界用にイテレータを作る</li>
<li><a href="intlbreakiterator.createlineinstance.php" class="index">IntlBreakIterator::createLineInstance</a> - 論理的に可能な改行用にイテレータを作る</li>
<li><a href="intlbreakiterator.createsentenceinstance.php" class="index">IntlBreakIterator::createSentenceInstance</a> - 文末用にイテレータを作る</li>
<li><a href="intlbreakiterator.createtitleinstance.php" class="index">IntlBreakIterator::createTitleInstance</a> - タイトル文字の区切り用にイテレータを作る</li>
<li><a href="intlbreakiterator.createwordinstance.php" class="index">IntlBreakIterator::createWordInstance</a> - 単語の区切り用にイテレータを作る</li>
<li><a href="intlbreakiterator.current.php" class="index">IntlBreakIterator::current</a> - 現在位置のインデックスを取得する</li>
<li><a href="intlbreakiterator.first.php" class="index">IntlBreakIterator::first</a> - テキスト内の最初の文字を場所を取得する</li>
<li><a href="intlbreakiterator.following.php" class="index">IntlBreakIterator::following</a> - 指定したオフセット以降の最初の境界までイテレータを進める</li>
<li><a href="intlbreakiterator.geterrorcode.php" class="index">IntlBreakIterator::getErrorCode</a> - このオブジェクトの直近のエラーコードを取得する</li>
<li><a href="intlbreakiterator.geterrormessage.php" class="index">IntlBreakIterator::getErrorMessage</a> - このオブジェクトの直近のエラーメッセージを取得する</li>
<li><a href="intlbreakiterator.getlocale.php" class="index">IntlBreakIterator::getLocale</a> - このオブジェクトに関連づけられたロケールを取得する</li>
<li><a href="intlbreakiterator.getpartsiterator.php" class="index">IntlBreakIterator::getPartsIterator</a> - 境界と境界の間の navigating fragments 用にイテレータを作る</li>
<li><a href="intlbreakiterator.gettext.php" class="index">IntlBreakIterator::getText</a> - スキャンするテキストを取得する</li>
<li><a href="intlbreakiterator.isboundary.php" class="index">IntlBreakIterator::isBoundary</a> - あるオフセットが境界のオフセットかどうかを調べる</li>
<li><a href="intlbreakiterator.last.php" class="index">IntlBreakIterator::last</a> - イテレータの位置を、最後の文字より後に設定する</li>
<li><a href="intlbreakiterator.next.php" class="index">IntlBreakIterator::next</a> - イテレータを次の境界まで進める</li>
<li><a href="intlbreakiterator.preceding.php" class="index">IntlBreakIterator::preceding</a> - イテレータの位置を、指定したオフセット以前の最初の境界に設定する</li>
<li><a href="intlbreakiterator.previous.php" class="index">IntlBreakIterator::previous</a> - イテレータの位置を、現在位置の直前の境界に設定する</li>
<li><a href="intlbreakiterator.settext.php" class="index">IntlBreakIterator::setText</a> - スキャンするテキストを設定する</li>
<li><a href="intlbreakiterator.construct.php" class="index">IntlBreakIterator::__construct</a> - インスタンス化を禁止するためのprivateなコンストラクタ</li>
<li><a href="intlcalendar.add.php" class="index">IntlCalendar::add</a> - フィールドに (符号付きの) 一定量の時間を追加する</li>
<li><a href="intlcalendar.after.php" class="index">IntlCalendar::after</a> - このオブジェクトの時刻が、指定されたオブジェクトより未来かを判定する</li>
<li><a href="intlcalendar.before.php" class="index">IntlCalendar::before</a> - このオブジェクトの時刻が、指定されたオブジェクトより過去かを判定する</li>
<li><a href="intlcalendar.clear.php" class="index">IntlCalendar::clear</a> - 単一または全てのフィールドをクリアする</li>
<li><a href="intlcalendar.createinstance.php" class="index">IntlCalendar::createInstance</a> - 新しい IntlCalendar を作成する</li>
<li><a href="intlcalendar.equals.php" class="index">IntlCalendar::equals</a> - ふたつの IntlCalendar オブジェクトの時刻を比較する</li>
<li><a href="intlcalendar.fielddifference.php" class="index">IntlCalendar::fieldDifference</a> - 指定された時刻と、このオブジェクトの時刻の差を計算する</li>
<li><a href="intlcalendar.fromdatetime.php" class="index">IntlCalendar::fromDateTime</a> - DateTime オブジェクトまたは文字列から、IntlCalendar を作成する</li>
<li><a href="intlcalendar.get.php" class="index">IntlCalendar::get</a> - フィールドの値を取得する</li>
<li><a href="intlcalendar.getactualmaximum.php" class="index">IntlCalendar::getActualMaximum</a> - オブジェクトの現在時刻を考慮して、フィールドの最大値を取得する</li>
<li><a href="intlcalendar.getactualminimum.php" class="index">IntlCalendar::getActualMinimum</a> - オブジェクトの現在時刻を考慮して、フィールドの最小値を取得する</li>
<li><a href="intlcalendar.getavailablelocales.php" class="index">IntlCalendar::getAvailableLocales</a> - データが存在するロケールの配列を取得する</li>
<li><a href="intlcalendar.getdayofweektype.php" class="index">IntlCalendar::getDayOfWeekType</a> - 指定された日が平日か、週末か、ふたつの週の間の移行日かを返す</li>
<li><a href="intlcalendar.geterrorcode.php" class="index">IntlCalendar::getErrorCode</a> - オブジェクトに関する直近のエラーコードを取得する</li>
<li><a href="intlcalendar.geterrormessage.php" class="index">IntlCalendar::getErrorMessage</a> - オブジェクトの直近のエラーメッセージを取得する</li>
<li><a href="intlcalendar.getfirstdayofweek.php" class="index">IntlCalendar::getFirstDayOfWeek</a> - カレンダーのロケールに基づいて、週の始めの日を返す</li>
<li><a href="intlcalendar.getgreatestminimum.php" class="index">IntlCalendar::getGreatestMinimum</a> - 指定されたフィールドの、ローカルな最小値のうち、最大の値を返す</li>
<li><a href="intlcalendar.getkeywordvaluesforlocale.php" class="index">IntlCalendar::getKeywordValuesForLocale</a> - ロケールのキーワードの値の集合を返す</li>
<li><a href="intlcalendar.getleastmaximum.php" class="index">IntlCalendar::getLeastMaximum</a> - 指定されたフィールドの、ローカルな最大値のうち、最小の値を返す</li>
<li><a href="intlcalendar.getlocale.php" class="index">IntlCalendar::getLocale</a> - オブジェクトに関連付けられたロケールを取得する</li>
<li><a href="intlcalendar.getmaximum.php" class="index">IntlCalendar::getMaximum</a> - フィールドのグローバルな最大値を返す</li>
<li><a href="intlcalendar.getminimaldaysinfirstweek.php" class="index">IntlCalendar::getMinimalDaysInFirstWeek</a> - 特定の年や月における、最初の週の日数の最小値を返す</li>
<li><a href="intlcalendar.getminimum.php" class="index">IntlCalendar::getMinimum</a> - フィールドのグローバルな最小値を返す</li>
<li><a href="intlcalendar.getnow.php" class="index">IntlCalendar::getNow</a> - 現在時刻を示す数値を取得する</li>
<li><a href="intlcalendar.getrepeatedwalltimeoption.php" class="index">IntlCalendar::getRepeatedWallTimeOption</a> - 繰り返される実時間を扱う際の振る舞いを取得する</li>
<li><a href="intlcalendar.getskippedwalltimeoption.php" class="index">IntlCalendar::getSkippedWallTimeOption</a> - スキップされた実時間を扱う際の振る舞いを取得する</li>
<li><a href="intlcalendar.gettime.php" class="index">IntlCalendar::getTime</a> - このオブジェクトが表す時刻を取得する</li>
<li><a href="intlcalendar.gettimezone.php" class="index">IntlCalendar::getTimeZone</a> - オブジェクトのタイムゾーンを取得する</li>
<li><a href="intlcalendar.gettype.php" class="index">IntlCalendar::getType</a> - カレンダーのタイプを取得する</li>
<li><a href="intlcalendar.getweekendtransition.php" class="index">IntlCalendar::getWeekendTransition</a> - 週末が開始/終了した日からの経過時間を取得する</li>
<li><a href="intlcalendar.indaylighttime.php" class="index">IntlCalendar::inDaylightTime</a> - オブジェクトの時刻が夏時間かを調べる</li>
<li><a href="intlcalendar.isequivalentto.php" class="index">IntlCalendar::isEquivalentTo</a> - 別のカレンダーが、時刻を除いて等しいかを調べる</li>
<li><a href="intlcalendar.islenient.php" class="index">IntlCalendar::isLenient</a> - 日付と時刻の解釈を「緩いモード」で行うかを取得する</li>
<li><a href="intlcalendar.isset.php" class="index">IntlCalendar::isSet</a> - フィールドが設定されているかを調べる</li>
<li><a href="intlcalendar.isweekend.php" class="index">IntlCalendar::isWeekend</a> - ある日付/時刻が週末にあるかを調べる</li>
<li><a href="intlcalendar.roll.php" class="index">IntlCalendar::roll</a> - 次のフィールドを繰り上げずに、フィールドに値を加算する</li>
<li><a href="intlcalendar.set.php" class="index">IntlCalendar::set</a> - 時刻または複数の共通フィールドを一度に設定する</li>
<li><a href="intlcalendar.setdate.php" class="index">IntlCalendar::setDate</a> - 日付のフィールドを設定する</li>
<li><a href="intlcalendar.setdatetime.php" class="index">IntlCalendar::setDateTime</a> - 日付と時刻のフィールドを設定する</li>
<li><a href="intlcalendar.setfirstdayofweek.php" class="index">IntlCalendar::setFirstDayOfWeek</a> - 週の始まりと見なされる曜日を設定する</li>
<li><a href="intlcalendar.setlenient.php" class="index">IntlCalendar::setLenient</a> - 日付/時刻の解釈を「緩いモード」にするかを設定する</li>
<li><a href="intlcalendar.setminimaldaysinfirstweek.php" class="index">IntlCalendar::setMinimalDaysInFirstWeek</a> - 特定の年や月における、最初の週の日数の最小値を設定する</li>
<li><a href="intlcalendar.setrepeatedwalltimeoption.php" class="index">IntlCalendar::setRepeatedWallTimeOption</a> - 負のタイムゾーンオフセットを適用した際に、繰り返される実時間をどう扱うかを設定する</li>
<li><a href="intlcalendar.setskippedwalltimeoption.php" class="index">IntlCalendar::setSkippedWallTimeOption</a> - 正のタイムゾーンオフセットを適用した際に、スキップされる実時間をどう扱うかを設定する</li>
<li><a href="intlcalendar.settime.php" class="index">IntlCalendar::setTime</a> - エポックからのカレンダーの時刻をミリ秒単位で設定する</li>
<li><a href="intlcalendar.settimezone.php" class="index">IntlCalendar::setTimeZone</a> - このカレンダーで使うタイムゾーンを設定する</li>
<li><a href="intlcalendar.todatetime.php" class="index">IntlCalendar::toDateTime</a> - IntlCalendar を DateTime オブジェクトに変換する</li>
<li><a href="intlcalendar.construct.php" class="index">IntlCalendar::__construct</a> - インスタンス化を禁止するための private なコンストラクタ</li>
<li><a href="intlchar.charage.php" class="index">IntlChar::charAge</a> - コードポイントの &quot;age&quot; を取得する</li>
<li><a href="intlchar.chardigitvalue.php" class="index">IntlChar::charDigitValue</a> - 10進数の桁の文字を桁の値として取得する</li>
<li><a href="intlchar.chardirection.php" class="index">IntlChar::charDirection</a> - コードポイントの双方向カテゴリの値を取得する</li>
<li><a href="intlchar.charfromname.php" class="index">IntlChar::charFromName</a> - 名前で Unicode 文字を探し、コードポイントの値を返す</li>
<li><a href="intlchar.charmirror.php" class="index">IntlChar::charMirror</a> - コードポイントの &quot;鏡文字&quot; を取得する</li>
<li><a href="intlchar.charname.php" class="index">IntlChar::charName</a> - Unicode 文字の名前を取得する</li>
<li><a href="intlchar.chartype.php" class="index">IntlChar::charType</a> - コードポイントの一般カテゴリの値を取得する</li>
<li><a href="intlchar.chr.php" class="index">IntlChar::chr</a> - コードポイント値に対応する、Unicode 文字を返す</li>
<li><a href="intlchar.digit.php" class="index">IntlChar::digit</a> - コードポイントの10進の数値を、指定された基数で返す</li>
<li><a href="intlchar.enumcharnames.php" class="index">IntlChar::enumCharNames</a> - 指定された範囲の全てのUnicode文字を走査する</li>
<li><a href="intlchar.enumchartypes.php" class="index">IntlChar::enumCharTypes</a> - Unicode の一般カテゴリの情報付きで、全てのコードポイントを走査する</li>
<li><a href="intlchar.foldcase.php" class="index">IntlChar::foldCase</a> - コードポイントに対してケースフォールディングを行う</li>
<li><a href="intlchar.fordigit.php" class="index">IntlChar::forDigit</a> - 指定された整数と基数を表す文字を取得する</li>
<li><a href="intlchar.getbidipairedbracket.php" class="index">IntlChar::getBidiPairedBracket</a> - コードポイントと対になる括弧文字を取得する</li>
<li><a href="intlchar.getblockcode.php" class="index">IntlChar::getBlockCode</a> - コードポイントが含まれる割当ブロックを取得する</li>
<li><a href="intlchar.getcombiningclass.php" class="index">IntlChar::getCombiningClass</a> - コードポイントの合成クラスを取得する</li>
<li><a href="intlchar.getfc-nfkc-closure.php" class="index">IntlChar::getFC_NFKC_Closure</a> - コードポイントの FC_NFKC_Closure プロパティの値を取得する</li>
<li><a href="intlchar.getintpropertymaxvalue.php" class="index">IntlChar::getIntPropertyMaxValue</a> - Unicode プロパティの最大値を取得する</li>
<li><a href="intlchar.getintpropertyminvalue.php" class="index">IntlChar::getIntPropertyMinValue</a> - Unicode プロパティの最小値を取得する</li>
<li><a href="intlchar.getintpropertyvalue.php" class="index">IntlChar::getIntPropertyValue</a> - コードポイントに対応する、Unicode プロパティの値を取得する</li>
<li><a href="intlchar.getnumericvalue.php" class="index">IntlChar::getNumericValue</a> - Unicode のコードポイントの数値の値を取得する</li>
<li><a href="intlchar.getpropertyenum.php" class="index">IntlChar::getPropertyEnum</a> - プロパティの名前に対応する定数値を取得する</li>
<li><a href="intlchar.getpropertyname.php" class="index">IntlChar::getPropertyName</a> - プロパティに対応する、Unicode での名前を取得する</li>
<li><a href="intlchar.getpropertyvalueenum.php" class="index">IntlChar::getPropertyValueEnum</a> - 指定された値の名前に対応する、プロパティの値を取得する</li>
<li><a href="intlchar.getpropertyvaluename.php" class="index">IntlChar::getPropertyValueName</a> - プロパティの値に対応する、Unicode の名前を取得する</li>
<li><a href="intlchar.getunicodeversion.php" class="index">IntlChar::getUnicodeVersion</a> - Unicode のバージョンを取得する</li>
<li><a href="intlchar.hasbinaryproperty.php" class="index">IntlChar::hasBinaryProperty</a> - コードポイントに対応する、バイナリ Unicode プロパティがあるかを調べる</li>
<li><a href="intlchar.isalnum.php" class="index">IntlChar::isalnum</a> - コードポイントが英数字であるかを調べる</li>
<li><a href="intlchar.isalpha.php" class="index">IntlChar::isalpha</a> - コードポイントがアルファベットかを調べる</li>
<li><a href="intlchar.isbase.php" class="index">IntlChar::isbase</a> - コードポイントが基底文字に含まれるかを調べる</li>
<li><a href="intlchar.isblank.php" class="index">IntlChar::isblank</a> - コードポイントが &quot;空白&quot; または &quot;水平方向の空白&quot; 文字であるかを調べる</li>
<li><a href="intlchar.iscntrl.php" class="index">IntlChar::iscntrl</a> - コードポイントが制御文字かどうかを調べる</li>
<li><a href="intlchar.isdefined.php" class="index">IntlChar::isdefined</a> - コードポイントが定義されているかどうかを調べる</li>
<li><a href="intlchar.isdigit.php" class="index">IntlChar::isdigit</a> - コードポイントが、数字であるかを調べる</li>
<li><a href="intlchar.isgraph.php" class="index">IntlChar::isgraph</a> - コードポイントが図形文字であるかを調べる</li>
<li><a href="intlchar.isidignorable.php" class="index">IntlChar::isIDIgnorable</a> - コードポイントが無視できる文字かを調べる</li>
<li><a href="intlchar.isidpart.php" class="index">IntlChar::isIDPart</a> - コードポイントが識別子として使えるかを調べる</li>
<li><a href="intlchar.isidstart.php" class="index">IntlChar::isIDStart</a> - コードポイントが識別子の最初の文字として使えるかを調べる</li>
<li><a href="intlchar.isisocontrol.php" class="index">IntlChar::isISOControl</a> - コードポイントがISOで定義された制御文字であるかを調べる</li>
<li><a href="intlchar.isjavaidpart.php" class="index">IntlChar::isJavaIDPart</a> - コードポイントが、Java の識別子として使えるかを調べる</li>
<li><a href="intlchar.isjavaidstart.php" class="index">IntlChar::isJavaIDStart</a> - コードポイントが Java の識別子の最初の文字として使えるかを調べる</li>
<li><a href="intlchar.isjavaspacechar.php" class="index">IntlChar::isJavaSpaceChar</a> - コードポイントが Java におけるスペース文字であるかを調べる</li>
<li><a href="intlchar.islower.php" class="index">IntlChar::islower</a> - コードポイントが小文字かどうかを調べる</li>
<li><a href="intlchar.ismirrored.php" class="index">IntlChar::isMirrored</a> - コードポイントが Bidi_Mirrored プロパティを持つかを調べる</li>
<li><a href="intlchar.isprint.php" class="index">IntlChar::isprint</a> - コードポイントが印字可能な文字かを調べる</li>
<li><a href="intlchar.ispunct.php" class="index">IntlChar::ispunct</a> - コードポイントが句読点の文字かどうかを調べる</li>
<li><a href="intlchar.isspace.php" class="index">IntlChar::isspace</a> - コードポイントが、スペース文字であるかを調べる</li>
<li><a href="intlchar.istitle.php" class="index">IntlChar::istitle</a> - コードポイントがタイトルケース文字であるかを調べる</li>
<li><a href="intlchar.isualphabetic.php" class="index">IntlChar::isUAlphabetic</a> - コードポイントが、Alphabetic プロパティを持つかを調べる</li>
<li><a href="intlchar.isulowercase.php" class="index">IntlChar::isULowercase</a> - コードポイントが小文字のUnicodeプロパティを持つかを調べる</li>
<li><a href="intlchar.isupper.php" class="index">IntlChar::isupper</a> - コードポイントが一般カテゴリ &quot;Lu&quot; (大文字) に属するかを判定する</li>
<li><a href="intlchar.isuuppercase.php" class="index">IntlChar::isUUppercase</a> - コードポイントが大文字のUnicodeプロパティを持つかを調べる</li>
<li><a href="intlchar.isuwhitespace.php" class="index">IntlChar::isUWhiteSpace</a> - コードポイントが、White_Space プロパティを持つかを調べる</li>
<li><a href="intlchar.iswhitespace.php" class="index">IntlChar::isWhitespace</a> - コードポイントが、ICU の空白文字であるかを調べる</li>
<li><a href="intlchar.isxdigit.php" class="index">IntlChar::isxdigit</a> - コードポイントが、16進数の文字であるかを調べる</li>
<li><a href="intlchar.ord.php" class="index">IntlChar::ord</a> - 文字に対応する Unicode コードポイントを返す</li>
<li><a href="intlchar.tolower.php" class="index">IntlChar::tolower</a> - Unicode 文字を小文字にする</li>
<li><a href="intlchar.totitle.php" class="index">IntlChar::totitle</a> - Unicode 文字をタイトルケースにする</li>
<li><a href="intlchar.toupper.php" class="index">IntlChar::toupper</a> - Unicode 文字を大文字にする</li>
<li><a href="intlcodepointbreakiterator.getlastcodepoint.php" class="index">IntlCodePointBreakIterator::getLastCodePoint</a> - イテレータを進めたり、戻したりした後に渡された、直近のコードポイントを取得する</li>
<li><a href="intldateformatter.create.php" class="index">IntlDateFormatter::create</a> - Date Formatter を作成する</li>
<li><a href="intldateformatter.format.php" class="index">IntlDateFormatter::format</a> - 日付/時刻 の値を文字列としてフォーマットする</li>
<li><a href="intldateformatter.formatobject.php" class="index">IntlDateFormatter::formatObject</a> - オブジェクトの書式を設定する</li>
<li><a href="intldateformatter.getcalendar.php" class="index">IntlDateFormatter::getCalendar</a> - IntlDateFormatter が使用するカレンダー型を取得する</li>
<li><a href="intldateformatter.getcalendarobject.php" class="index">IntlDateFormatter::getCalendarObject</a> - カレンダーオブジェクトのコピーを取得する</li>
<li><a href="intldateformatter.getdatetype.php" class="index">IntlDateFormatter::getDateType</a> - IntlDateFormatter が使用する日付形式を取得する</li>
<li><a href="intldateformatter.geterrorcode.php" class="index">IntlDateFormatter::getErrorCode</a> - 直近の操作のエラーコードを取得する</li>
<li><a href="intldateformatter.geterrormessage.php" class="index">IntlDateFormatter::getErrorMessage</a> - 直近の操作のエラーテキストを取得する</li>
<li><a href="intldateformatter.getlocale.php" class="index">IntlDateFormatter::getLocale</a> - Formatter が使用するロケールを取得する</li>
<li><a href="intldateformatter.getpattern.php" class="index">IntlDateFormatter::getPattern</a> - IntlDateFormatter が使用するパターンを取得する</li>
<li><a href="intldateformatter.gettimetype.php" class="index">IntlDateFormatter::getTimeType</a> - IntlDateFormatter が使用する時刻形式を取得する</li>
<li><a href="intldateformatter.gettimezone.php" class="index">IntlDateFormatter::getTimeZone</a> - タイムゾーンを取得する</li>
<li><a href="intldateformatter.gettimezoneid.php" class="index">IntlDateFormatter::getTimeZoneId</a> - IntlDateFormatter が使用するタイムゾーン ID を取得する</li>
<li><a href="intldateformatter.islenient.php" class="index">IntlDateFormatter::isLenient</a> - IntlDateFormatter で使用する寛大さを取得する</li>
<li><a href="intldateformatter.localtime.php" class="index">IntlDateFormatter::localtime</a> - 文字列をパースして、フィールドベースの時刻値にする</li>
<li><a href="intldateformatter.parse.php" class="index">IntlDateFormatter::parse</a> - 文字列をパースしてタイムスタンプにする</li>
<li><a href="intldateformatter.setcalendar.php" class="index">IntlDateFormatter::setCalendar</a> - Formatter が使うカレンダー型を設定する</li>
<li><a href="intldateformatter.setlenient.php" class="index">IntlDateFormatter::setLenient</a> - パーサーの寛大さを設定する</li>
<li><a href="intldateformatter.setpattern.php" class="index">IntlDateFormatter::setPattern</a> - IntlDateFormatter が使用するパターンを設定する</li>
<li><a href="intldateformatter.settimezone.php" class="index">IntlDateFormatter::setTimeZone</a> - タイムゾーンを設定する</li>
<li><a href="intldatepatterngenerator.create.php" class="index">IntlDatePatternGenerator::create</a> - IntlDatePatternGenerator を作成する</li>
<li><a href="intldatepatterngenerator.getbestpattern.php" class="index">IntlDatePatternGenerator::getBestPattern</a> - もっとも適合した 日付/時刻 のフォーマットを決定する</li>
<li><a href="intlgregoriancalendar.createfromdate.php" class="index">IntlGregorianCalendar::createFromDate</a> - 日付の情報から、新しい IntlGregorianCalendar のインスタンスを作成する</li>
<li><a href="intlgregoriancalendar.createfromdatetime.php" class="index">IntlGregorianCalendar::createFromDateTime</a> - 日付と時刻の値から、新しい IntlGregorianCalendar のインスタンスを作成する</li>
<li><a href="intlgregoriancalendar.getgregorianchange.php" class="index">IntlGregorianCalendar::getGregorianChange</a> - グレゴリオ暦への切換え日を取得する</li>
<li><a href="intlgregoriancalendar.isleapyear.php" class="index">IntlGregorianCalendar::isLeapYear</a> - 指定された年がうるう年かを判定する</li>
<li><a href="intlgregoriancalendar.setgregorianchange.php" class="index">IntlGregorianCalendar::setGregorianChange</a> - グレゴリオ暦への切換え日を設定する</li>
<li><a href="intlgregoriancalendar.construct.php" class="index">IntlGregorianCalendar::__construct</a> - グレゴリオ暦の Calendar クラスを作成する</li>
<li><a href="intliterator.current.php" class="index">IntlIterator::current</a> - 現在の要素を取得する</li>
<li><a href="intliterator.key.php" class="index">IntlIterator::key</a> - 現在のキーを取得する</li>
<li><a href="intliterator.next.php" class="index">IntlIterator::next</a> - 次の要素に進む</li>
<li><a href="intliterator.rewind.php" class="index">IntlIterator::rewind</a> - イテレータを最初の要素に戻す</li>
<li><a href="intliterator.valid.php" class="index">IntlIterator::valid</a> - 現在の位置が有効かを調べる</li>
<li><a href="intlpartsiterator.getbreakiterator.php" class="index">IntlPartsIterator::getBreakIterator</a> - この parts iterator の裏付けとなる、IntlBreakIterator を取得する</li>
<li><a href="intlrulebasedbreakiterator.getbinaryrules.php" class="index">IntlRuleBasedBreakIterator::getBinaryRules</a> - コンパイル済みのルールを、バイナリで取得する</li>
<li><a href="intlrulebasedbreakiterator.getrules.php" class="index">IntlRuleBasedBreakIterator::getRules</a> - このオブジェクトを作るのに使われているルールを取得する</li>
<li><a href="intlrulebasedbreakiterator.getrulestatus.php" class="index">IntlRuleBasedBreakIterator::getRuleStatus</a> - 現在の境界位置を決めるルールから、ステータスの最大値を取得する</li>
<li><a href="intlrulebasedbreakiterator.getrulestatusvec.php" class="index">IntlRuleBasedBreakIterator::getRuleStatusVec</a> - 現在の境界位置から定まるルールから、ステータス値を取得する</li>
<li><a href="intlrulebasedbreakiterator.construct.php" class="index">IntlRuleBasedBreakIterator::__construct</a> - ルールセットから iterator を作成する</li>
<li><a href="intltimezone.countequivalentids.php" class="index">IntlTimeZone::countEquivalentIDs</a> - 指定した ID を含む等価グループの中にある ID の数を取得する</li>
<li><a href="intltimezone.createdefault.php" class="index">IntlTimeZone::createDefault</a> - このホストのデフォルトタイムゾーンの新しいコピーを作る</li>
<li><a href="intltimezone.createenumeration.php" class="index">IntlTimeZone::createEnumeration</a> - 指定した国あるいはオフセットに関連するタイムゾーン ID の一覧を取得する</li>
<li><a href="intltimezone.createtimezone.php" class="index">IntlTimeZone::createTimeZone</a> - 指定した ID のタイムゾーンオブジェクトを作る</li>
<li><a href="intltimezone.createtimezoneidenumeration.php" class="index">IntlTimeZone::createTimeZoneIDEnumeration</a> - 指定されたフィルタ条件を反映した、システムタイムゾーンのイテレータを取得する</li>
<li><a href="intltimezone.fromdatetimezone.php" class="index">IntlTimeZone::fromDateTimeZone</a> - DateTimeZone からタイムゾーンオブジェクトを作る</li>
<li><a href="intltimezone.getcanonicalid.php" class="index">IntlTimeZone::getCanonicalID</a> - 指定したタイムゾーン ID の、正式なシステムタイムゾーン ID あるいは正規化したカスタムタイムゾーン ID を取得する</li>
<li><a href="intltimezone.getdisplayname.php" class="index">IntlTimeZone::getDisplayName</a> - このタイムゾーンの、ユーザー向けに表示する名前を取得する</li>
<li><a href="intltimezone.getdstsavings.php" class="index">IntlTimeZone::getDSTSavings</a> - ローカルの標準時刻からローカルの実測時刻を得るために加算する時間を取得する</li>
<li><a href="intltimezone.getequivalentid.php" class="index">IntlTimeZone::getEquivalentID</a> - 指定した ID を含む等価グループの ID を取得する</li>
<li><a href="intltimezone.geterrorcode.php" class="index">IntlTimeZone::getErrorCode</a> - 直近のエラーコードを取得する</li>
<li><a href="intltimezone.geterrormessage.php" class="index">IntlTimeZone::getErrorMessage</a> - 直近のエラーメッセージを取得する</li>
<li><a href="intltimezone.getgmt.php" class="index">IntlTimeZone::getGMT</a> - GMT (UTC) タイムゾーンを作る</li>
<li><a href="intltimezone.getid.php" class="index">IntlTimeZone::getID</a> - タイムゾーン ID を取得する</li>
<li><a href="intltimezone.getidforwindowsid.php" class="index">IntlTimeZone::getIDForWindowsID</a> - Windows のタイムゾーンを、システムタイムゾーンに翻訳する</li>
<li><a href="intltimezone.getoffset.php" class="index">IntlTimeZone::getOffset</a> - 指定した時刻の、GMT へのオフセットを取得する</li>
<li><a href="intltimezone.getrawoffset.php" class="index">IntlTimeZone::getRawOffset</a> - (夏時間を考慮せずに) GMT へのオフセットを取得する</li>
<li><a href="intltimezone.getregion.php" class="index">IntlTimeZone::getRegion</a> - 指定されたシステムタイムゾーンのIDから、地域コードを取得する</li>
<li><a href="intltimezone.gettzdataversion.php" class="index">IntlTimeZone::getTZDataVersion</a> - ICU が使っているタイムゾーンデータのバージョンを取得する</li>
<li><a href="intltimezone.getunknown.php" class="index">IntlTimeZone::getUnknown</a> - &quot;unknown&quot; なタイムゾーンを取得する</li>
<li><a href="intltimezone.getwindowsid.php" class="index">IntlTimeZone::getWindowsID</a> - システムタイムゾーンを、Windows のタイムゾーンに翻訳する</li>
<li><a href="intltimezone.hassamerules.php" class="index">IntlTimeZone::hasSameRules</a> - このタイムゾーンが別のタイムゾーンと同じルールおよびオフセットを使っているかどうかを調べる</li>
<li><a href="intltimezone.todatetimezone.php" class="index">IntlTimeZone::toDateTimeZone</a> - DateTimeZone オブジェクトに変換する</li>
<li><a href="intltimezone.usedaylighttime.php" class="index">IntlTimeZone::useDaylightTime</a> - このタイムゾーンが夏時間を採用しているかどうかを調べる</li>
<li><a href="intltimezone.construct.php" class="index">IntlTimeZone::__construct</a> - インスタンス化を禁止するためのprivateなコンストラクタ</li>
<li><a href="function.intl-error-name.php" class="index">intl_error_name</a> - 指定したエラーコードに対応する名前を取得する</li>
<li><a href="function.intl-get-error-code.php" class="index">intl_get_error_code</a> - 直近のエラーコードを取得する</li>
<li><a href="function.intl-get-error-message.php" class="index">intl_get_error_message</a> - 直近のエラーの説明を取得する</li>
<li><a href="function.intl-is-failure.php" class="index">intl_is_failure</a> - 指定したエラーコードが失敗を表すかどうかを調べる</li>
<li><a href="function.intval.php" class="index">intval</a> - 変数の整数としての値を取得する</li>
<li><a href="function.in-array.php" class="index">in_array</a> - 配列に値があるかチェックする</li>
<li><a href="function.ip2long.php" class="index">ip2long</a> - ドット表記の (IPv4) IP アドレスを、長整数表現に変換する</li>
<li><a href="function.iptcembed.php" class="index">iptcembed</a> - バイナリ IPTC データを JPEG イメージに埋めこむ</li>
<li><a href="function.iptcparse.php" class="index">iptcparse</a> - バイナリの IPTC ブロックのタグをパースする</li>
<li><a href="function.isset.php" class="index">isset</a> - 変数が宣言されていること、そして null とは異なることを検査する</li>
<li><a href="function.is-a.php" class="index">is_a</a> - オブジェクトが指定された型のものか、部分型であるかを調べる</li>
<li><a href="function.is-array.php" class="index">is_array</a> - 変数が配列かどうかを検査する</li>
<li><a href="function.is-bool.php" class="index">is_bool</a> - 変数が boolean であるかを調べる</li>
<li><a href="function.is-callable.php" class="index">is_callable</a> - 引数が、現在のスコープから関数としてコール可能な値かどうかを調べる</li>
<li><a href="function.is-countable.php" class="index">is_countable</a> - 引数が、数えられる値かどうかを調べる</li>
<li><a href="function.is-dir.php" class="index">is_dir</a> - ファイルがディレクトリかどうかを調べる</li>
<li><a href="function.is-double.php" class="index">is_double</a> - is_float のエイリアス</li>
<li><a href="function.is-executable.php" class="index">is_executable</a> - ファイルが実行可能かどうかを調べる</li>
<li><a href="function.is-file.php" class="index">is_file</a> - 通常ファイルかどうかを調べる</li>
<li><a href="function.is-finite.php" class="index">is_finite</a> - 浮動小数点数の値が、有限の数値であるかどうかを調べる</li>
<li><a href="function.is-float.php" class="index">is_float</a> - 変数の型が float かどうか調べる</li>
<li><a href="function.is-infinite.php" class="index">is_infinite</a> - 浮動小数点数の値が、無限大であるかどうかを調べる</li>
<li><a href="function.is-int.php" class="index">is_int</a> - 変数が整数型かどうかを検査する</li>
<li><a href="function.is-integer.php" class="index">is_integer</a> - is_int のエイリアス</li>
<li><a href="function.is-iterable.php" class="index">is_iterable</a> - 変数の内容が反復可能な値であることを確認する</li>
<li><a href="function.is-link.php" class="index">is_link</a> - ファイルがシンボリックリンクかどうかを調べる</li>
<li><a href="function.is-long.php" class="index">is_long</a> - is_int のエイリアス</li>
<li><a href="function.is-nan.php" class="index">is_nan</a> - 浮動小数点数の値が、非数かどうかを調べる</li>
<li><a href="function.is-null.php" class="index">is_null</a> - 変数が null かどうか調べる</li>
<li><a href="function.is-numeric.php" class="index">is_numeric</a> - 変数が数字または数値形式の文字列であるかを調べる</li>
<li><a href="function.is-object.php" class="index">is_object</a> - 変数がオブジェクトかどうかを検査する</li>
<li><a href="function.is-readable.php" class="index">is_readable</a> - ファイルが存在し、読み込み可能であるかどうかを知る</li>
<li><a href="function.is-real.php" class="index">is_real</a> - is_float のエイリアス</li>
<li><a href="function.is-resource.php" class="index">is_resource</a> - 変数がリソースかどうかを調べる</li>
<li><a href="function.is-scalar.php" class="index">is_scalar</a> - 変数がスカラー値かどうかを調べる</li>
<li><a href="function.is-soap-fault.php" class="index">is_soap_fault</a> - SOAP コールが失敗したかどうかを調べる</li>
<li><a href="function.is-string.php" class="index">is_string</a> - 変数の型が文字列かどうかを調べる</li>
<li><a href="function.is-subclass-of.php" class="index">is_subclass_of</a> - あるオブジェクトが指定したクラスのサブクラスに属するか (あるいは指定したインターフェイスを実装しているか) どうかを調べる</li>
<li><a href="function.is-tainted.php" class="index">is_tainted</a> - 文字列が汚染されているかどうかを調べる</li>
<li><a href="function.is-uploaded-file.php" class="index">is_uploaded_file</a> - HTTP POST でアップロードされたファイルかどうかを調べる</li>
<li><a href="function.is-writable.php" class="index">is_writable</a> - ファイルが書き込み可能かどうかを調べる</li>
<li><a href="function.is-writeable.php" class="index">is_writeable</a> - is_writable のエイリアス</li>
<li><a href="iterator.current.php" class="index">Iterator::current</a> - 現在の要素を返す</li>
<li><a href="iterator.key.php" class="index">Iterator::key</a> - 現在の要素のキーを返す</li>
<li><a href="iterator.next.php" class="index">Iterator::next</a> - 次の要素に進む</li>
<li><a href="iterator.rewind.php" class="index">Iterator::rewind</a> - イテレータの最初の要素に巻き戻す</li>
<li><a href="iterator.valid.php" class="index">Iterator::valid</a> - 現在位置が有効かどうかを調べる</li>
<li><a href="iteratoraggregate.getiterator.php" class="index">IteratorAggregate::getIterator</a> - 外部イテレータ または traversable を取得する</li>
<li><a href="iteratoriterator.current.php" class="index">IteratorIterator::current</a> - 現在の値を取得する</li>
<li><a href="iteratoriterator.getinneriterator.php" class="index">IteratorIterator::getInnerIterator</a> - 内部イテレータを取得する</li>
<li><a href="iteratoriterator.key.php" class="index">IteratorIterator::key</a> - 現在の要素のキーを取得する</li>
<li><a href="iteratoriterator.next.php" class="index">IteratorIterator::next</a> - 次の要素に移動する</li>
<li><a href="iteratoriterator.rewind.php" class="index">IteratorIterator::rewind</a> - 最初の要素に巻き戻す</li>
<li><a href="iteratoriterator.valid.php" class="index">IteratorIterator::valid</a> - 現在の要素が有効かどうかを調べる</li>
<li><a href="iteratoriterator.construct.php" class="index">IteratorIterator::__construct</a> - traversable な何かからイテレータを作成する</li>
<li><a href="function.iterator-apply.php" class="index">iterator_apply</a> - ユーザー関数をイテレータのすべての要素でコールする</li>
<li><a href="function.iterator-count.php" class="index">iterator_count</a> - イテレータにある要素をカウントする</li>
<li><a href="function.iterator-to-array.php" class="index">iterator_to_array</a> - イテレータを配列にコピーする</li>
</ul></li>
<li class='gen-index index-for-j'>j<ul id='refentry-index-for-j'>
<li><a href="function.jddayofweek.php" class="index">jddayofweek</a> - 曜日を返す</li>
<li><a href="function.jdmonthname.php" class="index">jdmonthname</a> - 月の名前を返す</li>
<li><a href="function.jdtofrench.php" class="index">jdtofrench</a> - ユリウス積算日をフランス革命暦(共和暦)に変換する</li>
<li><a href="function.jdtogregorian.php" class="index">jdtogregorian</a> - ユリウス積算日をグレゴリウス日に変換する</li>
<li><a href="function.jdtojewish.php" class="index">jdtojewish</a> - ユリウス積算日をユダヤ暦に変換する</li>
<li><a href="function.jdtojulian.php" class="index">jdtojulian</a> - ユリウス積算日をユリウス暦に変換する</li>
<li><a href="function.jdtounix.php" class="index">jdtounix</a> - ユリウス歴を Unix タイムスタンプに変換する</li>
<li><a href="function.jewishtojd.php" class="index">jewishtojd</a> - ユダヤ暦の日付けをユリウス積算日に変換する</li>
<li><a href="function.join.php" class="index">join</a> - implode のエイリアス</li>
<li><a href="function.jpeg2wbmp.php" class="index">jpeg2wbmp</a> - JPEG画像をWBMP画像に変換する</li>
<li><a href="jsonserializable.jsonserialize.php" class="index">JsonSerializable::jsonSerialize</a> - JSON にシリアライズしたいデータを指定する</li>
<li><a href="function.json-decode.php" class="index">json_decode</a> - JSON 文字列をデコードする</li>
<li><a href="function.json-encode.php" class="index">json_encode</a> - 値を JSON 形式にして返す</li>
<li><a href="function.json-last-error.php" class="index">json_last_error</a> - 直近に発生したエラーを返す</li>
<li><a href="function.json-last-error-msg.php" class="index">json_last_error_msg</a> - 直近の json_validate()、json_encode()、json_decode() の呼び出しのエラー文字列を返す</li>
<li><a href="function.json-validate.php" class="index">json_validate</a> - 文字列が有効なJSONかどうかを調べる</li>
<li><a href="function.juliantojd.php" class="index">juliantojd</a> - ユリウス暦をユリウス積算日に変換する</li>
</ul></li>
<li class='gen-index index-for-k'>k<ul id='refentry-index-for-k'>
<li><a href="function.key.php" class="index">key</a> - 配列からキーを取り出す</li>
<li><a href="function.key-exists.php" class="index">key_exists</a> - array_key_exists のエイリアス</li>
<li><a href="function.krsort.php" class="index">krsort</a> - 配列をキーで降順にソートする</li>
<li><a href="function.ksort.php" class="index">ksort</a> - 配列をキーで昇順にソートする</li>
</ul></li>
<li class='gen-index index-for-l'>l<ul id='refentry-index-for-l'>
<li><a href="function.lcfirst.php" class="index">lcfirst</a> - 文字列の最初の文字を小文字にする</li>
<li><a href="function.lcg-value.php" class="index">lcg_value</a> - 複合線形合同法</li>
<li><a href="function.lchgrp.php" class="index">lchgrp</a> - シンボリックリンクのグループ所有権を変更する</li>
<li><a href="function.lchown.php" class="index">lchown</a> - シンボリックリンクの所有者を変更する</li>
<li><a href="function.ldap-8859-to-t61.php" class="index">ldap_8859_to_t61</a> - 8859 文字を t61 文字に変換する</li>
<li><a href="function.ldap-add.php" class="index">ldap_add</a> - LDAP ディレクトリにエントリを付加する</li>
<li><a href="function.ldap-add-ext.php" class="index">ldap_add_ext</a> - LDAP ディレクトリにエントリを付加する</li>
<li><a href="function.ldap-bind.php" class="index">ldap_bind</a> - LDAP ディレクトリにバインドする</li>
<li><a href="function.ldap-bind-ext.php" class="index">ldap_bind_ext</a> - LDAP ディレクトリにバインドする</li>
<li><a href="function.ldap-close.php" class="index">ldap_close</a> - ldap_unbind のエイリアス</li>
<li><a href="function.ldap-compare.php" class="index">ldap_compare</a> - 指定した DN のエントリで見付かった属性の値を比較する</li>
<li><a href="function.ldap-connect.php" class="index">ldap_connect</a> - LDAP サーバーへ接続する</li>
<li><a href="function.ldap-connect-wallet.php" class="index">ldap_connect_wallet</a> - LDAP サーバーに接続する</li>
<li><a href="function.ldap-control-paged-result.php" class="index">ldap_control_paged_result</a> - LDAP ページネーション制御情報を送信する</li>
<li><a href="function.ldap-control-paged-result-response.php" class="index">ldap_control_paged_result_response</a> - LDAP ページネーションクッキーを取得する</li>
<li><a href="function.ldap-count-entries.php" class="index">ldap_count_entries</a> - 検索結果のエントリ数を数える</li>
<li><a href="function.ldap-count-references.php" class="index">ldap_count_references</a> - 検索結果に含まれる参照数を数える</li>
<li><a href="function.ldap-delete.php" class="index">ldap_delete</a> - ディレクトリからエントリを削除する</li>
<li><a href="function.ldap-delete-ext.php" class="index">ldap_delete_ext</a> - ディレクトリからエントリを削除する</li>
<li><a href="function.ldap-dn2ufn.php" class="index">ldap_dn2ufn</a> - DN をユーザーに分かりやすい名前のフォーマットに変換する</li>
<li><a href="function.ldap-err2str.php" class="index">ldap_err2str</a> - LDAP のエラー番号をエラーメッセージ文字列に変換する</li>
<li><a href="function.ldap-errno.php" class="index">ldap_errno</a> - 直近の LDAP コマンドの LDAP エラー番号を返す</li>
<li><a href="function.ldap-error.php" class="index">ldap_error</a> - 直近の LDAP コマンドの LDAP エラーメッセージを返す</li>
<li><a href="function.ldap-escape.php" class="index">ldap_escape</a> - LDAP フィルタまたは DN で使われる文字列をエスケープする</li>
<li><a href="function.ldap-exop.php" class="index">ldap_exop</a> - 拡張されたオペレーションを実行する</li>
<li><a href="function.ldap-exop-passwd.php" class="index">ldap_exop_passwd</a> - PASSWD 拡張オペレーションのヘルパ</li>
<li><a href="function.ldap-exop-refresh.php" class="index">ldap_exop_refresh</a> - Refresh 拡張操作のヘルパ</li>
<li><a href="function.ldap-exop-sync.php" class="index">ldap_exop_sync</a> - 拡張されたオペレーションを実行する</li>
<li><a href="function.ldap-exop-whoami.php" class="index">ldap_exop_whoami</a> - WHOAMI 拡張オペレーションのヘルパ</li>
<li><a href="function.ldap-explode-dn.php" class="index">ldap_explode_dn</a> - DN を構成要素ごとに分割する</li>
<li><a href="function.ldap-first-attribute.php" class="index">ldap_first_attribute</a> - 最初の属性を返す</li>
<li><a href="function.ldap-first-entry.php" class="index">ldap_first_entry</a> - 最初の結果 ID を返す</li>
<li><a href="function.ldap-first-reference.php" class="index">ldap_first_reference</a> - 最初のリファレンスを返す</li>
<li><a href="function.ldap-free-result.php" class="index">ldap_free_result</a> - 結果メモリを開放する</li>
<li><a href="function.ldap-get-attributes.php" class="index">ldap_get_attributes</a> - 検索結果エントリから属性を得る</li>
<li><a href="function.ldap-get-dn.php" class="index">ldap_get_dn</a> - 結果エントリから DN を得る</li>
<li><a href="function.ldap-get-entries.php" class="index">ldap_get_entries</a> - 全ての結果エントリを得る</li>
<li><a href="function.ldap-get-option.php" class="index">ldap_get_option</a> - 指定したオプションの現在の値を得る</li>
<li><a href="function.ldap-get-values.php" class="index">ldap_get_values</a> - 結果エントリから全ての値を得る</li>
<li><a href="function.ldap-get-values-len.php" class="index">ldap_get_values_len</a> - 結果エントリから全てのバイナリ値を得る</li>
<li><a href="function.ldap-list.php" class="index">ldap_list</a> - 単一階層の検索を行う</li>
<li><a href="function.ldap-modify.php" class="index">ldap_modify</a> - ldap_mod_replace のエイリアス</li>
<li><a href="function.ldap-modify-batch.php" class="index">ldap_modify_batch</a> - LDAP エントリの変更をまとめて実行する</li>
<li><a href="function.ldap-mod-add.php" class="index">ldap_mod_add</a> - 現在の属性に属性を追加する</li>
<li><a href="function.ldap-mod_add-ext.php" class="index">ldap_mod_add_ext</a> - 現在の属性に属性を追加する</li>
<li><a href="function.ldap-mod-del.php" class="index">ldap_mod_del</a> - 現在の属性から属性を削除する</li>
<li><a href="function.ldap-mod_del-ext.php" class="index">ldap_mod_del_ext</a> - 現在の属性から属性を削除する</li>
<li><a href="function.ldap-mod-replace.php" class="index">ldap_mod_replace</a> - 属性を新規の値に置換する</li>
<li><a href="function.ldap-mod_replace-ext.php" class="index">ldap_mod_replace_ext</a> - 属性を新規の値に置換する</li>
<li><a href="function.ldap-next-attribute.php" class="index">ldap_next_attribute</a> - 結果における次の属性を得る</li>
<li><a href="function.ldap-next-entry.php" class="index">ldap_next_entry</a> - 次の結果エントリを得る</li>
<li><a href="function.ldap-next-reference.php" class="index">ldap_next_reference</a> - 次のリファレンスを得る</li>
<li><a href="function.ldap-parse-exop.php" class="index">ldap_parse_exop</a> - LDAP拡張オペレーションの結果オブジェクトをパースする</li>
<li><a href="function.ldap-parse-reference.php" class="index">ldap_parse_reference</a> - 参照エントリから情報を展開する</li>
<li><a href="function.ldap-parse-result.php" class="index">ldap_parse_result</a> - 結果から情報を展開する</li>
<li><a href="function.ldap-read.php" class="index">ldap_read</a> - エントリを読み込む</li>
<li><a href="function.ldap-rename.php" class="index">ldap_rename</a> - エントリ名を修正する</li>
<li><a href="function.ldap-rename-ext.php" class="index">ldap_rename_ext</a> - エントリ名を修正する</li>
<li><a href="function.ldap-sasl-bind.php" class="index">ldap_sasl_bind</a> - SASL を使用して LDAP ディレクトリにバインドする</li>
<li><a href="function.ldap-search.php" class="index">ldap_search</a> - LDAP ツリーを探索する</li>
<li><a href="function.ldap-set-option.php" class="index">ldap_set_option</a> - 指定したオプションの値を設定する</li>
<li><a href="function.ldap-set-rebind-proc.php" class="index">ldap_set_rebind_proc</a> - 参照先を再バインドするためのコールバック関数を設定する</li>
<li><a href="function.ldap-sort.php" class="index">ldap_sort</a> - LDAP 結果エントリをクライアント側でソートする</li>
<li><a href="function.ldap-start-tls.php" class="index">ldap_start_tls</a> - TLS を開始する</li>
<li><a href="function.ldap-t61-to-8859.php" class="index">ldap_t61_to_8859</a> - t61 文字を 8859 文字に変換する</li>
<li><a href="function.ldap-unbind.php" class="index">ldap_unbind</a> - LDAP ディレクトリへのバインドを解除する</li>
<li><a href="function.levenshtein.php" class="index">levenshtein</a> - 二つの文字列のレーベンシュタイン距離を計算する</li>
<li><a href="function.libxml-clear-errors.php" class="index">libxml_clear_errors</a> - libxmlエラーハンドラをクリアする</li>
<li><a href="function.libxml-disable-entity-loader.php" class="index">libxml_disable_entity_loader</a> - 外部エンティティの読み込み機能を無効にする</li>
<li><a href="function.libxml-get-errors.php" class="index">libxml_get_errors</a> - エラー配列を取得する</li>
<li><a href="function.libxml-get-external-entity-loader.php" class="index">libxml_get_external_entity_loader</a> - 現在の外部エンティティローダーを取得する</li>
<li><a href="function.libxml-get-last-error.php" class="index">libxml_get_last_error</a> - libxmlから直近のエラーを取得する</li>
<li><a href="function.libxml-set-external-entity-loader.php" class="index">libxml_set_external_entity_loader</a> - デフォルトの外部エンティティローダーを変更する</li>
<li><a href="function.libxml-set-streams-context.php" class="index">libxml_set_streams_context</a> - 次のlibxmlドキュメントの読込／書きこみのためにストリームコンテキストを設定する</li>
<li><a href="function.libxml-use-internal-errors.php" class="index">libxml_use_internal_errors</a> - libxmlエラーを無効にし、ユーザーが必要に応じてエラー情報を取得できるようにする</li>
<li><a href="limititerator.current.php" class="index">LimitIterator::current</a> - 現在の要素を取得する</li>
<li><a href="limititerator.getposition.php" class="index">LimitIterator::getPosition</a> - 現在の位置を返す</li>
<li><a href="limititerator.key.php" class="index">LimitIterator::key</a> - 現在のキーを取得する</li>
<li><a href="limititerator.next.php" class="index">LimitIterator::next</a> - イテレータを前に移動する</li>
<li><a href="limititerator.rewind.php" class="index">LimitIterator::rewind</a> - イテレータを指定した開始オフセットに巻き戻す</li>
<li><a href="limititerator.seek.php" class="index">LimitIterator::seek</a> - 与えられた位置に移動する</li>
<li><a href="limititerator.valid.php" class="index">LimitIterator::valid</a> - 現在の要素が有効かどうかをチェックする</li>
<li><a href="limititerator.construct.php" class="index">LimitIterator::__construct</a> - LimitIterator を作成する</li>
<li><a href="function.link.php" class="index">link</a> - ハードリンクを作成する</li>
<li><a href="function.linkinfo.php" class="index">linkinfo</a> - リンクに関する情報を取得する</li>
<li><a href="function.list.php" class="index">list</a> - 配列と同様の形式で、複数の変数への代入を行う</li>
<li><a href="locale.acceptfromhttp.php" class="index">Locale::acceptFromHttp</a> - 最もあてはまるロケールを HTTP &quot;Accept-Language&quot; ヘッダにもとづいて探す</li>
<li><a href="locale.canonicalize.php" class="index">Locale::canonicalize</a> - ロケール文字列を正規化する</li>
<li><a href="locale.composelocale.php" class="index">Locale::composeLocale</a> - 正しく並べ替えて区切られたロケール ID を返す</li>
<li><a href="locale.filtermatches.php" class="index">Locale::filterMatches</a> - 言語タグフィルタがロケールにマッチするかどうかを調べる</li>
<li><a href="locale.getallvariants.php" class="index">Locale::getAllVariants</a> - 入力ロケールの変化系を取得する</li>
<li><a href="locale.getdefault.php" class="index">Locale::getDefault</a> - INTL のグローバル 'default_locale' からデフォルトのロケールを取得する</li>
<li><a href="locale.getdisplaylanguage.php" class="index">Locale::getDisplayLanguage</a> - 入力ロケールの言語の表示名を、適切に地域化して返す</li>
<li><a href="locale.getdisplayname.php" class="index">Locale::getDisplayName</a> - 入力ロケールの表示名を、適切に地域化して返す</li>
<li><a href="locale.getdisplayregion.php" class="index">Locale::getDisplayRegion</a> - 入力ロケールの地域の表示名を、適切に地域化して返す</li>
<li><a href="locale.getdisplayscript.php" class="index">Locale::getDisplayScript</a> - 入力ロケールの文字の表示名を、適切に地域化して返す</li>
<li><a href="locale.getdisplayvariant.php" class="index">Locale::getDisplayVariant</a> - 入力ロケールの変化形の表示名を、適切に地域化して返す</li>
<li><a href="locale.getkeywords.php" class="index">Locale::getKeywords</a> - 入力ロケールのキーワードを取得する</li>
<li><a href="locale.getprimarylanguage.php" class="index">Locale::getPrimaryLanguage</a> - 入力ロケールのプライマリ言語を取得する</li>
<li><a href="locale.getregion.php" class="index">Locale::getRegion</a> - 入力ロケールの地域を取得する</li>
<li><a href="locale.getscript.php" class="index">Locale::getScript</a> - 入力ロケールの文字を取得する</li>
<li><a href="locale.isrighttoleft.php" class="index">Locale::isRightToLeft</a> - ロケールが右から左に書く文字体系を使うかどうかを調べる</li>
<li><a href="locale.lookup.php" class="index">Locale::lookup</a> - その言語にマッチする言語タグの一覧を検索する</li>
<li><a href="locale.parselocale.php" class="index">Locale::parseLocale</a> - ロケール ID のサブタグ要素を連想配列で返す</li>
<li><a href="locale.setdefault.php" class="index">Locale::setDefault</a> - デフォルトの実行時ロケールを設定する</li>
<li><a href="function.localeconv.php" class="index">localeconv</a> - 数値に関するフォーマット情報を得る</li>
<li><a href="function.localtime.php" class="index">localtime</a> - ローカルタイムを得る</li>
<li><a href="function.log.php" class="index">log</a> - 自然対数</li>
<li><a href="function.log1p.php" class="index">log1p</a> - 値がゼロに近い時にでも精度を保つ方法で計算した log(1 + number) を返す</li>
<li><a href="function.log10.php" class="index">log10</a> - 底が 10 の対数</li>
<li><a href="function.long2ip.php" class="index">long2ip</a> - 長整数表現のインターネットアドレスを (IPv4) インターネット標準ドット表記に変換する</li>
<li><a href="function.lstat.php" class="index">lstat</a> - ファイルあるいはシンボリックリンクの情報を取得する</li>
<li><a href="function.ltrim.php" class="index">ltrim</a> - 文字列の最初から空白 (もしくはその他の文字) を取り除く</li>
<li><a href="lua.assign.php" class="index">Lua::assign</a> - PHP 変数を Lua にアサイン</li>
<li><a href="lua.call.php" class="index">Lua::call</a> - Lua 関数を呼び出す</li>
<li><a href="lua.eval.php" class="index">Lua::eval</a> - 文字列を Lua コードとして評価</li>
<li><a href="lua.getversion.php" class="index">Lua::getVersion</a> - getversion 用途</li>
<li><a href="lua.include.php" class="index">Lua::include</a> - Lua スクリプトファイルをパース</li>
<li><a href="lua.registercallback.php" class="index">Lua::registerCallback</a> - PHP 関数を Lua に登録</li>
<li><a href="lua.construct.php" class="index">Lua::__construct</a> - Lua コンストラクタ</li>
<li><a href="luaclosure.invoke.php" class="index">LuaClosure::__invoke</a> - luaclosure を起動</li>
<li><a href="luasandbox.callfunction.php" class="index">LuaSandbox::callFunction</a> - Call a function in a Lua global variable</li>
<li><a href="luasandbox.disableprofiler.php" class="index">LuaSandbox::disableProfiler</a> - Disable the profiler</li>
<li><a href="luasandbox.enableprofiler.php" class="index">LuaSandbox::enableProfiler</a> - Enable the profiler.</li>
<li><a href="luasandbox.getcpuusage.php" class="index">LuaSandbox::getCPUUsage</a> - Fetch the current CPU time usage of the Lua environment</li>
<li><a href="luasandbox.getmemoryusage.php" class="index">LuaSandbox::getMemoryUsage</a> - Fetch the current memory usage of the Lua environment</li>
<li><a href="luasandbox.getpeakmemoryusage.php" class="index">LuaSandbox::getPeakMemoryUsage</a> - Fetch the peak memory usage of the Lua environment</li>
<li><a href="luasandbox.getprofilerfunctionreport.php" class="index">LuaSandbox::getProfilerFunctionReport</a> - Fetch profiler data</li>
<li><a href="luasandbox.getversioninfo.php" class="index">LuaSandbox::getVersionInfo</a> - Return the versions of LuaSandbox and Lua</li>
<li><a href="luasandbox.loadbinary.php" class="index">LuaSandbox::loadBinary</a> - Load a precompiled binary chunk into the Lua environment</li>
<li><a href="luasandbox.loadstring.php" class="index">LuaSandbox::loadString</a> - Load Lua code into the Lua environment</li>
<li><a href="luasandbox.pauseusagetimer.php" class="index">LuaSandbox::pauseUsageTimer</a> - Pause the CPU usage timer</li>
<li><a href="luasandbox.registerlibrary.php" class="index">LuaSandbox::registerLibrary</a> - Register a set of PHP functions as a Lua library</li>
<li><a href="luasandbox.setcpulimit.php" class="index">LuaSandbox::setCPULimit</a> - Set the CPU time limit for the Lua environment</li>
<li><a href="luasandbox.setmemorylimit.php" class="index">LuaSandbox::setMemoryLimit</a> - Set the memory limit for the Lua environment</li>
<li><a href="luasandbox.unpauseusagetimer.php" class="index">LuaSandbox::unpauseUsageTimer</a> - Unpause the timer paused by LuaSandbox::pauseUsageTimer</li>
<li><a href="luasandbox.wrapphpfunction.php" class="index">LuaSandbox::wrapPhpFunction</a> - Wrap a PHP callable in a LuaSandboxFunction</li>
<li><a href="luasandboxfunction.call.php" class="index">LuaSandboxFunction::call</a> - Call a Lua function</li>
<li><a href="luasandboxfunction.dump.php" class="index">LuaSandboxFunction::dump</a> - Dump the function as a binary blob</li>
<li><a href="luasandboxfunction.construct.php" class="index">LuaSandboxFunction::__construct</a> - Unused</li>
<li><a href="function.lzf-compress.php" class="index">lzf_compress</a> - LZF 圧縮を行う</li>
<li><a href="function.lzf-decompress.php" class="index">lzf_decompress</a> - LZF 圧縮を伸長する</li>
<li><a href="function.lzf-optimized-for.php" class="index">lzf_optimized_for</a> - LZF 拡張モジュールの最適化指定を取得する</li>
</ul></li>
<li class='gen-index index-for-m'>m<ul id='refentry-index-for-m'>
<li><a href="function.mail.php" class="index">mail</a> - メールを送信する</li>
<li><a href="function.mailparse-determine-best-xfer-encoding.php" class="index">mailparse_determine_best_xfer_encoding</a> - 最も適したエンコーディングを取得する</li>
<li><a href="function.mailparse-msg-create.php" class="index">mailparse_msg_create</a> - mime メールリソースを作成する</li>
<li><a href="function.mailparse-msg-extract-part.php" class="index">mailparse_msg_extract_part</a> - メッセージセクションを展開/デコードする</li>
<li><a href="function.mailparse-msg-extract-part-file.php" class="index">mailparse_msg_extract_part_file</a> - メッセージセクションを展開/デコードする</li>
<li><a href="function.mailparse-msg-extract-whole-part-file.php" class="index">mailparse_msg_extract_whole_part_file</a> - ヘッダを含むメッセージセクションを、transfer encoding をデコードせずに展開する</li>
<li><a href="function.mailparse-msg-free.php" class="index">mailparse_msg_free</a> - MIME リソースを解放する</li>
<li><a href="function.mailparse-msg-get-part.php" class="index">mailparse_msg_get_part</a> - MIME メッセージの指定したセクションに関するハンドルを返す</li>
<li><a href="function.mailparse-msg-get-part-data.php" class="index">mailparse_msg_get_part_data</a> - メッセージに関する情報の連想配列を返す</li>
<li><a href="function.mailparse-msg-get-structure.php" class="index">mailparse_msg_get_structure</a> - 指定したメッセージ内の MIME セクション名の配列を返す</li>
<li><a href="function.mailparse-msg-parse.php" class="index">mailparse_msg_parse</a> - データをパースし、バッファに追加する</li>
<li><a href="function.mailparse-msg-parse-file.php" class="index">mailparse_msg_parse_file</a> - ファイルをパースする</li>
<li><a href="function.mailparse-rfc822-parse-addresses.php" class="index">mailparse_rfc822_parse_addresses</a> - RFC 822 準拠のアドレスをパースする</li>
<li><a href="function.mailparse-stream-encode.php" class="index">mailparse_stream_encode</a> - ソースファイルポインタからストリームデータを取得し、
   エンコーディングを適用し、出力ファイルポインタに書き込む</li>
<li><a href="function.mailparse-uudecode-all.php" class="index">mailparse_uudecode_all</a> - ファイルポインタからデータをスキャンし、uuencode されたファイルを展開する</li>
<li><a href="function.max.php" class="index">max</a> - 最大値を返す</li>
<li><a href="function.mb-check-encoding.php" class="index">mb_check_encoding</a> - 文字列が、指定したエンコーディングで有効なものかどうかを調べる</li>
<li><a href="function.mb-chr.php" class="index">mb_chr</a> - Unicode のコードポイントに対応する文字を返す</li>
<li><a href="function.mb-convert-case.php" class="index">mb_convert_case</a> - 文字列に対してケースフォールディングを行う</li>
<li><a href="function.mb-convert-encoding.php" class="index">mb_convert_encoding</a> - ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する</li>
<li><a href="function.mb-convert-kana.php" class="index">mb_convert_kana</a> - カナを(&quot;全角かな&quot;、&quot;半角かな&quot;等に)変換する</li>
<li><a href="function.mb-convert-variables.php" class="index">mb_convert_variables</a> - 変数の文字コードを変換する</li>
<li><a href="function.mb-decode-mimeheader.php" class="index">mb_decode_mimeheader</a> - MIME ヘッダフィールドの文字列をデコードする</li>
<li><a href="function.mb-decode-numericentity.php" class="index">mb_decode_numericentity</a> - HTML 数値エンティティを文字にデコードする</li>
<li><a href="function.mb-detect-encoding.php" class="index">mb_detect_encoding</a> - 文字エンコーディングを検出する</li>
<li><a href="function.mb-detect-order.php" class="index">mb_detect_order</a> - 文字エンコーディング検出順序を設定あるいは取得する</li>
<li><a href="function.mb-encode-mimeheader.php" class="index">mb_encode_mimeheader</a> - MIMEヘッダの文字列をエンコードする</li>
<li><a href="function.mb-encode-numericentity.php" class="index">mb_encode_numericentity</a> - 文字を HTML 数値エンティティにエンコードする</li>
<li><a href="function.mb-encoding-aliases.php" class="index">mb_encoding_aliases</a> - 既知のエンコーディング・タイプのエイリアスを取得</li>
<li><a href="function.mb-ereg.php" class="index">mb_ereg</a> - マルチバイト対応の正規表現マッチ</li>
<li><a href="function.mb-eregi.php" class="index">mb_eregi</a> - マルチバイトをサポートし、大文字小文字を無視した正規表現マッチ</li>
<li><a href="function.mb-eregi-replace.php" class="index">mb_eregi_replace</a> - マルチバイト文字列に大文字小文字を区別せずに正規表現による置換を行う</li>
<li><a href="function.mb-ereg-match.php" class="index">mb_ereg_match</a> - マルチバイト文字列が正規表現に一致するか調べる</li>
<li><a href="function.mb-ereg-replace.php" class="index">mb_ereg_replace</a> - マルチバイト文字列に正規表現による置換を行う</li>
<li><a href="function.mb-ereg-replace-callback.php" class="index">mb_ereg_replace_callback</a> - マルチバイト文字列にコールバック関数を用いた正規表現による置換を行う</li>
<li><a href="function.mb-ereg-search.php" class="index">mb_ereg_search</a> - 指定したマルチバイト文字列が正規表現に一致するか調べる</li>
<li><a href="function.mb-ereg-search-getpos.php" class="index">mb_ereg_search_getpos</a> - 次の正規表現検索を開始する位置を取得する</li>
<li><a href="function.mb-ereg-search-getregs.php" class="index">mb_ereg_search_getregs</a> - マルチバイト文字列が正規表現に一致する部分があるか調べる</li>
<li><a href="function.mb-ereg-search-init.php" class="index">mb_ereg_search_init</a> - マルチバイト正規表現検索用の文字列と正規表現を設定する</li>
<li><a href="function.mb-ereg-search-pos.php" class="index">mb_ereg_search_pos</a> - 指定したマルチバイト文字列が正規表現に一致する部分の位置と長さを返す</li>
<li><a href="function.mb-ereg-search-regs.php" class="index">mb_ereg_search_regs</a> - 指定したマルチバイト文字列が正規表現に一致する部分を取得する</li>
<li><a href="function.mb-ereg-search-setpos.php" class="index">mb_ereg_search_setpos</a> - 次の正規表現検索を開始する位置を設定する</li>
<li><a href="function.mb-get-info.php" class="index">mb_get_info</a> - mbstring の内部設定値を取得する</li>
<li><a href="function.mb-http-input.php" class="index">mb_http_input</a> - HTTP 入力文字エンコーディングを検出する</li>
<li><a href="function.mb-http-output.php" class="index">mb_http_output</a> - HTTP 出力文字エンコーディングを設定あるいは取得する</li>
<li><a href="function.mb-internal-encoding.php" class="index">mb_internal_encoding</a> - 内部文字エンコーディングを設定あるいは取得する</li>
<li><a href="function.mb-language.php" class="index">mb_language</a> - 現在の言語を設定あるいは取得する</li>
<li><a href="function.mb-lcfirst.php" class="index">mb_lcfirst</a> - 文字列の最初の文字を小文字にする</li>
<li><a href="function.mb-list-encodings.php" class="index">mb_list_encodings</a> - サポートするすべてのエンコーディングの配列を返す</li>
<li><a href="function.mb-ltrim.php" class="index">mb_ltrim</a> - 文字列の先頭にあるホワイトスペースを取り除く</li>
<li><a href="function.mb-ord.php" class="index">mb_ord</a> - 文字の Unicode コードポイントを取得する</li>
<li><a href="function.mb-output-handler.php" class="index">mb_output_handler</a> - 出力バッファ内で文字エンコーディングを変換するコールバック関数</li>
<li><a href="function.mb-parse-str.php" class="index">mb_parse_str</a> - GET/POST/COOKIE データをパースし、グローバル変数を設定する</li>
<li><a href="function.mb-preferred-mime-name.php" class="index">mb_preferred_mime_name</a> - MIME 文字設定を文字列で得る</li>
<li><a href="function.mb-regex-encoding.php" class="index">mb_regex_encoding</a> - 現在のマルチバイト正規表現用のエンコーディングを取得または設定する</li>
<li><a href="function.mb-regex-set-options.php" class="index">mb_regex_set_options</a> - マルチバイト正規表現関数のデフォルトオプションを取得または設定する</li>
<li><a href="function.mb-rtrim.php" class="index">mb_rtrim</a> - 文字列の末尾にあるホワイトスペースを取り除く</li>
<li><a href="function.mb-scrub.php" class="index">mb_scrub</a> - 文字列に含まれる不正なバイト列を代替文字に置き換える</li>
<li><a href="function.mb-send-mail.php" class="index">mb_send_mail</a> - エンコード変換を行ってメールを送信する</li>
<li><a href="function.mb-split.php" class="index">mb_split</a> - マルチバイト文字列を正規表現により分割する</li>
<li><a href="function.mb-strcut.php" class="index">mb_strcut</a> - 文字列の一部を得る</li>
<li><a href="function.mb-strimwidth.php" class="index">mb_strimwidth</a> - 指定した幅で文字列を丸める</li>
<li><a href="function.mb-stripos.php" class="index">mb_stripos</a> - 大文字小文字を区別せず、
   文字列の中で指定した文字列が最初に現れる位置を探す</li>
<li><a href="function.mb-stristr.php" class="index">mb_stristr</a> - 大文字小文字を区別せず、
   文字列の中で指定した文字列が最初に現れる位置を探す</li>
<li><a href="function.mb-strlen.php" class="index">mb_strlen</a> - 文字列の長さを得る</li>
<li><a href="function.mb-strpos.php" class="index">mb_strpos</a> - 文字列の中に指定した文字列が最初に現れる位置を見つける</li>
<li><a href="function.mb-strrchr.php" class="index">mb_strrchr</a> - 別の文字列の中で、ある文字が最後に現れる場所を見つける</li>
<li><a href="function.mb-strrichr.php" class="index">mb_strrichr</a> - 大文字小文字を区別せず、
   別の文字列の中である文字が最後に現れる場所を探す</li>
<li><a href="function.mb-strripos.php" class="index">mb_strripos</a> - 大文字小文字を区別せず、
   文字列の中で指定した文字列が最後に現れる位置を探す</li>
<li><a href="function.mb-strrpos.php" class="index">mb_strrpos</a> - 文字列の中に指定した文字列が最後に現れる位置を見つける</li>
<li><a href="function.mb-strstr.php" class="index">mb_strstr</a> - 文字列の中で、指定した文字列が最初に現れる位置を見つける</li>
<li><a href="function.mb-strtolower.php" class="index">mb_strtolower</a> - 文字列を小文字にする</li>
<li><a href="function.mb-strtoupper.php" class="index">mb_strtoupper</a> - 文字列を大文字にする</li>
<li><a href="function.mb-strwidth.php" class="index">mb_strwidth</a> - 文字列の幅を返す</li>
<li><a href="function.mb-str-pad.php" class="index">mb_str_pad</a> - マルチバイト文字列を、特定の長さまで別のマルチバイト文字列で埋める</li>
<li><a href="function.mb-str-split.php" class="index">mb_str_split</a> - マルチバイト文字列を受取り、文字の配列を返す</li>
<li><a href="function.mb-substitute-character.php" class="index">mb_substitute_character</a> - 置換文字を設定あるいは取得する</li>
<li><a href="function.mb-substr.php" class="index">mb_substr</a> - 文字列の一部を得る</li>
<li><a href="function.mb-substr-count.php" class="index">mb_substr_count</a> - 部分文字列の出現回数を数える</li>
<li><a href="function.mb-trim.php" class="index">mb_trim</a> - 文字列の先頭および末尾にあるホワイトスペースを取り除く</li>
<li><a href="function.mb-ucfirst.php" class="index">mb_ucfirst</a> - 文字列の最初の文字を大文字にする</li>
<li><a href="function.mcrypt-create-iv.php" class="index">mcrypt_create_iv</a> - Creates an initialization vector (IV) from a random source</li>
<li><a href="function.mcrypt-decrypt.php" class="index">mcrypt_decrypt</a> - Decrypts crypttext with given parameters</li>
<li><a href="function.mcrypt-encrypt.php" class="index">mcrypt_encrypt</a> - 指定したパラメータでプレーンテキストを暗号化する</li>
<li><a href="function.mcrypt-enc-get-algorithms-name.php" class="index">mcrypt_enc_get_algorithms_name</a> - Returns the name of the opened algorithm</li>
<li><a href="function.mcrypt-enc-get-block-size.php" class="index">mcrypt_enc_get_block_size</a> - Returns the blocksize of the opened algorithm</li>
<li><a href="function.mcrypt-enc-get-iv-size.php" class="index">mcrypt_enc_get_iv_size</a> - オープンされたアルゴリズムの IV の大きさを返す</li>
<li><a href="function.mcrypt-enc-get-key-size.php" class="index">mcrypt_enc_get_key_size</a> - オープンされたモードでサポートされる最大キー長を返す</li>
<li><a href="function.mcrypt-enc-get-modes-name.php" class="index">mcrypt_enc_get_modes_name</a> - オープンされたモードの名前を返す</li>
<li><a href="function.mcrypt-enc-get-supported-key-sizes.php" class="index">mcrypt_enc_get_supported_key_sizes</a> - オープンされたアルゴリズムでサポートされるキー長を配列にして返す</li>
<li><a href="function.mcrypt-enc-is-block-algorithm.php" class="index">mcrypt_enc_is_block_algorithm</a> - オープンされたモードの暗号がブロックアルゴリズムであるかどうかを調べる</li>
<li><a href="function.mcrypt-enc-is-block-algorithm-mode.php" class="index">mcrypt_enc_is_block_algorithm_mode</a> - オープンされたモードの暗号がブロックモードで動作するかどうかを調べる</li>
<li><a href="function.mcrypt-enc-is-block-mode.php" class="index">mcrypt_enc_is_block_mode</a> - オープンされたモードがブロック出力を行うかどうかを調べる</li>
<li><a href="function.mcrypt-enc-self-test.php" class="index">mcrypt_enc_self_test</a> - オープンしたモジュールのセルフテストを実行する</li>
<li><a href="function.mcrypt-generic.php" class="index">mcrypt_generic</a> - データを暗号化する</li>
<li><a href="function.mcrypt-generic-deinit.php" class="index">mcrypt_generic_deinit</a> - 暗号化モジュールを終了する</li>
<li><a href="function.mcrypt-generic-init.php" class="index">mcrypt_generic_init</a> - 暗号化に必要な全てのバッファを初期化する</li>
<li><a href="function.mcrypt-get-block-size.php" class="index">mcrypt_get_block_size</a> - 指定した暗号のブロックサイズを得る</li>
<li><a href="function.mcrypt-get-cipher-name.php" class="index">mcrypt_get_cipher_name</a> - 指定した暗号の名前を得る</li>
<li><a href="function.mcrypt-get-iv-size.php" class="index">mcrypt_get_iv_size</a> - 指定した暗号/モードの組み合わせに属する IV の大きさを返す</li>
<li><a href="function.mcrypt-get-key-size.php" class="index">mcrypt_get_key_size</a> - 指定した暗号のキーの長さを得る</li>
<li><a href="function.mcrypt-list-algorithms.php" class="index">mcrypt_list_algorithms</a> - サポートされる全ての暗号を配列として取得する</li>
<li><a href="function.mcrypt-list-modes.php" class="index">mcrypt_list_modes</a> - サポートされる全てのモードの配列を取得する</li>
<li><a href="function.mcrypt-module-close.php" class="index">mcrypt_module_close</a> - mcrypt モジュールを閉じる</li>
<li><a href="function.mcrypt-module-get-algo-block-size.php" class="index">mcrypt_module_get_algo_block_size</a> - 指定したアルゴリズムのブロック長を返す</li>
<li><a href="function.mcrypt-module-get-algo-key-size.php" class="index">mcrypt_module_get_algo_key_size</a> - オープンされたモードでサポートされる最大キー長を返す</li>
<li><a href="function.mcrypt-module-get-supported-key-sizes.php" class="index">mcrypt_module_get_supported_key_sizes</a> - オープンされたアルゴリズムでサポートされるキーのサイズを配列として返す</li>
<li><a href="function.mcrypt-module-is-block-algorithm.php" class="index">mcrypt_module_is_block_algorithm</a> - 指定したアルゴリズムがブロックアルゴリズムであるかを調べる</li>
<li><a href="function.mcrypt-module-is-block-algorithm-mode.php" class="index">mcrypt_module_is_block_algorithm_mode</a> - 指定したモジュールがブロックアルゴリズムであるかどうかを返す</li>
<li><a href="function.mcrypt-module-is-block-mode.php" class="index">mcrypt_module_is_block_mode</a> - 指定したモードがブロック出力を行うかどうかを返す</li>
<li><a href="function.mcrypt-module-open.php" class="index">mcrypt_module_open</a> - 使用するアルゴリズムおよびモードのモジュールをオープンする</li>
<li><a href="function.mcrypt-module-self-test.php" class="index">mcrypt_module_self_test</a> - 指定したモジュールのセルフテストを実行する</li>
<li><a href="function.md5.php" class="index">md5</a> - 文字列のmd5ハッシュ値を計算する</li>
<li><a href="function.md5-file.php" class="index">md5_file</a> - 指定したファイルのMD5ハッシュ値を計算する</li>
<li><a href="function.mdecrypt-generic.php" class="index">mdecrypt_generic</a> - データを復号する</li>
<li><a href="memcache.add.php" class="index">Memcache::add</a> - サーバーに項目を追加する</li>
<li><a href="memcache.addserver.php" class="index">Memcache::addServer</a> - コネクションプールに memcached サーバーを追加する</li>
<li><a href="memcache.close.php" class="index">Memcache::close</a> - memcached サーバーとの接続を閉じる</li>
<li><a href="memcache.connect.php" class="index">Memcache::connect</a> - memcached サーバーへの接続をオープンする</li>
<li><a href="memcache.decrement.php" class="index">Memcache::decrement</a> - 項目の値を減らす</li>
<li><a href="memcache.delete.php" class="index">Memcache::delete</a> - サーバーから項目を削除する</li>
<li><a href="memcache.flush.php" class="index">Memcache::flush</a> - サーバー上のすべての既存項目を消去する</li>
<li><a href="memcache.get.php" class="index">Memcache::get</a> - サーバーから項目を取得する</li>
<li><a href="memcache.getextendedstats.php" class="index">Memcache::getExtendedStats</a> - プール内のすべてのサーバーの統計情報を取得する</li>
<li><a href="memcache.getserverstatus.php" class="index">Memcache::getServerStatus</a> - サーバーの状態を返す</li>
<li><a href="memcache.getstats.php" class="index">Memcache::getStats</a> - サーバーの統計情報を取得する</li>
<li><a href="memcache.getversion.php" class="index">Memcache::getVersion</a> - サーバーのバージョンを返す</li>
<li><a href="memcache.increment.php" class="index">Memcache::increment</a> - 項目の値を増やす</li>
<li><a href="memcache.pconnect.php" class="index">Memcache::pconnect</a> - memcached サーバーへの持続的な接続をオープンする</li>
<li><a href="memcache.replace.php" class="index">Memcache::replace</a> - 既存項目の値を置換する</li>
<li><a href="memcache.set.php" class="index">Memcache::set</a> - データをサーバーに格納する</li>
<li><a href="memcache.setcompressthreshold.php" class="index">Memcache::setCompressThreshold</a> - 大きな値に対する自動圧縮処理を有効にする</li>
<li><a href="memcache.setserverparams.php" class="index">Memcache::setServerParams</a> - サーバーのパラメータおよび状態を、実行時に変更する</li>
<li><a href="memcached.add.php" class="index">Memcached::add</a> - アイテムを新しいキーで追加する</li>
<li><a href="memcached.addbykey.php" class="index">Memcached::addByKey</a> - 指定したサーバーにアイテムを新しいキーで追加する</li>
<li><a href="memcached.addserver.php" class="index">Memcached::addServer</a> - サーバーをサーバープールに追加する</li>
<li><a href="memcached.addservers.php" class="index">Memcached::addServers</a> - 複数のサーバーをサーバープールに追加する</li>
<li><a href="memcached.append.php" class="index">Memcached::append</a> - データを既存のアイテムに追記する</li>
<li><a href="memcached.appendbykey.php" class="index">Memcached::appendByKey</a> - 指定したサーバーでデータを既存のアイテムに追記する</li>
<li><a href="memcached.cas.php" class="index">Memcached::cas</a> - アイテムを比較して入れ替える</li>
<li><a href="memcached.casbykey.php" class="index">Memcached::casByKey</a> - 指定したサーバーでアイテムを比較して入れ替える</li>
<li><a href="memcached.decrement.php" class="index">Memcached::decrement</a> - 数値アイテムの値を減らす</li>
<li><a href="memcached.decrementbykey.php" class="index">Memcached::decrementByKey</a> - 指定したサーバー上にある数値アイテムの値を減らす</li>
<li><a href="memcached.delete.php" class="index">Memcached::delete</a> - アイテムを削除する</li>
<li><a href="memcached.deletebykey.php" class="index">Memcached::deleteByKey</a> - 指定したサーバーからアイテムを削除する</li>
<li><a href="memcached.deletemulti.php" class="index">Memcached::deleteMulti</a> - 複数のアイテムを削除する</li>
<li><a href="memcached.deletemultibykey.php" class="index">Memcached::deleteMultiByKey</a> - 指定したサーバーから複数のアイテムを削除する</li>
<li><a href="memcached.fetch.php" class="index">Memcached::fetch</a> - 次の結果を取得する</li>
<li><a href="memcached.fetchall.php" class="index">Memcached::fetchAll</a> - 残りのすべての結果を取得する</li>
<li><a href="memcached.flush.php" class="index">Memcached::flush</a> - キャッシュ内のすべてのアイテムを無効にする</li>
<li><a href="memcached.get.php" class="index">Memcached::get</a> - アイテムを取得する</li>
<li><a href="memcached.getallkeys.php" class="index">Memcached::getAllKeys</a> - すべてのサーバーのキーを取得する</li>
<li><a href="memcached.getbykey.php" class="index">Memcached::getByKey</a> - 指定したサーバーからアイテムを取得する</li>
<li><a href="memcached.getdelayed.php" class="index">Memcached::getDelayed</a> - 複数のアイテムを要求する</li>
<li><a href="memcached.getdelayedbykey.php" class="index">Memcached::getDelayedByKey</a> - 指定したサーバーに複数のアイテムを要求する</li>
<li><a href="memcached.getmulti.php" class="index">Memcached::getMulti</a> - 複数のアイテムを取得する</li>
<li><a href="memcached.getmultibykey.php" class="index">Memcached::getMultiByKey</a> - 指定したサーバーから複数のアイテムを取得する</li>
<li><a href="memcached.getoption.php" class="index">Memcached::getOption</a> - Memcached のオプションの値を取得する</li>
<li><a href="memcached.getresultcode.php" class="index">Memcached::getResultCode</a> - 直近の操作の結果コードを返す</li>
<li><a href="memcached.getresultmessage.php" class="index">Memcached::getResultMessage</a> - 最後に実行した操作の結果を説明したメッセージを返す。</li>
<li><a href="memcached.getserverbykey.php" class="index">Memcached::getServerByKey</a> - キーとサーバーを関連付ける</li>
<li><a href="memcached.getserverlist.php" class="index">Memcached::getServerList</a> - プール内のサーバーの一覧を取得する</li>
<li><a href="memcached.getstats.php" class="index">Memcached::getStats</a> - サーバープールの統計情報を取得する</li>
<li><a href="memcached.getversion.php" class="index">Memcached::getVersion</a> - サーバープールのバージョン情報を取得する</li>
<li><a href="memcached.increment.php" class="index">Memcached::increment</a> - 数値アイテムの値を増やす</li>
<li><a href="memcached.incrementbykey.php" class="index">Memcached::incrementByKey</a> - 指定したサーバー上にある数値アイテムの値を増やす</li>
<li><a href="memcached.ispersistent.php" class="index">Memcached::isPersistent</a> - memcache への接続で持続的接続を使っているかどうかを調べる</li>
<li><a href="memcached.ispristine.php" class="index">Memcached::isPristine</a> - 直近に作られたインスタンスかどうかを調べる</li>
<li><a href="memcached.prepend.php" class="index">Memcached::prepend</a> - 既存のアイテムの前にデータを付加する</li>
<li><a href="memcached.prependbykey.php" class="index">Memcached::prependByKey</a> - 指定したサーバーで既存のアイテムの前にデータを付加する</li>
<li><a href="memcached.quit.php" class="index">Memcached::quit</a> - 開いている接続を閉じる</li>
<li><a href="memcached.replace.php" class="index">Memcached::replace</a> - 既存のキーのアイテムを入れ替える</li>
<li><a href="memcached.replacebykey.php" class="index">Memcached::replaceByKey</a> - 指定したサーバーで既存のキーのアイテムを入れ替える</li>
<li><a href="memcached.resetserverlist.php" class="index">Memcached::resetServerList</a> - サーバーリストからすべてのサーバーを消去する</li>
<li><a href="memcached.set.php" class="index">Memcached::set</a> - アイテムを格納する</li>
<li><a href="memcached.setbykey.php" class="index">Memcached::setByKey</a> - 指定したサーバーにアイテムを格納する</li>
<li><a href="memcached.setencodingkey.php" class="index">Memcached::setEncodingKey</a> - Memcached のデータ用の AES 暗号化キーを設定する</li>
<li><a href="memcached.setmulti.php" class="index">Memcached::setMulti</a> - 複数のアイテムを格納する</li>
<li><a href="memcached.setmultibykey.php" class="index">Memcached::setMultiByKey</a> - 指定したサーバーで複数のアイテムを格納する</li>
<li><a href="memcached.setoption.php" class="index">Memcached::setOption</a> - Memcached のオプションの値を設定する</li>
<li><a href="memcached.setoptions.php" class="index">Memcached::setOptions</a> - Memcached のオプションの値を設定する</li>
<li><a href="memcached.setsaslauthdata.php" class="index">Memcached::setSaslAuthData</a> - 認証用の資格情報を設定する</li>
<li><a href="memcached.touch.php" class="index">Memcached::touch</a> - アイテムに新しい有効期限を設定する</li>
<li><a href="memcached.touchbykey.php" class="index">Memcached::touchByKey</a> - 指定したサーバー上のアイテムに新しい有効期限を設定する</li>
<li><a href="memcached.construct.php" class="index">Memcached::__construct</a> - Memcached のインスタンスを作成する</li>
<li><a href="function.memcache-debug.php" class="index">memcache_debug</a> - デバッグ出力のオン/オフを切り替える</li>
<li><a href="function.memory-get-peak-usage.php" class="index">memory_get_peak_usage</a> - PHP によって割り当てられたメモリの最大値を返す</li>
<li><a href="function.memory-get-usage.php" class="index">memory_get_usage</a> - PHP に割り当てられたメモリの量を返す</li>
<li><a href="function.memory-reset-peak-usage.php" class="index">memory_reset_peak_usage</a> - メモリの最大値をリセットする</li>
<li><a href="messageformatter.create.php" class="index">MessageFormatter::create</a> - 新しいメッセージフォーマッタを作成する</li>
<li><a href="messageformatter.format.php" class="index">MessageFormatter::format</a> - メッセージをフォーマットする</li>
<li><a href="messageformatter.formatmessage.php" class="index">MessageFormatter::formatMessage</a> - 手早くメッセージをフォーマットする</li>
<li><a href="messageformatter.geterrorcode.php" class="index">MessageFormatter::getErrorCode</a> - 直近の操作のエラーコードを取得する</li>
<li><a href="messageformatter.geterrormessage.php" class="index">MessageFormatter::getErrorMessage</a> - 直近の操作のエラーテキストを取得する</li>
<li><a href="messageformatter.getlocale.php" class="index">MessageFormatter::getLocale</a> - フォーマッタを作成した際のロケールを取得する</li>
<li><a href="messageformatter.getpattern.php" class="index">MessageFormatter::getPattern</a> - フォーマッタが使用するパターンを取得する</li>
<li><a href="messageformatter.parse.php" class="index">MessageFormatter::parse</a> - パターンを使用して入力文字列をパースする</li>
<li><a href="messageformatter.parsemessage.php" class="index">MessageFormatter::parseMessage</a> - 手早く入力文字列をパースする</li>
<li><a href="messageformatter.setpattern.php" class="index">MessageFormatter::setPattern</a> - フォーマッタが使用するパターンを設定する</li>
<li><a href="function.metaphone.php" class="index">metaphone</a> - 文字列の metaphone キーを計算する</li>
<li><a href="function.method-exists.php" class="index">method_exists</a> - クラスメソッドが存在するかどうかを確認する</li>
<li><a href="function.mhash.php" class="index">mhash</a> - ハッシュ値を計算する</li>
<li><a href="function.mhash-count.php" class="index">mhash_count</a> - 利用可能なハッシュ ID の最大値を得る</li>
<li><a href="function.mhash-get-block-size.php" class="index">mhash_get_block_size</a> - 指定したハッシュのブロックサイズを得る</li>
<li><a href="function.mhash-get-hash-name.php" class="index">mhash_get_hash_name</a> - 指定したハッシュの名前を得る</li>
<li><a href="function.mhash-keygen-s2k.php" class="index">mhash_keygen_s2k</a> - キーを生成する</li>
<li><a href="function.microtime.php" class="index">microtime</a> - 現在の Unix タイムスタンプをマイクロ秒まで返す</li>
<li><a href="function.mime-content-type.php" class="index">mime_content_type</a> - ファイルの MIME Content-type を検出する</li>
<li><a href="function.min.php" class="index">min</a> - 最小値を返す</li>
<li><a href="function.mkdir.php" class="index">mkdir</a> - ディレクトリを作る</li>
<li><a href="function.mktime.php" class="index">mktime</a> - 日付を Unix のタイムスタンプとして取得する</li>
<li><a href="function.money-format.php" class="index">money_format</a> - 数値を金額文字列にフォーマットする</li>
<li><a href="mongodb-bson-binary.fromvector.php" class="index">MongoDB\BSON\Binary::fromVector</a> - Creates a new binary with subtype MongoDB\BSON\Binary::SUBTYPE_VECTOR from the given array and vector type</li>
<li><a href="mongodb-bson-binary.getdata.php" class="index">MongoDB\BSON\Binary::getData</a> - Returns the Binary's data</li>
<li><a href="mongodb-bson-binary.gettype.php" class="index">MongoDB\BSON\Binary::getType</a> - Returns the Binary's type</li>
<li><a href="mongodb-bson-binary.getvectortype.php" class="index">MongoDB\BSON\Binary::getVectorType</a> - Returns the data type for a Binary with the vector subtype</li>
<li><a href="mongodb-bson-binary.jsonserialize.php" class="index">MongoDB\BSON\Binary::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-binary.toarray.php" class="index">MongoDB\BSON\Binary::toArray</a> - Returns the vector as an array for a Binary with subtype MongoDB\BSON\Binary::SUBTYPE_VECTOR</li>
<li><a href="mongodb-bson-binary.construct.php" class="index">MongoDB\BSON\Binary::__construct</a> - Construct a new Binary</li>
<li><a href="mongodb-bson-binary.tostring.php" class="index">MongoDB\BSON\Binary::__toString</a> - Returns the Binary's data</li>
<li><a href="mongodb-bson-binaryinterface.getdata.php" class="index">MongoDB\BSON\BinaryInterface::getData</a> - Returns the BinaryInterface's data</li>
<li><a href="mongodb-bson-binaryinterface.gettype.php" class="index">MongoDB\BSON\BinaryInterface::getType</a> - Returns the BinaryInterface's type</li>
<li><a href="mongodb-bson-binaryinterface.tostring.php" class="index">MongoDB\BSON\BinaryInterface::__toString</a> - Returns the BinaryInterface's data</li>
<li><a href="mongodb-bson-dbpointer.jsonserialize.php" class="index">MongoDB\BSON\DBPointer::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-dbpointer.construct.php" class="index">MongoDB\BSON\DBPointer::__construct</a> - Construct a new DBPointer (unused)</li>
<li><a href="mongodb-bson-dbpointer.tostring.php" class="index">MongoDB\BSON\DBPointer::__toString</a> - Returns an empty string</li>
<li><a href="mongodb-bson-decimal128.jsonserialize.php" class="index">MongoDB\BSON\Decimal128::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-decimal128.construct.php" class="index">MongoDB\BSON\Decimal128::__construct</a> - Construct a new Decimal128</li>
<li><a href="mongodb-bson-decimal128.tostring.php" class="index">MongoDB\BSON\Decimal128::__toString</a> - Returns the string representation of this Decimal128</li>
<li><a href="mongodb-bson-decimal128interface.tostring.php" class="index">MongoDB\BSON\Decimal128Interface::__toString</a> - Returns the string representation of this Decimal128Interface</li>
<li><a href="mongodb-bson-document.frombson.php" class="index">MongoDB\BSON\Document::fromBSON</a> - Construct a new document instance from a BSON string</li>
<li><a href="mongodb-bson-document.fromjson.php" class="index">MongoDB\BSON\Document::fromJSON</a> - Construct a new document instance from a JSON string</li>
<li><a href="mongodb-bson-document.fromphp.php" class="index">MongoDB\BSON\Document::fromPHP</a> - Construct a new document instance from PHP data</li>
<li><a href="mongodb-bson-document.get.php" class="index">MongoDB\BSON\Document::get</a> - Returns the value of a key in the document</li>
<li><a href="mongodb-bson-document.getiterator.php" class="index">MongoDB\BSON\Document::getIterator</a> - Returns an iterator for the BSON document</li>
<li><a href="mongodb-bson-document.has.php" class="index">MongoDB\BSON\Document::has</a> - Returns whether a key is present in the document</li>
<li><a href="mongodb-bson-document.offsetexists.php" class="index">MongoDB\BSON\Document::offsetExists</a> - Returns whether a key is present in the document</li>
<li><a href="mongodb-bson-document.offsetget.php" class="index">MongoDB\BSON\Document::offsetGet</a> - Returns the value of a key in the document</li>
<li><a href="mongodb-bson-document.offsetset.php" class="index">MongoDB\BSON\Document::offsetSet</a> - Implementation of ArrayAccess</li>
<li><a href="mongodb-bson-document.offsetunset.php" class="index">MongoDB\BSON\Document::offsetUnset</a> - Implementation of ArrayAccess</li>
<li><a href="mongodb-bson-document.tocanonicalextendedjson.php" class="index">MongoDB\BSON\Document::toCanonicalExtendedJSON</a> - Returns the Canonical Extended JSON representation of the BSON document</li>
<li><a href="mongodb-bson-document.tophp.php" class="index">MongoDB\BSON\Document::toPHP</a> - Returns the PHP representation of the BSON document</li>
<li><a href="mongodb-bson-document.torelaxedextendedjson.php" class="index">MongoDB\BSON\Document::toRelaxedExtendedJSON</a> - Returns the Relaxed Extended JSON representation of the BSON document</li>
<li><a href="mongodb-bson-document.construct.php" class="index">MongoDB\BSON\Document::__construct</a> - Construct a new BSON document (unused)</li>
<li><a href="mongodb-bson-document.tostring.php" class="index">MongoDB\BSON\Document::__toString</a> - Returns the string representation of this BSON Document</li>
<li><a href="function.mongodb.bson-fromjson.php" class="index">MongoDB\BSON\fromJSON</a> - Returns the BSON representation of a JSON value</li>
<li><a href="function.mongodb.bson-fromphp.php" class="index">MongoDB\BSON\fromPHP</a> - Returns the BSON representation of a PHP value</li>
<li><a href="mongodb-bson-int64.jsonserialize.php" class="index">MongoDB\BSON\Int64::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-int64.construct.php" class="index">MongoDB\BSON\Int64::__construct</a> - Construct a new Int64</li>
<li><a href="mongodb-bson-int64.tostring.php" class="index">MongoDB\BSON\Int64::__toString</a> - Returns the string representation of this Int64</li>
<li><a href="mongodb-bson-iterator.current.php" class="index">MongoDB\BSON\Iterator::current</a> - Returns the current element</li>
<li><a href="mongodb-bson-iterator.key.php" class="index">MongoDB\BSON\Iterator::key</a> - Returns the key of the current element</li>
<li><a href="mongodb-bson-iterator.next.php" class="index">MongoDB\BSON\Iterator::next</a> - Advances the iterator to next element</li>
<li><a href="mongodb-bson-iterator.rewind.php" class="index">MongoDB\BSON\Iterator::rewind</a> - Rewinds the Iterator to the first element</li>
<li><a href="mongodb-bson-iterator.valid.php" class="index">MongoDB\BSON\Iterator::valid</a> - Checks if current position is valid</li>
<li><a href="mongodb-bson-iterator.construct.php" class="index">MongoDB\BSON\Iterator::__construct</a> - Construct a new BSON iterator (unused)</li>
<li><a href="mongodb-bson-javascript.getcode.php" class="index">MongoDB\BSON\Javascript::getCode</a> - Returns the Javascript's code</li>
<li><a href="mongodb-bson-javascript.getscope.php" class="index">MongoDB\BSON\Javascript::getScope</a> - Returns the Javascript's scope document</li>
<li><a href="mongodb-bson-javascript.jsonserialize.php" class="index">MongoDB\BSON\Javascript::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-javascript.construct.php" class="index">MongoDB\BSON\Javascript::__construct</a> - Construct a new Javascript</li>
<li><a href="mongodb-bson-javascript.tostring.php" class="index">MongoDB\BSON\Javascript::__toString</a> - Returns the Javascript's code</li>
<li><a href="mongodb-bson-javascriptinterface.getcode.php" class="index">MongoDB\BSON\JavascriptInterface::getCode</a> - Returns the JavascriptInterface's code</li>
<li><a href="mongodb-bson-javascriptinterface.getscope.php" class="index">MongoDB\BSON\JavascriptInterface::getScope</a> - Returns the JavascriptInterface's scope document</li>
<li><a href="mongodb-bson-javascriptinterface.tostring.php" class="index">MongoDB\BSON\JavascriptInterface::__toString</a> - Returns the JavascriptInterface's code</li>
<li><a href="mongodb-bson-maxkey.jsonserialize.php" class="index">MongoDB\BSON\MaxKey::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-maxkey.construct.php" class="index">MongoDB\BSON\MaxKey::__construct</a> - Construct a new MaxKey</li>
<li><a href="mongodb-bson-minkey.jsonserialize.php" class="index">MongoDB\BSON\MinKey::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-minkey.construct.php" class="index">MongoDB\BSON\MinKey::__construct</a> - Construct a new MinKey</li>
<li><a href="mongodb-bson-objectid.gettimestamp.php" class="index">MongoDB\BSON\ObjectId::getTimestamp</a> - Returns the timestamp component of this ObjectId</li>
<li><a href="mongodb-bson-objectid.jsonserialize.php" class="index">MongoDB\BSON\ObjectId::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-objectid.construct.php" class="index">MongoDB\BSON\ObjectId::__construct</a> - Construct a new ObjectId</li>
<li><a href="mongodb-bson-objectid.tostring.php" class="index">MongoDB\BSON\ObjectId::__toString</a> - Returns the hexidecimal representation of this ObjectId</li>
<li><a href="mongodb-bson-objectidinterface.gettimestamp.php" class="index">MongoDB\BSON\ObjectIdInterface::getTimestamp</a> - Returns the timestamp component of this ObjectIdInterface</li>
<li><a href="mongodb-bson-objectidinterface.tostring.php" class="index">MongoDB\BSON\ObjectIdInterface::__toString</a> - Returns the hexidecimal representation of this ObjectIdInterface</li>
<li><a href="mongodb-bson-packedarray.fromjson.php" class="index">MongoDB\BSON\PackedArray::fromJSON</a> - Construct a new BSON array instance from a JSON string</li>
<li><a href="mongodb-bson-packedarray.fromphp.php" class="index">MongoDB\BSON\PackedArray::fromPHP</a> - Construct a new BSON array instance from PHP data</li>
<li><a href="mongodb-bson-packedarray.get.php" class="index">MongoDB\BSON\PackedArray::get</a> - Returns the value of an index in the array</li>
<li><a href="mongodb-bson-packedarray.getiterator.php" class="index">MongoDB\BSON\PackedArray::getIterator</a> - Returns an iterator for the BSON array</li>
<li><a href="mongodb-bson-packedarray.has.php" class="index">MongoDB\BSON\PackedArray::has</a> - Returns whether a index is present in the array</li>
<li><a href="mongodb-bson-packedarray.offsetexists.php" class="index">MongoDB\BSON\PackedArray::offsetExists</a> - Returns whether a index is present in the array</li>
<li><a href="mongodb-bson-packedarray.offsetget.php" class="index">MongoDB\BSON\PackedArray::offsetGet</a> - Returns the value of an index in the array</li>
<li><a href="mongodb-bson-packedarray.offsetset.php" class="index">MongoDB\BSON\PackedArray::offsetSet</a> - Implementation of ArrayAccess</li>
<li><a href="mongodb-bson-packedarray.offsetunset.php" class="index">MongoDB\BSON\PackedArray::offsetUnset</a> - Implementation of ArrayAccess</li>
<li><a href="mongodb-bson-packedarray.tocanonicalextendedjson.php" class="index">MongoDB\BSON\PackedArray::toCanonicalExtendedJSON</a> - Returns the Canonical Extended JSON representation of the BSON array</li>
<li><a href="mongodb-bson-packedarray.tophp.php" class="index">MongoDB\BSON\PackedArray::toPHP</a> - Returns the PHP representation of the BSON array</li>
<li><a href="mongodb-bson-packedarray.torelaxedextendedjson.php" class="index">MongoDB\BSON\PackedArray::toRelaxedExtendedJSON</a> - Returns the Relaxed Extended JSON representation of the BSON array</li>
<li><a href="mongodb-bson-packedarray.construct.php" class="index">MongoDB\BSON\PackedArray::__construct</a> - Construct a new BSON array (unused)</li>
<li><a href="mongodb-bson-packedarray.tostring.php" class="index">MongoDB\BSON\PackedArray::__toString</a> - Returns the string representation of this BSON array</li>
<li><a href="mongodb-bson-persistable.bsonserialize.php" class="index">MongoDB\BSON\Persistable::bsonSerialize</a> - Provides an array or document to serialize as BSON</li>
<li><a href="mongodb-bson-regex.getflags.php" class="index">MongoDB\BSON\Regex::getFlags</a> - Returns the Regex's flags</li>
<li><a href="mongodb-bson-regex.getpattern.php" class="index">MongoDB\BSON\Regex::getPattern</a> - Returns the Regex's pattern</li>
<li><a href="mongodb-bson-regex.jsonserialize.php" class="index">MongoDB\BSON\Regex::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-regex.construct.php" class="index">MongoDB\BSON\Regex::__construct</a> - Construct a new Regex</li>
<li><a href="mongodb-bson-regex.tostring.php" class="index">MongoDB\BSON\Regex::__toString</a> - Returns the string representation of this Regex</li>
<li><a href="mongodb-bson-regexinterface.getflags.php" class="index">MongoDB\BSON\RegexInterface::getFlags</a> - Returns the RegexInterface's flags</li>
<li><a href="mongodb-bson-regexinterface.getpattern.php" class="index">MongoDB\BSON\RegexInterface::getPattern</a> - Returns the RegexInterface's pattern</li>
<li><a href="mongodb-bson-regexinterface.tostring.php" class="index">MongoDB\BSON\RegexInterface::__toString</a> - Returns the string representation of this RegexInterface</li>
<li><a href="mongodb-bson-serializable.bsonserialize.php" class="index">MongoDB\BSON\Serializable::bsonSerialize</a> - Provides an array or document to serialize as BSON</li>
<li><a href="mongodb-bson-symbol.jsonserialize.php" class="index">MongoDB\BSON\Symbol::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-symbol.construct.php" class="index">MongoDB\BSON\Symbol::__construct</a> - Construct a new Symbol (unused)</li>
<li><a href="mongodb-bson-symbol.tostring.php" class="index">MongoDB\BSON\Symbol::__toString</a> - Returns the Symbol as a string</li>
<li><a href="mongodb-bson-timestamp.getincrement.php" class="index">MongoDB\BSON\Timestamp::getIncrement</a> - Returns the increment component of this Timestamp</li>
<li><a href="mongodb-bson-timestamp.gettimestamp.php" class="index">MongoDB\BSON\Timestamp::getTimestamp</a> - Returns the timestamp component of this Timestamp</li>
<li><a href="mongodb-bson-timestamp.jsonserialize.php" class="index">MongoDB\BSON\Timestamp::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-timestamp.construct.php" class="index">MongoDB\BSON\Timestamp::__construct</a> - Construct a new Timestamp</li>
<li><a href="mongodb-bson-timestamp.tostring.php" class="index">MongoDB\BSON\Timestamp::__toString</a> - Returns the string representation of this Timestamp</li>
<li><a href="mongodb-bson-timestampinterface.getincrement.php" class="index">MongoDB\BSON\TimestampInterface::getIncrement</a> - Returns the increment component of this TimestampInterface</li>
<li><a href="mongodb-bson-timestampinterface.gettimestamp.php" class="index">MongoDB\BSON\TimestampInterface::getTimestamp</a> - Returns the timestamp component of this TimestampInterface</li>
<li><a href="mongodb-bson-timestampinterface.tostring.php" class="index">MongoDB\BSON\TimestampInterface::__toString</a> - Returns the string representation of this TimestampInterface</li>
<li><a href="function.mongodb.bson-tocanonicalextendedjson.php" class="index">MongoDB\BSON\toCanonicalExtendedJSON</a> - Returns the Canonical Extended JSON representation of a BSON value</li>
<li><a href="function.mongodb.bson-tojson.php" class="index">MongoDB\BSON\toJSON</a> - Returns the Legacy Extended JSON representation of a BSON value</li>
<li><a href="function.mongodb.bson-tophp.php" class="index">MongoDB\BSON\toPHP</a> - Returns the PHP representation of a BSON value</li>
<li><a href="function.mongodb.bson-torelaxedextendedjson.php" class="index">MongoDB\BSON\toRelaxedExtendedJSON</a> - Returns the Relaxed Extended JSON representation of a BSON value</li>
<li><a href="mongodb-bson-undefined.jsonserialize.php" class="index">MongoDB\BSON\Undefined::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-undefined.construct.php" class="index">MongoDB\BSON\Undefined::__construct</a> - Construct a new Undefined (unused)</li>
<li><a href="mongodb-bson-undefined.tostring.php" class="index">MongoDB\BSON\Undefined::__toString</a> - Returns an empty string</li>
<li><a href="mongodb-bson-unserializable.bsonunserialize.php" class="index">MongoDB\BSON\Unserializable::bsonUnserialize</a> - Constructs the object from a BSON array or document</li>
<li><a href="mongodb-bson-utcdatetime.jsonserialize.php" class="index">MongoDB\BSON\UTCDateTime::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-utcdatetime.todatetime.php" class="index">MongoDB\BSON\UTCDateTime::toDateTime</a> - Returns the DateTime representation of this UTCDateTime</li>
<li><a href="mongodb-bson-utcdatetime.todatetimeimmutable.php" class="index">MongoDB\BSON\UTCDateTime::toDateTimeImmutable</a> - Returns the DateTimeImmutable representation of this UTCDateTime</li>
<li><a href="mongodb-bson-utcdatetime.construct.php" class="index">MongoDB\BSON\UTCDateTime::__construct</a> - Construct a new UTCDateTime</li>
<li><a href="mongodb-bson-utcdatetime.tostring.php" class="index">MongoDB\BSON\UTCDateTime::__toString</a> - Returns the string representation of this UTCDateTime</li>
<li><a href="mongodb-bson-utcdatetimeinterface.todatetime.php" class="index">MongoDB\BSON\UTCDateTimeInterface::toDateTime</a> - Returns the DateTime representation of this UTCDateTimeInterface</li>
<li><a href="mongodb-bson-utcdatetimeinterface.todatetimeimmutable.php" class="index">MongoDB\BSON\UTCDateTimeInterface::toDateTimeImmutable</a> - Returns the DateTimeImmutable representation of this UTCDateTimeInterface</li>
<li><a href="mongodb-bson-utcdatetimeinterface.tostring.php" class="index">MongoDB\BSON\UTCDateTimeInterface::__toString</a> - Returns the string representation of this UTCDateTimeInterface</li>
<li><a href="mongodb-driver-bulkwrite.count.php" class="index">MongoDB\Driver\BulkWrite::count</a> - Count number of write operations in the bulk</li>
<li><a href="mongodb-driver-bulkwrite.delete.php" class="index">MongoDB\Driver\BulkWrite::delete</a> - Add a delete operation to the bulk</li>
<li><a href="mongodb-driver-bulkwrite.insert.php" class="index">MongoDB\Driver\BulkWrite::insert</a> - Add an insert operation to the bulk</li>
<li><a href="mongodb-driver-bulkwrite.update.php" class="index">MongoDB\Driver\BulkWrite::update</a> - Add an update operation to the bulk</li>
<li><a href="mongodb-driver-bulkwrite.construct.php" class="index">MongoDB\Driver\BulkWrite::__construct</a> - Create a new BulkWrite</li>
<li><a href="mongodb-driver-bulkwritecommand.count.php" class="index">MongoDB\Driver\BulkWriteCommand::count</a> - Count number of write operations in the BulkWriteCommand</li>
<li><a href="mongodb-driver-bulkwritecommand.deletemany.php" class="index">MongoDB\Driver\BulkWriteCommand::deleteMany</a> - Add a deleteMany operation</li>
<li><a href="mongodb-driver-bulkwritecommand.deleteone.php" class="index">MongoDB\Driver\BulkWriteCommand::deleteOne</a> - Add a deleteOne operation</li>
<li><a href="mongodb-driver-bulkwritecommand.insertone.php" class="index">MongoDB\Driver\BulkWriteCommand::insertOne</a> - Add an insertOne operation</li>
<li><a href="mongodb-driver-bulkwritecommand.replaceone.php" class="index">MongoDB\Driver\BulkWriteCommand::replaceOne</a> - Add a replaceOne operation</li>
<li><a href="mongodb-driver-bulkwritecommand.updatemany.php" class="index">MongoDB\Driver\BulkWriteCommand::updateMany</a> - Add an updateMany operation</li>
<li><a href="mongodb-driver-bulkwritecommand.updateone.php" class="index">MongoDB\Driver\BulkWriteCommand::updateOne</a> - Add an updateOne operation</li>
<li><a href="mongodb-driver-bulkwritecommand.construct.php" class="index">MongoDB\Driver\BulkWriteCommand::__construct</a> - Create a new BulkWriteCommand</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getdeletedcount.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getDeletedCount</a> - Returns the number of documents deleted</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getdeleteresults.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getDeleteResults</a> - Returns verbose results for successful deletes</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getinsertedcount.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getInsertedCount</a> - Returns the number of documents inserted</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getinsertresults.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getInsertResults</a> - Returns verbose results for successful inserts</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getmatchedcount.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getMatchedCount</a> - Returns the number of documents selected for update</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getmodifiedcount.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getModifiedCount</a> - Returns the number of existing documents updated</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getupdateresults.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getUpdateResults</a> - Returns verbose results for successful updates</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getupsertedcount.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getUpsertedCount</a> - Returns the number of documents upserted</li>
<li><a href="mongodb-driver-bulkwritecommandresult.isacknowledged.php" class="index">MongoDB\Driver\BulkWriteCommandResult::isAcknowledged</a> - Returns whether the write was acknowledged</li>
<li><a href="mongodb-driver-clientencryption.addkeyaltname.php" class="index">MongoDB\Driver\ClientEncryption::addKeyAltName</a> - Adds an alternate name to a key document</li>
<li><a href="mongodb-driver-clientencryption.createdatakey.php" class="index">MongoDB\Driver\ClientEncryption::createDataKey</a> - Creates a key document</li>
<li><a href="mongodb-driver-clientencryption.decrypt.php" class="index">MongoDB\Driver\ClientEncryption::decrypt</a> - Decrypt a value</li>
<li><a href="mongodb-driver-clientencryption.deletekey.php" class="index">MongoDB\Driver\ClientEncryption::deleteKey</a> - Deletes a key document</li>
<li><a href="mongodb-driver-clientencryption.encrypt.php" class="index">MongoDB\Driver\ClientEncryption::encrypt</a> - Encrypt a value</li>
<li><a href="mongodb-driver-clientencryption.encryptexpression.php" class="index">MongoDB\Driver\ClientEncryption::encryptExpression</a> - Encrypts a match or aggregate expression</li>
<li><a href="mongodb-driver-clientencryption.getkey.php" class="index">MongoDB\Driver\ClientEncryption::getKey</a> - Gets a key document</li>
<li><a href="mongodb-driver-clientencryption.getkeybyaltname.php" class="index">MongoDB\Driver\ClientEncryption::getKeyByAltName</a> - Gets a key document by an alternate name</li>
<li><a href="mongodb-driver-clientencryption.getkeys.php" class="index">MongoDB\Driver\ClientEncryption::getKeys</a> - Gets all key documents</li>
<li><a href="mongodb-driver-clientencryption.removekeyaltname.php" class="index">MongoDB\Driver\ClientEncryption::removeKeyAltName</a> - Removes an alternate name from a key document</li>
<li><a href="mongodb-driver-clientencryption.rewrapmanydatakey.php" class="index">MongoDB\Driver\ClientEncryption::rewrapManyDataKey</a> - Rewraps data keys</li>
<li><a href="mongodb-driver-clientencryption.construct.php" class="index">MongoDB\Driver\ClientEncryption::__construct</a> - Create a new ClientEncryption object</li>
<li><a href="mongodb-driver-command.construct.php" class="index">MongoDB\Driver\Command::__construct</a> - Create a new Command</li>
<li><a href="mongodb-driver-cursor.current.php" class="index">MongoDB\Driver\Cursor::current</a> - Returns the current element</li>
<li><a href="mongodb-driver-cursor.getid.php" class="index">MongoDB\Driver\Cursor::getId</a> - Returns the ID for this cursor</li>
<li><a href="mongodb-driver-cursor.getserver.php" class="index">MongoDB\Driver\Cursor::getServer</a> - Returns the server associated with this cursor</li>
<li><a href="mongodb-driver-cursor.isdead.php" class="index">MongoDB\Driver\Cursor::isDead</a> - Checks if the cursor is exhausted or may have additional results</li>
<li><a href="mongodb-driver-cursor.key.php" class="index">MongoDB\Driver\Cursor::key</a> - Returns the current result's index within the cursor</li>
<li><a href="mongodb-driver-cursor.next.php" class="index">MongoDB\Driver\Cursor::next</a> - Advances the cursor to the next result</li>
<li><a href="mongodb-driver-cursor.rewind.php" class="index">MongoDB\Driver\Cursor::rewind</a> - Rewind the cursor to the first result</li>
<li><a href="mongodb-driver-cursor.settypemap.php" class="index">MongoDB\Driver\Cursor::setTypeMap</a> - Sets a type map to use for BSON unserialization</li>
<li><a href="mongodb-driver-cursor.toarray.php" class="index">MongoDB\Driver\Cursor::toArray</a> - Returns an array containing all results for this cursor</li>
<li><a href="mongodb-driver-cursor.valid.php" class="index">MongoDB\Driver\Cursor::valid</a> - Checks if the current position in the cursor is valid</li>
<li><a href="mongodb-driver-cursor.construct.php" class="index">MongoDB\Driver\Cursor::__construct</a> - Create a new Cursor (not used)</li>
<li><a href="mongodb-driver-cursorid.construct.php" class="index">MongoDB\Driver\CursorId::__construct</a> - Create a new CursorId (not used)</li>
<li><a href="mongodb-driver-cursorid.tostring.php" class="index">MongoDB\Driver\CursorId::__toString</a> - String representation of the cursor ID</li>
<li><a href="mongodb-driver-cursorinterface.getid.php" class="index">MongoDB\Driver\CursorInterface::getId</a> - Returns the ID for this cursor</li>
<li><a href="mongodb-driver-cursorinterface.getserver.php" class="index">MongoDB\Driver\CursorInterface::getServer</a> - Returns the server associated with this cursor</li>
<li><a href="mongodb-driver-cursorinterface.isdead.php" class="index">MongoDB\Driver\CursorInterface::isDead</a> - Checks if the cursor may have additional results</li>
<li><a href="mongodb-driver-cursorinterface.settypemap.php" class="index">MongoDB\Driver\CursorInterface::setTypeMap</a> - Sets a type map to use for BSON unserialization</li>
<li><a href="mongodb-driver-cursorinterface.toarray.php" class="index">MongoDB\Driver\CursorInterface::toArray</a> - Returns an array containing all results for this cursor</li>
<li><a href="mongodb-driver-bulkwritecommandexception.geterrorreply.php" class="index">MongoDB\Driver\Exception\BulkWriteCommandException::getErrorReply</a> - Returns any top-level command error</li>
<li><a href="mongodb-driver-bulkwritecommandexception.getpartialresult.php" class="index">MongoDB\Driver\Exception\BulkWriteCommandException::getPartialResult</a> - Returns the result of any successful write operations</li>
<li><a href="mongodb-driver-bulkwritecommandexception.getwriteconcernerrors.php" class="index">MongoDB\Driver\Exception\BulkWriteCommandException::getWriteConcernErrors</a> - Returns any write concern errors</li>
<li><a href="mongodb-driver-bulkwritecommandexception.getwriteerrors.php" class="index">MongoDB\Driver\Exception\BulkWriteCommandException::getWriteErrors</a> - Returns any write errors</li>
<li><a href="mongodb-driver-bulkwriteexception.getwriteresult.php" class="index">MongoDB\Driver\Exception\BulkWriteException::getWriteResult</a> - Returns the WriteResult for the failed write operation</li>
<li><a href="mongodb-driver-commandexception.getresultdocument.php" class="index">MongoDB\Driver\Exception\CommandException::getResultDocument</a> - Returns the result document for the failed command</li>
<li><a href="mongodb-driver-runtimeexception.haserrorlabel.php" class="index">MongoDB\Driver\Exception\RuntimeException::hasErrorLabel</a> - Returns whether an error label is associated with an exception</li>
<li><a href="mongodb-driver-writeexception.getwriteresult.php" class="index">MongoDB\Driver\Exception\WriteException::getWriteResult</a> - Returns the WriteResult for the failed write operation</li>
<li><a href="mongodb-driver-manager.addsubscriber.php" class="index">MongoDB\Driver\Manager::addSubscriber</a> - Registers a monitoring event subscriber with this Manager</li>
<li><a href="mongodb-driver-manager.createclientencryption.php" class="index">MongoDB\Driver\Manager::createClientEncryption</a> - Create a new ClientEncryption object</li>
<li><a href="mongodb-driver-manager.executebulkwrite.php" class="index">MongoDB\Driver\Manager::executeBulkWrite</a> - Execute one or more write operations</li>
<li><a href="mongodb-driver-manager.executebulkwritecommand.php" class="index">MongoDB\Driver\Manager::executeBulkWriteCommand</a> - Execute write operations using the bulkWrite command</li>
<li><a href="mongodb-driver-manager.executecommand.php" class="index">MongoDB\Driver\Manager::executeCommand</a> - Execute a database command</li>
<li><a href="mongodb-driver-manager.executequery.php" class="index">MongoDB\Driver\Manager::executeQuery</a> - Execute a database query</li>
<li><a href="mongodb-driver-manager.executereadcommand.php" class="index">MongoDB\Driver\Manager::executeReadCommand</a> - Execute a database command that reads</li>
<li><a href="mongodb-driver-manager.executereadwritecommand.php" class="index">MongoDB\Driver\Manager::executeReadWriteCommand</a> - Execute a database command that reads and writes</li>
<li><a href="mongodb-driver-manager.executewritecommand.php" class="index">MongoDB\Driver\Manager::executeWriteCommand</a> - Execute a database command that writes</li>
<li><a href="mongodb-driver-manager.getencryptedfieldsmap.php" class="index">MongoDB\Driver\Manager::getEncryptedFieldsMap</a> - Return the encryptedFieldsMap auto encryption option for the Manager</li>
<li><a href="mongodb-driver-manager.getreadconcern.php" class="index">MongoDB\Driver\Manager::getReadConcern</a> - Return the ReadConcern for the Manager</li>
<li><a href="mongodb-driver-manager.getreadpreference.php" class="index">MongoDB\Driver\Manager::getReadPreference</a> - Return the ReadPreference for the Manager</li>
<li><a href="mongodb-driver-manager.getservers.php" class="index">MongoDB\Driver\Manager::getServers</a> - Return the servers to which this manager is connected</li>
<li><a href="mongodb-driver-manager.getwriteconcern.php" class="index">MongoDB\Driver\Manager::getWriteConcern</a> - Return the WriteConcern for the Manager</li>
<li><a href="mongodb-driver-manager.removesubscriber.php" class="index">MongoDB\Driver\Manager::removeSubscriber</a> - Unregisters a monitoring event subscriber with this Manager</li>
<li><a href="mongodb-driver-manager.selectserver.php" class="index">MongoDB\Driver\Manager::selectServer</a> - Select a server matching a read preference</li>
<li><a href="mongodb-driver-manager.startsession.php" class="index">MongoDB\Driver\Manager::startSession</a> - Start a new client session for use with this client</li>
<li><a href="mongodb-driver-manager.construct.php" class="index">MongoDB\Driver\Manager::__construct</a> - Create new MongoDB Manager</li>
<li><a href="function.mongodb.driver.monitoring.addsubscriber.php" class="index">MongoDB\Driver\Monitoring\addSubscriber</a> - Registers a monitoring event subscriber globally</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getcommandname.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getCommandName</a> - Returns the command name</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getdatabasename.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getDatabaseName</a> - Returns the database on which the command was executed</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getdurationmicros.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getDurationMicros</a> - Returns the command's duration in microseconds</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.geterror.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getError</a> - Returns the Exception associated with the failed command</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.gethost.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getHost</a> - Returns the server hostname for the command</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getoperationid.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationId</a> - Returns the command's operation ID</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getport.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getPort</a> - Returns the server port for the command</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getreply.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getReply</a> - Returns the command reply document</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getrequestid.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getRequestId</a> - Returns the command's request ID</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getserver.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getServer</a> - Returns the Server on which the command was executed</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getserverconnectionid.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getServerConnectionId</a> - Returns the server connection ID for the command</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getserviceid.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getServiceId</a> - Returns the load balancer service ID for the command</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getcommand.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getCommand</a> - Returns the command document</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getcommandname.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getCommandName</a> - Returns the command name</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getdatabasename.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getDatabaseName</a> - Returns the database on which the command was executed</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.gethost.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getHost</a> - Returns the server hostname for the command</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getoperationid.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getOperationId</a> - Returns the command's operation ID</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getport.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getPort</a> - Returns the server port for the command</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getrequestid.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getRequestId</a> - Returns the command's request ID</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getserver.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getServer</a> - Returns the Server on which the command was executed</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getserverconnectionid.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getServerConnectionId</a> - Returns the server connection ID for the command</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getserviceid.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getServiceId</a> - Returns the load balancer service ID for the command</li>
<li><a href="mongodb-driver-monitoring-commandsubscriber.commandfailed.php" class="index">MongoDB\Driver\Monitoring\CommandSubscriber::commandFailed</a> - Notification method for a failed command</li>
<li><a href="mongodb-driver-monitoring-commandsubscriber.commandstarted.php" class="index">MongoDB\Driver\Monitoring\CommandSubscriber::commandStarted</a> - Notification method for a started command</li>
<li><a href="mongodb-driver-monitoring-commandsubscriber.commandsucceeded.php" class="index">MongoDB\Driver\Monitoring\CommandSubscriber::commandSucceeded</a> - Notification method for a successful command</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getcommandname.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getCommandName</a> - Returns the command name</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getdatabasename.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getDatabaseName</a> - Returns the database on which the command was executed</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getdurationmicros.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getDurationMicros</a> - Returns the command's duration in microseconds</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.gethost.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getHost</a> - Returns the server hostname for the command</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getoperationid.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getOperationId</a> - Returns the command's operation ID</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getport.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getPort</a> - Returns the server port for the command</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getreply.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getReply</a> - Returns the command reply document</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getrequestid.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getRequestId</a> - Returns the command's request ID</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getserver.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getServer</a> - Returns the Server on which the command was executed</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getserverconnectionid.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getServerConnectionId</a> - Returns the server connection ID for the command</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getserviceid.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getServiceId</a> - Returns the load balancer service ID for the command</li>
<li><a href="mongodb-driver-monitoring-logsubscriber.log.php" class="index">MongoDB\Driver\Monitoring\LogSubscriber::log</a> - Notification method for a log message</li>
<li><a href="function.mongodb.driver.monitoring.removesubscriber.php" class="index">MongoDB\Driver\Monitoring\removeSubscriber</a> - Unregisters a monitoring event subscriber globally</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.serverchanged.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::serverChanged</a> - Notification method for a server description change</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.serverclosed.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::serverClosed</a> - Notification method for closing a server</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.serverheartbeatfailed.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::serverHeartbeatFailed</a> - Notification method for a failed server heartbeat</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.serverheartbeatstarted.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::serverHeartbeatStarted</a> - Notification method for a started server heartbeat</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.serverheartbeatsucceeded.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::serverHeartbeatSucceeded</a> - Notification method for a successful server heartbeat</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.serveropening.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::serverOpening</a> - Notification method for opening a server</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.topologychanged.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::topologyChanged</a> - Notification method for a topology description change</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.topologyclosed.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::topologyClosed</a> - Notification method for closing the topology</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.topologyopening.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::topologyOpening</a> - Notification method for opening the topology</li>
<li><a href="mongodb-driver-monitoring-serverchangedevent.gethost.php" class="index">MongoDB\Driver\Monitoring\ServerChangedEvent::getHost</a> - Returns the hostname of the server</li>
<li><a href="mongodb-driver-monitoring-serverchangedevent.getnewdescription.php" class="index">MongoDB\Driver\Monitoring\ServerChangedEvent::getNewDescription</a> - Returns the new description for the server</li>
<li><a href="mongodb-driver-monitoring-serverchangedevent.getport.php" class="index">MongoDB\Driver\Monitoring\ServerChangedEvent::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-monitoring-serverchangedevent.getpreviousdescription.php" class="index">MongoDB\Driver\Monitoring\ServerChangedEvent::getPreviousDescription</a> - Returns the previous description for the server</li>
<li><a href="mongodb-driver-monitoring-serverchangedevent.gettopologyid.php" class="index">MongoDB\Driver\Monitoring\ServerChangedEvent::getTopologyId</a> - Returns the topology ID associated with this server</li>
<li><a href="mongodb-driver-monitoring-serverclosedevent.gethost.php" class="index">MongoDB\Driver\Monitoring\ServerClosedEvent::getHost</a> - Returns the hostname of the server</li>
<li><a href="mongodb-driver-monitoring-serverclosedevent.getport.php" class="index">MongoDB\Driver\Monitoring\ServerClosedEvent::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-monitoring-serverclosedevent.gettopologyid.php" class="index">MongoDB\Driver\Monitoring\ServerClosedEvent::getTopologyId</a> - Returns the topology ID associated with this server</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatfailedevent.getdurationmicros.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getDurationMicros</a> - Returns the heartbeat's duration in microseconds</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatfailedevent.geterror.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getError</a> - Returns the Exception associated with the failed heartbeat</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatfailedevent.gethost.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getHost</a> - Returns the hostname of the server</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatfailedevent.getport.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatfailedevent.isawaited.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::isAwaited</a> - Returns whether the heartbeat used a streaming protocol</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatstartedevent.gethost.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent::getHost</a> - Returns the hostname of the server</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatstartedevent.getport.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatstartedevent.isawaited.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent::isAwaited</a> - Returns whether the heartbeat used a streaming protocol</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatsucceededevent.getdurationmicros.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::getDurationMicros</a> - Returns the heartbeat's duration in microseconds</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatsucceededevent.gethost.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::getHost</a> - Returns the hostname of the server</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatsucceededevent.getport.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatsucceededevent.getreply.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::getReply</a> - Returns the heartbeat reply document</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatsucceededevent.isawaited.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::isAwaited</a> - Returns whether the heartbeat used a streaming protocol</li>
<li><a href="mongodb-driver-monitoring-serveropeningevent.gethost.php" class="index">MongoDB\Driver\Monitoring\ServerOpeningEvent::getHost</a> - Returns the hostname of the server</li>
<li><a href="mongodb-driver-monitoring-serveropeningevent.getport.php" class="index">MongoDB\Driver\Monitoring\ServerOpeningEvent::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-monitoring-serveropeningevent.gettopologyid.php" class="index">MongoDB\Driver\Monitoring\ServerOpeningEvent::getTopologyId</a> - Returns the topology ID associated with this server</li>
<li><a href="mongodb-driver-monitoring-topologychangedevent.getnewdescription.php" class="index">MongoDB\Driver\Monitoring\TopologyChangedEvent::getNewDescription</a> - Returns the new description for the topology</li>
<li><a href="mongodb-driver-monitoring-topologychangedevent.getpreviousdescription.php" class="index">MongoDB\Driver\Monitoring\TopologyChangedEvent::getPreviousDescription</a> - Returns the previous description for the topology</li>
<li><a href="mongodb-driver-monitoring-topologychangedevent.gettopologyid.php" class="index">MongoDB\Driver\Monitoring\TopologyChangedEvent::getTopologyId</a> - Returns the topology ID</li>
<li><a href="mongodb-driver-monitoring-topologyclosedevent.gettopologyid.php" class="index">MongoDB\Driver\Monitoring\TopologyClosedEvent::getTopologyId</a> - Returns the topology ID</li>
<li><a href="mongodb-driver-monitoring-topologyopeningevent.gettopologyid.php" class="index">MongoDB\Driver\Monitoring\TopologyOpeningEvent::getTopologyId</a> - Returns the topology ID</li>
<li><a href="mongodb-driver-query.construct.php" class="index">MongoDB\Driver\Query::__construct</a> - Create a new Query</li>
<li><a href="mongodb-driver-readconcern.bsonserialize.php" class="index">MongoDB\Driver\ReadConcern::bsonSerialize</a> - Returns an object for BSON serialization</li>
<li><a href="mongodb-driver-readconcern.getlevel.php" class="index">MongoDB\Driver\ReadConcern::getLevel</a> - Returns the ReadConcern's &quot;level&quot; option</li>
<li><a href="mongodb-driver-readconcern.isdefault.php" class="index">MongoDB\Driver\ReadConcern::isDefault</a> - Checks if this is the default read concern</li>
<li><a href="mongodb-driver-readconcern.construct.php" class="index">MongoDB\Driver\ReadConcern::__construct</a> - Create a new ReadConcern</li>
<li><a href="mongodb-driver-readpreference.bsonserialize.php" class="index">MongoDB\Driver\ReadPreference::bsonSerialize</a> - Returns an object for BSON serialization</li>
<li><a href="mongodb-driver-readpreference.gethedge.php" class="index">MongoDB\Driver\ReadPreference::getHedge</a> - Returns the ReadPreference's &quot;hedge&quot; option</li>
<li><a href="mongodb-driver-readpreference.getmaxstalenessseconds.php" class="index">MongoDB\Driver\ReadPreference::getMaxStalenessSeconds</a> - Returns the ReadPreference's &quot;maxStalenessSeconds&quot; option</li>
<li><a href="mongodb-driver-readpreference.getmode.php" class="index">MongoDB\Driver\ReadPreference::getMode</a> - Returns the ReadPreference's &quot;mode&quot; option</li>
<li><a href="mongodb-driver-readpreference.getmodestring.php" class="index">MongoDB\Driver\ReadPreference::getModeString</a> - Returns the ReadPreference's &quot;mode&quot; option</li>
<li><a href="mongodb-driver-readpreference.gettagsets.php" class="index">MongoDB\Driver\ReadPreference::getTagSets</a> - Returns the ReadPreference's &quot;tagSets&quot; option</li>
<li><a href="mongodb-driver-readpreference.construct.php" class="index">MongoDB\Driver\ReadPreference::__construct</a> - Create a new ReadPreference</li>
<li><a href="mongodb-driver-server.executebulkwrite.php" class="index">MongoDB\Driver\Server::executeBulkWrite</a> - Execute one or more write operations on this server</li>
<li><a href="mongodb-driver-server.executebulkwritecommand.php" class="index">MongoDB\Driver\Server::executeBulkWriteCommand</a> - Execute write operations on this server using the bulkWrite command</li>
<li><a href="mongodb-driver-server.executecommand.php" class="index">MongoDB\Driver\Server::executeCommand</a> - Execute a database command on this server</li>
<li><a href="mongodb-driver-server.executequery.php" class="index">MongoDB\Driver\Server::executeQuery</a> - Execute a database query on this server</li>
<li><a href="mongodb-driver-server.executereadcommand.php" class="index">MongoDB\Driver\Server::executeReadCommand</a> - Execute a database command that reads on this server</li>
<li><a href="mongodb-driver-server.executereadwritecommand.php" class="index">MongoDB\Driver\Server::executeReadWriteCommand</a> - Execute a database command that reads and writes on this server</li>
<li><a href="mongodb-driver-server.executewritecommand.php" class="index">MongoDB\Driver\Server::executeWriteCommand</a> - Execute a database command that writes on this server</li>
<li><a href="mongodb-driver-server.gethost.php" class="index">MongoDB\Driver\Server::getHost</a> - Returns the hostname of this server</li>
<li><a href="mongodb-driver-server.getinfo.php" class="index">MongoDB\Driver\Server::getInfo</a> - Returns an array of information describing this server</li>
<li><a href="mongodb-driver-server.getlatency.php" class="index">MongoDB\Driver\Server::getLatency</a> - Returns the latency of this server in milliseconds</li>
<li><a href="mongodb-driver-server.getport.php" class="index">MongoDB\Driver\Server::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-server.getserverdescription.php" class="index">MongoDB\Driver\Server::getServerDescription</a> - Returns a ServerDescription for this server</li>
<li><a href="mongodb-driver-server.gettags.php" class="index">MongoDB\Driver\Server::getTags</a> - Returns an array of tags describing this server in a replica set</li>
<li><a href="mongodb-driver-server.gettype.php" class="index">MongoDB\Driver\Server::getType</a> - Returns an integer denoting the type of this server</li>
<li><a href="mongodb-driver-server.isarbiter.php" class="index">MongoDB\Driver\Server::isArbiter</a> - Checks if this server is an arbiter member of a replica set</li>
<li><a href="mongodb-driver-server.ishidden.php" class="index">MongoDB\Driver\Server::isHidden</a> - Checks if this server is a hidden member of a replica set</li>
<li><a href="mongodb-driver-server.ispassive.php" class="index">MongoDB\Driver\Server::isPassive</a> - Checks if this server is a passive member of a replica set</li>
<li><a href="mongodb-driver-server.isprimary.php" class="index">MongoDB\Driver\Server::isPrimary</a> - Checks if this server is a primary member of a replica set</li>
<li><a href="mongodb-driver-server.issecondary.php" class="index">MongoDB\Driver\Server::isSecondary</a> - Checks if this server is a secondary member of a replica set</li>
<li><a href="mongodb-driver-server.construct.php" class="index">MongoDB\Driver\Server::__construct</a> - Create a new Server (not used)</li>
<li><a href="mongodb-driver-serverapi.bsonserialize.php" class="index">MongoDB\Driver\ServerApi::bsonSerialize</a> - Returns an object for BSON serialization</li>
<li><a href="mongodb-driver-serverapi.construct.php" class="index">MongoDB\Driver\ServerApi::__construct</a> - Create a new ServerApi instance</li>
<li><a href="mongodb-driver-serverdescription.gethelloresponse.php" class="index">MongoDB\Driver\ServerDescription::getHelloResponse</a> - Returns the server's most recent &quot;hello&quot; response</li>
<li><a href="mongodb-driver-serverdescription.gethost.php" class="index">MongoDB\Driver\ServerDescription::getHost</a> - Returns the hostname of this server</li>
<li><a href="mongodb-driver-serverdescription.getlastupdatetime.php" class="index">MongoDB\Driver\ServerDescription::getLastUpdateTime</a> - Returns the server's last update time in microseconds</li>
<li><a href="mongodb-driver-serverdescription.getport.php" class="index">MongoDB\Driver\ServerDescription::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-serverdescription.getroundtriptime.php" class="index">MongoDB\Driver\ServerDescription::getRoundTripTime</a> - Returns the server's round trip time in milliseconds</li>
<li><a href="mongodb-driver-serverdescription.gettype.php" class="index">MongoDB\Driver\ServerDescription::getType</a> - Returns a string denoting the type of this server</li>
<li><a href="mongodb-driver-session.aborttransaction.php" class="index">MongoDB\Driver\Session::abortTransaction</a> - Aborts a transaction</li>
<li><a href="mongodb-driver-session.advanceclustertime.php" class="index">MongoDB\Driver\Session::advanceClusterTime</a> - Advances the cluster time for this session</li>
<li><a href="mongodb-driver-session.advanceoperationtime.php" class="index">MongoDB\Driver\Session::advanceOperationTime</a> - Advances the operation time for this session</li>
<li><a href="mongodb-driver-session.committransaction.php" class="index">MongoDB\Driver\Session::commitTransaction</a> - Commits a transaction</li>
<li><a href="mongodb-driver-session.endsession.php" class="index">MongoDB\Driver\Session::endSession</a> - Terminates a session</li>
<li><a href="mongodb-driver-session.getclustertime.php" class="index">MongoDB\Driver\Session::getClusterTime</a> - Returns the cluster time for this session</li>
<li><a href="mongodb-driver-session.getlogicalsessionid.php" class="index">MongoDB\Driver\Session::getLogicalSessionId</a> - Returns the logical session ID for this session</li>
<li><a href="mongodb-driver-session.getoperationtime.php" class="index">MongoDB\Driver\Session::getOperationTime</a> - Returns the operation time for this session</li>
<li><a href="mongodb-driver-session.getserver.php" class="index">MongoDB\Driver\Session::getServer</a> - Returns the server to which this session is pinned</li>
<li><a href="mongodb-driver-session.gettransactionoptions.php" class="index">MongoDB\Driver\Session::getTransactionOptions</a> - Returns options for the currently running transaction</li>
<li><a href="mongodb-driver-session.gettransactionstate.php" class="index">MongoDB\Driver\Session::getTransactionState</a> - Returns the current transaction state for this session</li>
<li><a href="mongodb-driver-session.isdirty.php" class="index">MongoDB\Driver\Session::isDirty</a> - Returns whether the session has been marked as dirty</li>
<li><a href="mongodb-driver-session.isintransaction.php" class="index">MongoDB\Driver\Session::isInTransaction</a> - Returns whether a multi-document transaction is in progress</li>
<li><a href="mongodb-driver-session.starttransaction.php" class="index">MongoDB\Driver\Session::startTransaction</a> - Starts a transaction</li>
<li><a href="mongodb-driver-session.construct.php" class="index">MongoDB\Driver\Session::__construct</a> - Create a new Session (not used)</li>
<li><a href="mongodb-driver-topologydescription.getservers.php" class="index">MongoDB\Driver\TopologyDescription::getServers</a> - Returns the servers in the topology</li>
<li><a href="mongodb-driver-topologydescription.gettype.php" class="index">MongoDB\Driver\TopologyDescription::getType</a> - Returns a string denoting the type of this topology</li>
<li><a href="mongodb-driver-topologydescription.hasreadableserver.php" class="index">MongoDB\Driver\TopologyDescription::hasReadableServer</a> - Returns whether the topology has a readable server</li>
<li><a href="mongodb-driver-topologydescription.haswritableserver.php" class="index">MongoDB\Driver\TopologyDescription::hasWritableServer</a> - Returns whether the topology has a writable server</li>
<li><a href="mongodb-driver-writeconcern.bsonserialize.php" class="index">MongoDB\Driver\WriteConcern::bsonSerialize</a> - Returns an object for BSON serialization</li>
<li><a href="mongodb-driver-writeconcern.getjournal.php" class="index">MongoDB\Driver\WriteConcern::getJournal</a> - Returns the WriteConcern's &quot;journal&quot; option</li>
<li><a href="mongodb-driver-writeconcern.getw.php" class="index">MongoDB\Driver\WriteConcern::getW</a> - Returns the WriteConcern's &quot;w&quot; option</li>
<li><a href="mongodb-driver-writeconcern.getwtimeout.php" class="index">MongoDB\Driver\WriteConcern::getWtimeout</a> - Returns the WriteConcern's &quot;wtimeout&quot; option</li>
<li><a href="mongodb-driver-writeconcern.isdefault.php" class="index">MongoDB\Driver\WriteConcern::isDefault</a> - Checks if this is the default write concern</li>
<li><a href="mongodb-driver-writeconcern.construct.php" class="index">MongoDB\Driver\WriteConcern::__construct</a> - Create a new WriteConcern</li>
<li><a href="mongodb-driver-writeconcernerror.getcode.php" class="index">MongoDB\Driver\WriteConcernError::getCode</a> - Returns the WriteConcernError's error code</li>
<li><a href="mongodb-driver-writeconcernerror.getinfo.php" class="index">MongoDB\Driver\WriteConcernError::getInfo</a> - Returns metadata document for the WriteConcernError</li>
<li><a href="mongodb-driver-writeconcernerror.getmessage.php" class="index">MongoDB\Driver\WriteConcernError::getMessage</a> - Returns the WriteConcernError's error message</li>
<li><a href="mongodb-driver-writeerror.getcode.php" class="index">MongoDB\Driver\WriteError::getCode</a> - Returns the WriteError's error code</li>
<li><a href="mongodb-driver-writeerror.getindex.php" class="index">MongoDB\Driver\WriteError::getIndex</a> - Returns the index of the write operation corresponding to this WriteError</li>
<li><a href="mongodb-driver-writeerror.getinfo.php" class="index">MongoDB\Driver\WriteError::getInfo</a> - Returns metadata document for the WriteError</li>
<li><a href="mongodb-driver-writeerror.getmessage.php" class="index">MongoDB\Driver\WriteError::getMessage</a> - Returns the WriteError's error message</li>
<li><a href="mongodb-driver-writeresult.getdeletedcount.php" class="index">MongoDB\Driver\WriteResult::getDeletedCount</a> - Returns the number of documents deleted</li>
<li><a href="mongodb-driver-writeresult.getinsertedcount.php" class="index">MongoDB\Driver\WriteResult::getInsertedCount</a> - Returns the number of documents inserted (excluding upserts)</li>
<li><a href="mongodb-driver-writeresult.getmatchedcount.php" class="index">MongoDB\Driver\WriteResult::getMatchedCount</a> - Returns the number of documents selected for update</li>
<li><a href="mongodb-driver-writeresult.getmodifiedcount.php" class="index">MongoDB\Driver\WriteResult::getModifiedCount</a> - Returns the number of existing documents updated</li>
<li><a href="mongodb-driver-writeresult.getserver.php" class="index">MongoDB\Driver\WriteResult::getServer</a> - Returns the server associated with this write result</li>
<li><a href="mongodb-driver-writeresult.getupsertedcount.php" class="index">MongoDB\Driver\WriteResult::getUpsertedCount</a> - Returns the number of documents inserted by an upsert</li>
<li><a href="mongodb-driver-writeresult.getupsertedids.php" class="index">MongoDB\Driver\WriteResult::getUpsertedIds</a> - Returns an array of identifiers for upserted documents</li>
<li><a href="mongodb-driver-writeresult.getwriteconcernerror.php" class="index">MongoDB\Driver\WriteResult::getWriteConcernError</a> - Returns any write concern error that occurred</li>
<li><a href="mongodb-driver-writeresult.getwriteerrors.php" class="index">MongoDB\Driver\WriteResult::getWriteErrors</a> - Returns any write errors that occurred</li>
<li><a href="mongodb-driver-writeresult.isacknowledged.php" class="index">MongoDB\Driver\WriteResult::isAcknowledged</a> - Returns whether the write was acknowledged</li>
<li><a href="function.move-uploaded-file.php" class="index">move_uploaded_file</a> - アップロードされたファイルを新しい位置に移動する</li>
<li><a href="function.mqseries-back.php" class="index">mqseries_back</a> - MQSeries MQBACK</li>
<li><a href="function.mqseries-begin.php" class="index">mqseries_begin</a> - MQseries MQBEGIN</li>
<li><a href="function.mqseries-close.php" class="index">mqseries_close</a> - MQSeries MQCLOSE</li>
<li><a href="function.mqseries-cmit.php" class="index">mqseries_cmit</a> - MQSeries MQCMIT</li>
<li><a href="function.mqseries-conn.php" class="index">mqseries_conn</a> - MQSeries MQCONN</li>
<li><a href="function.mqseries-connx.php" class="index">mqseries_connx</a> - MQSeries MQCONNX</li>
<li><a href="function.mqseries-disc.php" class="index">mqseries_disc</a> - MQSeries MQDISC</li>
<li><a href="function.mqseries-get.php" class="index">mqseries_get</a> - MQSeries MQGET</li>
<li><a href="function.mqseries-inq.php" class="index">mqseries_inq</a> - MQSeries MQINQ</li>
<li><a href="function.mqseries-open.php" class="index">mqseries_open</a> - MQSeries MQOPEN</li>
<li><a href="function.mqseries-put.php" class="index">mqseries_put</a> - MQSeries MQPUT</li>
<li><a href="function.mqseries-put1.php" class="index">mqseries_put1</a> - MQSeries MQPUT1</li>
<li><a href="function.mqseries-set.php" class="index">mqseries_set</a> - MQSeries MQSET</li>
<li><a href="function.mqseries-strerror.php" class="index">mqseries_strerror</a> - 結果コード (MQRC) に対応するエラーメッセージを返す</li>
<li><a href="function.msg-get-queue.php" class="index">msg_get_queue</a> - メッセージキューを作成またはそれにアタッチする</li>
<li><a href="function.msg-queue-exists.php" class="index">msg_queue_exists</a> - メッセージキューが存在するかどうかを調べる</li>
<li><a href="function.msg-receive.php" class="index">msg_receive</a> - メッセージキューからメッセージを受信する</li>
<li><a href="function.msg-remove-queue.php" class="index">msg_remove_queue</a> - メッセージキューを破棄する</li>
<li><a href="function.msg-send.php" class="index">msg_send</a> - メッセージキューにメッセージを送信する</li>
<li><a href="function.msg-set-queue.php" class="index">msg_set_queue</a> - メッセージキューデータ構造体の情報を設定する</li>
<li><a href="function.msg-stat-queue.php" class="index">msg_stat_queue</a> - メッセージキューデータ構造体の情報を返す</li>
<li><a href="function.mt-getrandmax.php" class="index">mt_getrandmax</a> - 乱数値の最大値を表示する</li>
<li><a href="function.mt-rand.php" class="index">mt_rand</a> - メルセンヌ・ツイスター乱数生成器を介して乱数値を生成する</li>
<li><a href="function.mt-srand.php" class="index">mt_srand</a> - メルセンヌ・ツイスター乱数生成器にシードを指定する</li>
<li><a href="multipleiterator.attachiterator.php" class="index">MultipleIterator::attachIterator</a> - イテレータの情報をアタッチする</li>
<li><a href="multipleiterator.containsiterator.php" class="index">MultipleIterator::containsIterator</a> - イテレータがアタッチされているかどうかを調べる</li>
<li><a href="multipleiterator.countiterators.php" class="index">MultipleIterator::countIterators</a> - アタッチされているイテレータインスタンスの数を取得する</li>
<li><a href="multipleiterator.current.php" class="index">MultipleIterator::current</a> - 登録されているイテレータインスタンスを取得する</li>
<li><a href="multipleiterator.detachiterator.php" class="index">MultipleIterator::detachIterator</a> - イテレータをデタッチする</li>
<li><a href="multipleiterator.getflags.php" class="index">MultipleIterator::getFlags</a> - フラグの情報を取得する</li>
<li><a href="multipleiterator.key.php" class="index">MultipleIterator::key</a> - 登録されているイテレータインスタンスを取得する</li>
<li><a href="multipleiterator.next.php" class="index">MultipleIterator::next</a> - アタッチしているすべてのイテレータインスタンスを次に移動させる</li>
<li><a href="multipleiterator.rewind.php" class="index">MultipleIterator::rewind</a> - アタッチしているすべてのイテレータインスタンスを巻き戻す</li>
<li><a href="multipleiterator.setflags.php" class="index">MultipleIterator::setFlags</a> - フラグを設定する</li>
<li><a href="multipleiterator.valid.php" class="index">MultipleIterator::valid</a> - サブイテレータの有効性を調べる</li>
<li><a href="multipleiterator.construct.php" class="index">MultipleIterator::__construct</a> - 新しい MultipleIterator を作成する</li>
<li><a href="mysqli.affected-rows.php" class="index">mysqli::$affected_rows</a> - 直前の MySQL の操作で変更された行の数を得る</li>
<li><a href="mysqli.get-client-info.php" class="index">mysqli::$client_info</a> - MySQL クライアント情報を取得する</li>
<li><a href="mysqli.get-client-version.php" class="index">mysqli::$client_version</a> - MySQL クライアントのバージョンを整数値で返す</li>
<li><a href="mysqli.connect-errno.php" class="index">mysqli::$connect_errno</a> - 直近の接続コールに関するエラーコードを返す</li>
<li><a href="mysqli.connect-error.php" class="index">mysqli::$connect_error</a> - 直近の接続エラーの説明を返す</li>
<li><a href="mysqli.errno.php" class="index">mysqli::$errno</a> - 直近の関数コールによるエラーコードを返す</li>
<li><a href="mysqli.error.php" class="index">mysqli::$error</a> - 直近のエラーの内容を文字列で返す</li>
<li><a href="mysqli.error-list.php" class="index">mysqli::$error_list</a> - 直近で実行したコマンドからのエラーの一覧を返す</li>
<li><a href="mysqli.field-count.php" class="index">mysqli::$field_count</a> - 直近のクエリのカラムの数を返す</li>
<li><a href="mysqli.get-host-info.php" class="index">mysqli::$host_info</a> - 使用している接続の型を文字列で返す</li>
<li><a href="mysqli.info.php" class="index">mysqli::$info</a> - 直近に実行されたクエリの情報を取得する</li>
<li><a href="mysqli.insert-id.php" class="index">mysqli::$insert_id</a> - 直近のクエリの AUTO_INCREMENT カラムで生成した値を返す</li>
<li><a href="mysqli.get-proto-info.php" class="index">mysqli::$protocol_version</a> - 使用している MySQL プロトコルのバージョンを返す</li>
<li><a href="mysqli.get-server-info.php" class="index">mysqli::$server_info</a> - MySQL サーバーのバージョンを返す</li>
<li><a href="mysqli.get-server-version.php" class="index">mysqli::$server_version</a> - MySQL サーバーのバージョンを整数値で返す</li>
<li><a href="mysqli.sqlstate.php" class="index">mysqli::$sqlstate</a> - 直前の MySQL の操作での SQLSTATE エラーを返す</li>
<li><a href="mysqli.thread-id.php" class="index">mysqli::$thread_id</a> - 現在の接続のスレッド ID を返す</li>
<li><a href="mysqli.warning-count.php" class="index">mysqli::$warning_count</a> - 直近の実行されたクエリから発生した警告の数を返す</li>
<li><a href="mysqli.autocommit.php" class="index">mysqli::autocommit</a> - データベース更新の自動コミットをオンまたはオフにする</li>
<li><a href="mysqli.begin-transaction.php" class="index">mysqli::begin_transaction</a> - トランザクションを開始する</li>
<li><a href="mysqli.change-user.php" class="index">mysqli::change_user</a> - データベース接続のユーザー名を変更する</li>
<li><a href="mysqli.character-set-name.php" class="index">mysqli::character_set_name</a> - データベース接続の現在の文字コードセットを返す</li>
<li><a href="mysqli.close.php" class="index">mysqli::close</a> - 事前にオープンしているデータベース接続を閉じる</li>
<li><a href="mysqli.commit.php" class="index">mysqli::commit</a> - 現在のトランザクションをコミットする</li>
<li><a href="mysqli.debug.php" class="index">mysqli::debug</a> - デバッグ操作を行う</li>
<li><a href="mysqli.dump-debug-info.php" class="index">mysqli::dump_debug_info</a> - デバッグ情報をログに出力する</li>
<li><a href="function.mysqli-escape-string.php" class="index">mysqli::escape_string</a> - mysqli_real_escape_string のエイリアス</li>
<li><a href="mysqli.execute-query.php" class="index">mysqli::execute_query</a> - SQL文を準備し、変数をバインドし、実行する</li>
<li><a href="mysqli.get-charset.php" class="index">mysqli::get_charset</a> - 文字セットオブジェクトを返す</li>
<li><a href="mysqli.get-connection-stats.php" class="index">mysqli::get_connection_stats</a> - クライアント接続に関する統計情報を返す</li>
<li><a href="mysqli.get-warnings.php" class="index">mysqli::get_warnings</a> - SHOW WARNINGS の結果を取得する</li>
<li><a href="mysqli.init.php" class="index">mysqli::init</a> - MySQLi を初期化し、mysqli_real_connect() で使うオブジェクトを返す</li>
<li><a href="mysqli.kill.php" class="index">mysqli::kill</a> - サーバーに MySQL スレッドの停止を問い合わせる</li>
<li><a href="mysqli.more-results.php" class="index">mysqli::more_results</a> - マルチクエリからの結果がまだ残っているかどうかを調べる</li>
<li><a href="mysqli.multi-query.php" class="index">mysqli::multi_query</a> - データベース上でひとつ以上のクエリを実行する</li>
<li><a href="mysqli.next-result.php" class="index">mysqli::next_result</a> - multi_query の、次の結果を準備する</li>
<li><a href="mysqli.options.php" class="index">mysqli::options</a> - オプションを設定する</li>
<li><a href="mysqli.ping.php" class="index">mysqli::ping</a> - サーバーとの接続をチェックし、もし切断されている場合は再接続を試みる</li>
<li><a href="mysqli.poll.php" class="index">mysqli::poll</a> - 接続を問い合わせる</li>
<li><a href="mysqli.prepare.php" class="index">mysqli::prepare</a> - 実行するための SQL文 を準備する</li>
<li><a href="mysqli.query.php" class="index">mysqli::query</a> - データベース上でクエリを実行する</li>
<li><a href="mysqli.real-connect.php" class="index">mysqli::real_connect</a> - mysql サーバーとの接続をオープンする</li>
<li><a href="mysqli.real-escape-string.php" class="index">mysqli::real_escape_string</a> - 接続の現在の文字セットを考慮して、SQL 文で使用する文字列の特殊文字をエスケープする</li>
<li><a href="mysqli.real-query.php" class="index">mysqli::real_query</a> - SQL クエリを実行する</li>
<li><a href="mysqli.reap-async-query.php" class="index">mysqli::reap_async_query</a> - 非同期クエリから結果を取得する</li>
<li><a href="mysqli.refresh.php" class="index">mysqli::refresh</a> - リフレッシュする</li>
<li><a href="mysqli.release-savepoint.php" class="index">mysqli::release_savepoint</a> - 現在のトランザクションのセーブポイント群から、指定した名前のセーブポイントを削除する</li>
<li><a href="mysqli.rollback.php" class="index">mysqli::rollback</a> - 現在のトランザクションをロールバックする</li>
<li><a href="mysqli.savepoint.php" class="index">mysqli::savepoint</a> - トランザクションのセーブポイントを設定する</li>
<li><a href="mysqli.select-db.php" class="index">mysqli::select_db</a> - クエリを実行するためのデフォルトのデータベースを選択する</li>
<li><a href="mysqli.set-charset.php" class="index">mysqli::set_charset</a> - クライアントの文字セットを設定する</li>
<li><a href="function.mysqli-set-opt.php" class="index">mysqli::set_opt</a> - mysqli_options のエイリアス</li>
<li><a href="mysqli.ssl-set.php" class="index">mysqli::ssl_set</a> - SSL を使用したセキュアな接続を確立する</li>
<li><a href="mysqli.stat.php" class="index">mysqli::stat</a> - 現在のシステム状態を取得する</li>
<li><a href="mysqli.stmt-init.php" class="index">mysqli::stmt_init</a> - ステートメントを初期化し、mysqli_stmt_prepare で使用するオブジェクトを返す</li>
<li><a href="mysqli.store-result.php" class="index">mysqli::store_result</a> - 直近のクエリから結果セットを転送する</li>
<li><a href="mysqli.thread-safe.php" class="index">mysqli::thread_safe</a> - スレッドセーフであるかどうかを返す</li>
<li><a href="mysqli.use-result.php" class="index">mysqli::use_result</a> - 結果セットの取得を開始する</li>
<li><a href="mysqli.construct.php" class="index">mysqli::__construct</a> - 新規に MySQL サーバーへの接続をオープンする</li>
<li><a href="function.mysqli-connect.php" class="index">mysqli_connect</a> - mysqli::__construct のエイリアス</li>
<li><a href="mysqli-driver.report-mode.php" class="index">mysqli_driver::$report_mode</a> - mysqli のエラー報告モードを設定する</li>
<li><a href="mysqli-driver.embedded-server-end.php" class="index">mysqli_driver::embedded_server_end</a> - 組み込みサーバーを停止する</li>
<li><a href="mysqli-driver.embedded-server-start.php" class="index">mysqli_driver::embedded_server_start</a> - 組み込みサーバーを初期化して開始する</li>
<li><a href="function.mysqli-execute.php" class="index">mysqli_execute</a> - mysqli_stmt_execute のエイリアス</li>
<li><a href="function.mysqli-get-client-stats.php" class="index">mysqli_get_client_stats</a> - プロセスごとのクライアントの統計を返す</li>
<li><a href="function.mysqli-get-links-stats.php" class="index">mysqli_get_links_stats</a> - オープン済みとキャッシュ済みのリンクに関する情報を返す</li>
<li><a href="function.mysqli-report.php" class="index">mysqli_report</a> - mysqli_driver-&gt;report_mode のエイリアス</li>
<li><a href="mysqli-result.current-field.php" class="index">mysqli_result::$current_field</a> - 結果ポインタにおける現在のフィールドオフセットを取得する</li>
<li><a href="mysqli-result.field-count.php" class="index">mysqli_result::$field_count</a> - 結果セットのフィールド数を取得する</li>
<li><a href="mysqli-result.lengths.php" class="index">mysqli_result::$lengths</a> - 結果セットにおける現在の行のカラムの長さを返す</li>
<li><a href="mysqli-result.num-rows.php" class="index">mysqli_result::$num_rows</a> - 結果セットの行数を取得する</li>
<li><a href="mysqli-result.data-seek.php" class="index">mysqli_result::data_seek</a> - 結果の任意の行にポインタを移動する</li>
<li><a href="mysqli-result.fetch-all.php" class="index">mysqli_result::fetch_all</a> - 結果のすべての行を連想配列・数値添字配列あるいはその両方の形式で取得する</li>
<li><a href="mysqli-result.fetch-array.php" class="index">mysqli_result::fetch_array</a> - 結果セットの次の行を連想配列・数値添字配列あるいはその両方の形式で取得する</li>
<li><a href="mysqli-result.fetch-assoc.php" class="index">mysqli_result::fetch_assoc</a> - 結果セットの次の行を連想配列で取得する</li>
<li><a href="mysqli-result.fetch-column.php" class="index">mysqli_result::fetch_column</a> - 結果セットの次の行から、単一のカラムの値を取得する</li>
<li><a href="mysqli-result.fetch-field.php" class="index">mysqli_result::fetch_field</a> - 結果セットの次のフィールドを返す</li>
<li><a href="mysqli-result.fetch-fields.php" class="index">mysqli_result::fetch_fields</a> - 結果セットのフィールド情報をオブジェクトの配列で返す</li>
<li><a href="mysqli-result.fetch-field-direct.php" class="index">mysqli_result::fetch_field_direct</a> - 単一のフィールドのメタデータを取得する</li>
<li><a href="mysqli-result.fetch-object.php" class="index">mysqli_result::fetch_object</a> - 結果セットの次の行を取得し、オブジェクトとして返す</li>
<li><a href="mysqli-result.fetch-row.php" class="index">mysqli_result::fetch_row</a> - 結果セットの次の行を数値添字配列で取得する</li>
<li><a href="mysqli-result.field-seek.php" class="index">mysqli_result::field_seek</a> - 結果ポインタを、指定したフィールドオフセットに設定する</li>
<li><a href="mysqli-result.free.php" class="index">mysqli_result::free</a> - 結果に関連付けられたメモリを開放する</li>
<li><a href="mysqli-result.getiterator.php" class="index">mysqli_result::getIterator</a> - 外部イテレータを取得する</li>
<li><a href="mysqli-result.construct.php" class="index">mysqli_result::__construct</a> - mysqli_result オブジェクトを構築する</li>
<li><a href="mysqli-sql-exception.getsqlstate.php" class="index">mysqli_sql_exception::getSqlState</a> - SQLSTATE エラーコードを含む情報を返す</li>
<li><a href="mysqli-stmt.affected-rows.php" class="index">mysqli_stmt::$affected_rows</a> - 直近に実行されたステートメントで変更・削除・追加、あるいは選択された行の総数を返す</li>
<li><a href="mysqli-stmt.errno.php" class="index">mysqli_stmt::$errno</a> - 直近のステートメントのコールに関するエラーコードを返す</li>
<li><a href="mysqli-stmt.error.php" class="index">mysqli_stmt::$error</a> - 直近のステートメントのエラー内容を文字列で返す</li>
<li><a href="mysqli-stmt.error-list.php" class="index">mysqli_stmt::$error_list</a> - 直近で実行したステートメントからのエラーの一覧を返す</li>
<li><a href="mysqli-stmt.field-count.php" class="index">mysqli_stmt::$field_count</a> - 指定したステートメントのカラム数を返す</li>
<li><a href="mysqli-stmt.insert-id.php" class="index">mysqli_stmt::$insert_id</a> - 直近の INSERT 操作で生成した ID を取得する</li>
<li><a href="mysqli-stmt.num-rows.php" class="index">mysqli_stmt::$num_rows</a> - サーバーから取得した結果セットの行数を返す</li>
<li><a href="mysqli-stmt.param-count.php" class="index">mysqli_stmt::$param_count</a> - 指定したステートメントのパラメータ数を返す</li>
<li><a href="mysqli-stmt.sqlstate.php" class="index">mysqli_stmt::$sqlstate</a> - 直前のステートメントの操作での SQLSTATE エラーを返す</li>
<li><a href="mysqli-stmt.attr-get.php" class="index">mysqli_stmt::attr_get</a> - ステートメントの属性の現在の値を取得する</li>
<li><a href="mysqli-stmt.attr-set.php" class="index">mysqli_stmt::attr_set</a> - プリペアドステートメントの振る舞いを変更する</li>
<li><a href="mysqli-stmt.bind-param.php" class="index">mysqli_stmt::bind_param</a> - プリペアドステートメントのパラメータに変数をバインドする</li>
<li><a href="mysqli-stmt.bind-result.php" class="index">mysqli_stmt::bind_result</a> - 結果を保存するため、プリペアドステートメントに変数をバインドする</li>
<li><a href="mysqli-stmt.close.php" class="index">mysqli_stmt::close</a> - プリペアドステートメントを閉じる</li>
<li><a href="mysqli-stmt.data-seek.php" class="index">mysqli_stmt::data_seek</a> - バッファリングされた結果中の、任意の行にポインタを移動する</li>
<li><a href="mysqli-stmt.execute.php" class="index">mysqli_stmt::execute</a> - プリペアドステートメントを実行する</li>
<li><a href="mysqli-stmt.fetch.php" class="index">mysqli_stmt::fetch</a> - プリペアドステートメントから結果を取得し、バインド変数に格納する</li>
<li><a href="mysqli-stmt.free-result.php" class="index">mysqli_stmt::free_result</a> - 指定したステートメントハンドルの結果を格納したメモリを開放する</li>
<li><a href="mysqli-stmt.get-result.php" class="index">mysqli_stmt::get_result</a> - プリペアドステートメントから結果を mysqli_result オブジェクトとして取得する</li>
<li><a href="mysqli-stmt.get-warnings.php" class="index">mysqli_stmt::get_warnings</a> - SHOW WARNINGS の結果を取得する</li>
<li><a href="mysqli-stmt.more-results.php" class="index">mysqli_stmt::more_results</a> - 複数クエリで、次の結果が存在するかどうかを調べる</li>
<li><a href="mysqli-stmt.next-result.php" class="index">mysqli_stmt::next_result</a> - 複数クエリから、次の結果を読み込む</li>
<li><a href="mysqli-stmt.prepare.php" class="index">mysqli_stmt::prepare</a> - SQL ステートメントを実行するために準備する</li>
<li><a href="mysqli-stmt.reset.php" class="index">mysqli_stmt::reset</a> - プリペアドステートメントをリセットする</li>
<li><a href="mysqli-stmt.result-metadata.php" class="index">mysqli_stmt::result_metadata</a> - プリペアドステートメントから結果セットのメタデータを返す</li>
<li><a href="mysqli-stmt.send-long-data.php" class="index">mysqli_stmt::send_long_data</a> - データをブロックで送信する</li>
<li><a href="mysqli-stmt.store-result.php" class="index">mysqli_stmt::store_result</a> - 内部バッファに結果を保存する</li>
<li><a href="mysqli-stmt.construct.php" class="index">mysqli_stmt::__construct</a> - 新しい mysqli_stmt オブジェクトを構築する</li>
<li><a href="mysqli-warning.next.php" class="index">mysqli_warning::next</a> - 次の警告を取得する</li>
<li><a href="mysqli-warning.construct.php" class="index">mysqli_warning::__construct</a> - インスタンス化を禁止するための private なコンストラクタ</li>
<li><a href="function.mysql-affected-rows.php" class="index">mysql_affected_rows</a> - 一番最近の操作で変更された行の数を得る</li>
<li><a href="function.mysql-client-encoding.php" class="index">mysql_client_encoding</a> - 文字セット名を返す</li>
<li><a href="function.mysql-close.php" class="index">mysql_close</a> - MySQL 接続を閉じる</li>
<li><a href="function.mysql-connect.php" class="index">mysql_connect</a> - MySQL サーバーへの接続をオープンする</li>
<li><a href="function.mysql-create-db.php" class="index">mysql_create_db</a> - MySQL データベースを作成する</li>
<li><a href="function.mysql-data-seek.php" class="index">mysql_data_seek</a> - 内部的な結果ポインタを移動する</li>
<li><a href="function.mysql-db-name.php" class="index">mysql_db_name</a> - mysql_list_dbs のコール結果からデータベース名を取得する</li>
<li><a href="function.mysql-db-query.php" class="index">mysql_db_query</a> - データベースを選択し、そこでクエリーを実行する</li>
<li><a href="function.mysql-drop-db.php" class="index">mysql_drop_db</a> - MySQLデータベースを破棄(削除)する</li>
<li><a href="function.mysql-errno.php" class="index">mysql_errno</a> - 直近の MySQL 処理からエラーメッセージのエラー番号を返す</li>
<li><a href="function.mysql-error.php" class="index">mysql_error</a> - 直近に実行された MySQL 操作のエラーメッセージを返す</li>
<li><a href="function.mysql-escape-string.php" class="index">mysql_escape_string</a> - mysql_query で使用するために文字列をエスケープする</li>
<li><a href="function.mysql-fetch-array.php" class="index">mysql_fetch_array</a> - 連想配列、添字配列、またはその両方として結果の行を取得する</li>
<li><a href="function.mysql-fetch-assoc.php" class="index">mysql_fetch_assoc</a> - 連想配列として結果の行を取得する</li>
<li><a href="function.mysql-fetch-field.php" class="index">mysql_fetch_field</a> - 結果からカラム情報を取得し、オブジェクトとして返す</li>
<li><a href="function.mysql-fetch-lengths.php" class="index">mysql_fetch_lengths</a> - 結果における各出力の長さを得る</li>
<li><a href="function.mysql-fetch-object.php" class="index">mysql_fetch_object</a> - 結果の行をオブジェクトとして取得する</li>
<li><a href="function.mysql-fetch-row.php" class="index">mysql_fetch_row</a> - 結果を添字配列として取得する</li>
<li><a href="function.mysql-field-flags.php" class="index">mysql_field_flags</a> - 結果において指定したフィールドのフラグを取得する</li>
<li><a href="function.mysql-field-len.php" class="index">mysql_field_len</a> - 指定したフィールドの長さを返す</li>
<li><a href="function.mysql-field-name.php" class="index">mysql_field_name</a> - 結果において指定したフィールド名を取得する</li>
<li><a href="function.mysql-field-seek.php" class="index">mysql_field_seek</a> - 結果ポインタを指定したフィールドオフセットにセットする</li>
<li><a href="function.mysql-field-table.php" class="index">mysql_field_table</a> - 指定したフィールドが含まれるテーブルの名前を取得する</li>
<li><a href="function.mysql-field-type.php" class="index">mysql_field_type</a> - 結果において指定したフィールドの型を取得する</li>
<li><a href="function.mysql-free-result.php" class="index">mysql_free_result</a> - 結果保持用メモリを開放する</li>
<li><a href="function.mysql-get-client-info.php" class="index">mysql_get_client_info</a> - MySQL クライアント情報を取得する</li>
<li><a href="function.mysql-get-host-info.php" class="index">mysql_get_host_info</a> - MySQL ホスト情報を取得する</li>
<li><a href="function.mysql-get-proto-info.php" class="index">mysql_get_proto_info</a> - MySQL プロトコル情報を取得する</li>
<li><a href="function.mysql-get-server-info.php" class="index">mysql_get_server_info</a> - MySQL サーバー情報を取得する</li>
<li><a href="function.mysql-info.php" class="index">mysql_info</a> - 直近のクエリについての情報を得る</li>
<li><a href="function.mysql-insert-id.php" class="index">mysql_insert_id</a> - 直近のクエリで生成された ID を得る</li>
<li><a href="function.mysql-list-dbs.php" class="index">mysql_list_dbs</a> - MySQL サーバー上で利用可能なデータベースのリストを得る</li>
<li><a href="function.mysql-list-fields.php" class="index">mysql_list_fields</a> - MySQL テーブルのフィールドのリストを得る</li>
<li><a href="function.mysql-list-processes.php" class="index">mysql_list_processes</a> - MySQL プロセスのリストを得る</li>
<li><a href="function.mysql-list-tables.php" class="index">mysql_list_tables</a> - MySQL データベース上のテーブルのリストを得る</li>
<li><a href="function.mysql-num-fields.php" class="index">mysql_num_fields</a> - 結果におけるフィールドの数を得る</li>
<li><a href="function.mysql-num-rows.php" class="index">mysql_num_rows</a> - 結果における行の数を得る</li>
<li><a href="function.mysql-pconnect.php" class="index">mysql_pconnect</a> - MySQL サーバーへの持続的な接続をオープンする</li>
<li><a href="function.mysql-ping.php" class="index">mysql_ping</a> - サーバーとの接続状況を調べ、接続されていない場合は再接続する</li>
<li><a href="function.mysql-query.php" class="index">mysql_query</a> - MySQL クエリを送信する</li>
<li><a href="function.mysql-real-escape-string.php" class="index">mysql_real_escape_string</a> - SQL 文中で用いる文字列の特殊文字をエスケープする</li>
<li><a href="function.mysql-result.php" class="index">mysql_result</a> - 結果データを得る</li>
<li><a href="function.mysql-select-db.php" class="index">mysql_select_db</a> - MySQL データベースを選択する</li>
<li><a href="function.mysql-set-charset.php" class="index">mysql_set_charset</a> - クライアントの文字セットを設定する</li>
<li><a href="function.mysql-stat.php" class="index">mysql_stat</a> - 現在のシステムの状態を取得する</li>
<li><a href="function.mysql-tablename.php" class="index">mysql_tablename</a> - フィールドのテーブル名を得る</li>
<li><a href="function.mysql-thread-id.php" class="index">mysql_thread_id</a> - カレントのスレッド ID を返す</li>
<li><a href="function.mysql-unbuffered-query.php" class="index">mysql_unbuffered_query</a> - MySQL に SQL クエリを送信するが、結果に対してのフェッチやバッファリングは行わない</li>
<li><a href="mysql-xdevapi-client.close.php" class="index">mysql_xdevapi\Client::close</a> - クライアントの接続を閉じる</li>
</ul></li>
<li class='gen-index index-for-n'>n<ul id='refentry-index-for-n'>
<li><a href="function.natcasesort.php" class="index">natcasesort</a> - 大文字小文字を区別しない&quot;自然順&quot;アルゴリズムを用いて配列をソートする</li>
<li><a href="function.natsort.php" class="index">natsort</a> - &quot;自然順&quot;アルゴリズムで配列をソートする</li>
<li><a href="function.net-get-interfaces.php" class="index">net_get_interfaces</a> - ネットワークインターフェイスを取得する</li>
<li><a href="function.next.php" class="index">next</a> - 配列の内部ポインタを進める</li>
<li><a href="function.ngettext.php" class="index">ngettext</a> - gettext の複数形版</li>
<li><a href="function.nl2br.php" class="index">nl2br</a> - 改行文字の前に HTML の改行タグを挿入する</li>
<li><a href="function.nl-langinfo.php" class="index">nl_langinfo</a> - 言語およびロケール情報を検索する</li>
<li><a href="nodiscard.construct.php" class="index">NoDiscard::__construct</a> - 新しい NoDiscard のインスタンスを作成する</li>
<li><a href="norewinditerator.current.php" class="index">NoRewindIterator::current</a> - 現在の値を取得する</li>
<li><a href="norewinditerator.key.php" class="index">NoRewindIterator::key</a> - 現在のキーを取得する</li>
<li><a href="norewinditerator.next.php" class="index">NoRewindIterator::next</a> - 次の要素に移動する</li>
<li><a href="norewinditerator.rewind.php" class="index">NoRewindIterator::rewind</a> - 内部イテレータの巻き戻し操作を阻止する</li>
<li><a href="norewinditerator.valid.php" class="index">NoRewindIterator::valid</a> - イテレータの有効性を検証する</li>
<li><a href="norewinditerator.construct.php" class="index">NoRewindIterator::__construct</a> - NoRewindIterator を作成する</li>
<li><a href="normalizer.getrawdecomposition.php" class="index">Normalizer::getRawDecomposition</a> - UTF-8 エンコードされているコードポイントから、Decomposition_Mapping プロパティの値を取得する</li>
<li><a href="normalizer.isnormalized.php" class="index">Normalizer::isNormalized</a> - 渡された文字列が、指定した正規化を適用済みかどうかを調べる</li>
<li><a href="normalizer.normalize.php" class="index">Normalizer::normalize</a> - 渡された入力を正規化し、正規化後の文字列を返す</li>
<li><a href="numberformatter.create.php" class="index">NumberFormatter::create</a> - 数値フォーマッタを作成する</li>
<li><a href="numberformatter.format.php" class="index">NumberFormatter::format</a> - 数値をフォーマットする</li>
<li><a href="numberformatter.formatcurrency.php" class="index">NumberFormatter::formatCurrency</a> - 通貨の値をフォーマットする</li>
<li><a href="numberformatter.getattribute.php" class="index">NumberFormatter::getAttribute</a> - 属性を取得する</li>
<li><a href="numberformatter.geterrorcode.php" class="index">NumberFormatter::getErrorCode</a> - フォーマッタの直近のエラーコードを取得する</li>
<li><a href="numberformatter.geterrormessage.php" class="index">NumberFormatter::getErrorMessage</a> - フォーマッタの直近のエラーメッセージを取得する</li>
<li><a href="numberformatter.getlocale.php" class="index">NumberFormatter::getLocale</a> - フォーマッタのロケールを取得する</li>
<li><a href="numberformatter.getpattern.php" class="index">NumberFormatter::getPattern</a> - フォーマッタのパターンを取得する</li>
<li><a href="numberformatter.getsymbol.php" class="index">NumberFormatter::getSymbol</a> - 記号を取得する</li>
<li><a href="numberformatter.gettextattribute.php" class="index">NumberFormatter::getTextAttribute</a> - テキストの属性を取得する</li>
<li><a href="numberformatter.parse.php" class="index">NumberFormatter::parse</a> - 数値をパースする</li>
<li><a href="numberformatter.parsecurrency.php" class="index">NumberFormatter::parseCurrency</a> - 通貨をパースする</li>
<li><a href="numberformatter.setattribute.php" class="index">NumberFormatter::setAttribute</a> - 属性を設定する</li>
<li><a href="numberformatter.setpattern.php" class="index">NumberFormatter::setPattern</a> - フォーマッタのパターンを設定する</li>
<li><a href="numberformatter.setsymbol.php" class="index">NumberFormatter::setSymbol</a> - 記号の値を設定する</li>
<li><a href="numberformatter.settextattribute.php" class="index">NumberFormatter::setTextAttribute</a> - テキスト属性を設定する</li>
<li><a href="function.number-format.php" class="index">number_format</a> - 数字を千の位毎にグループ化してフォーマットする</li>
</ul></li>
<li class='gen-index index-for-o'>o<ul id='refentry-index-for-o'>
<li><a href="oauth.disabledebug.php" class="index">OAuth::disableDebug</a> - デバッグを無効にする</li>
<li><a href="oauth.disableredirects.php" class="index">OAuth::disableRedirects</a> - リダイレクトを無効にする</li>
<li><a href="oauth.disablesslchecks.php" class="index">OAuth::disableSSLChecks</a> - SSL チェックを無効にする</li>
<li><a href="oauth.enabledebug.php" class="index">OAuth::enableDebug</a> - デバッグを有効にする</li>
<li><a href="oauth.enableredirects.php" class="index">OAuth::enableRedirects</a> - リダイレクトを有効にする</li>
<li><a href="oauth.enablesslchecks.php" class="index">OAuth::enableSSLChecks</a> - SSL チェックを有効にする</li>
<li><a href="oauth.fetch.php" class="index">OAuth::fetch</a> - OAuth で保護されたリソースを取得する</li>
<li><a href="oauth.generatesignature.php" class="index">OAuth::generateSignature</a> - シグネチャを生成する</li>
<li><a href="oauth.getaccesstoken.php" class="index">OAuth::getAccessToken</a> - アクセストークンを取得する</li>
<li><a href="oauth.getcapath.php" class="index">OAuth::getCAPath</a> - CA 情報を取得する</li>
<li><a href="oauth.getlastresponse.php" class="index">OAuth::getLastResponse</a> - 直近のレスポンスを取得する</li>
<li><a href="oauth.getlastresponseheaders.php" class="index">OAuth::getLastResponseHeaders</a> - 最後のレスポンスのヘッダを取得する</li>
<li><a href="oauth.getlastresponseinfo.php" class="index">OAuth::getLastResponseInfo</a> - 直近のレスポンスの HTTP 情報を取得する</li>
<li><a href="oauth.getrequestheader.php" class="index">OAuth::getRequestHeader</a> - OAuth ヘッダ文字列シグネチャを生成する</li>
<li><a href="oauth.getrequesttoken.php" class="index">OAuth::getRequestToken</a> - リクエストトークンを取得する</li>
<li><a href="oauth.setauthtype.php" class="index">OAuth::setAuthType</a> - 認証方式を設定する</li>
<li><a href="oauth.setcapath.php" class="index">OAuth::setCAPath</a> - CA パスおよび情報を設定する</li>
<li><a href="oauth.setnonce.php" class="index">OAuth::setNonce</a> - 続くリクエスト用のノンスを設定する</li>
<li><a href="oauth.setrequestengine.php" class="index">OAuth::setRequestEngine</a> - setRequestEngine</li>
<li><a href="oauth.setrsacertificate.php" class="index">OAuth::setRSACertificate</a> - RSA 証明書を設定する</li>
<li><a href="oauth.setsslchecks.php" class="index">OAuth::setSSLChecks</a> - リクエストに固有の SSL チェックを調整する</li>
<li><a href="oauth.settimestamp.php" class="index">OAuth::setTimestamp</a> - タイムスタンプを設定する</li>
<li><a href="oauth.settoken.php" class="index">OAuth::setToken</a> - トークンと secret を設定する</li>
<li><a href="oauth.setversion.php" class="index">OAuth::setVersion</a> - OAuth のバージョンを設定する</li>
<li><a href="oauth.construct.php" class="index">OAuth::__construct</a> - 新しい OAuth オブジェクトを作成する</li>
<li><a href="oauth.destruct.php" class="index">OAuth::__destruct</a> - デストラクタ</li>
<li><a href="oauthprovider.addrequiredparameter.php" class="index">OAuthProvider::addRequiredParameter</a> - 必須パラメータを追加する</li>
<li><a href="oauthprovider.callconsumerhandler.php" class="index">OAuthProvider::callconsumerHandler</a> - consumerNonceHandler コールバックをコールする</li>
<li><a href="oauthprovider.calltimestampnoncehandler.php" class="index">OAuthProvider::callTimestampNonceHandler</a> - timestampNonceHandler コールバックをコールする</li>
<li><a href="oauthprovider.calltokenhandler.php" class="index">OAuthProvider::calltokenHandler</a> - tokenNonceHandler コールバックをコールする</li>
<li><a href="oauthprovider.checkoauthrequest.php" class="index">OAuthProvider::checkOAuthRequest</a> - oauth リクエストをチェックする</li>
<li><a href="oauthprovider.consumerhandler.php" class="index">OAuthProvider::consumerHandler</a> - consumerHandler コールバックを設定する</li>
<li><a href="oauthprovider.generatetoken.php" class="index">OAuthProvider::generateToken</a> - ランダムなトークンを生成する</li>
<li><a href="oauthprovider.is2leggedendpoint.php" class="index">OAuthProvider::is2LeggedEndpoint</a> - is2LeggedEndpoint</li>
<li><a href="oauthprovider.isrequesttokenendpoint.php" class="index">OAuthProvider::isRequestTokenEndpoint</a> - isRequestTokenEndpoint を設定する</li>
<li><a href="oauthprovider.removerequiredparameter.php" class="index">OAuthProvider::removeRequiredParameter</a> - 必須パラメータを削除する</li>
<li><a href="oauthprovider.reportproblem.php" class="index">OAuthProvider::reportProblem</a> - 問題を報告する</li>
<li><a href="oauthprovider.setparam.php" class="index">OAuthProvider::setParam</a> - パラメータを設定する</li>
<li><a href="oauthprovider.setrequesttokenpath.php" class="index">OAuthProvider::setRequestTokenPath</a> - リクエストトークンのパスを設定する</li>
<li><a href="oauthprovider.timestampnoncehandler.php" class="index">OAuthProvider::timestampNonceHandler</a> - timestampNonceHandler コールバックを設定する</li>
<li><a href="oauthprovider.tokenhandler.php" class="index">OAuthProvider::tokenHandler</a> - tokenHandler コールバックを設定する</li>
<li><a href="oauthprovider.construct.php" class="index">OAuthProvider::__construct</a> - 新しい OAuthProvider オブジェクトを作る</li>
<li><a href="function.oauth-get-sbs.php" class="index">oauth_get_sbs</a> - SBSを生成する</li>
<li><a href="function.oauth-urlencode.php" class="index">oauth_urlencode</a> - URI を RFC 3686 形式でエンコードする</li>
<li><a href="function.ob-clean.php" class="index">ob_clean</a> - アクティブな出力バッファの内容をクリア(消去)する</li>
<li><a href="function.ob-end-clean.php" class="index">ob_end_clean</a> - アクティブな出力用バッファをクリア(消去)し、出力のバッファリングをオフにする</li>
<li><a href="function.ob-end-flush.php" class="index">ob_end_flush</a> - アクティブな出力用バッファをフラッシュ(送信)し、アクティブな出力バッファをオフにする</li>
<li><a href="function.ob-flush.php" class="index">ob_flush</a> - アクティブな出力ハンドラの戻り値をフラッシュ(送信)する</li>
<li><a href="function.ob-get-clean.php" class="index">ob_get_clean</a> - アクティブな出力バッファの内容を取得し、そのバッファをオフにする</li>
<li><a href="function.ob-get-contents.php" class="index">ob_get_contents</a> - 出力用バッファの内容を返す</li>
<li><a href="function.ob-get-flush.php" class="index">ob_get_flush</a> - アクティブな出力ハンドラの戻り値をフラッシュ(送信)し、その内容を文字列として返した後で、それをオフにする</li>
<li><a href="function.ob-get-length.php" class="index">ob_get_length</a> - 出力バッファの長さを返す</li>
<li><a href="function.ob-get-level.php" class="index">ob_get_level</a> - 出力バッファリング機構のネストレベルを返す</li>
<li><a href="function.ob-get-status.php" class="index">ob_get_status</a> - 出力バッファのステータスを取得する</li>
<li><a href="function.ob-gzhandler.php" class="index">ob_gzhandler</a> - 出力バッファを gzip 圧縮するための ob_start コールバック関数</li>
<li><a href="function.ob-iconv-handler.php" class="index">ob_iconv_handler</a> - 出力バッファハンドラとして文字エンコーディングを変換する</li>
<li><a href="function.ob-implicit-flush.php" class="index">ob_implicit_flush</a> - 自動フラッシュをオンまたはオフにする</li>
<li><a href="function.ob-list-handlers.php" class="index">ob_list_handlers</a> - 使用中の出力ハンドラの一覧を取得する</li>
<li><a href="function.ob-start.php" class="index">ob_start</a> - 出力のバッファリングを有効にする</li>
<li><a href="function.ob-tidyhandler.php" class="index">ob_tidyhandler</a> - バッファを修正するための ob_start コールバック関数</li>
<li><a href="function.ocibindbyname.php" class="index">ocibindbyname</a> - oci_bind_by_name のエイリアス</li>
<li><a href="function.ocicancel.php" class="index">ocicancel</a> - oci_cancel のエイリアス</li>
<li><a href="function.ocicloselob.php" class="index">ocicloselob</a> - OCILob::close のエイリアス</li>
<li><a href="function.ocicollappend.php" class="index">ocicollappend</a> - OCICollection::append のエイリアス</li>
<li><a href="function.ocicollassign.php" class="index">ocicollassign</a> - OCICollection::assign のエイリアス</li>
<li><a href="function.ocicollassignelem.php" class="index">ocicollassignelem</a> - OCICollection::assignElem のエイリアス</li>
<li><a href="ocicollection.append.php" class="index">OCICollection::append</a> - コレクションに要素を追加する</li>
<li><a href="ocicollection.assign.php" class="index">OCICollection::assign</a> - コレクションに他の存在するコレクションから値を割り当てる</li>
<li><a href="ocicollection.assignelem.php" class="index">OCICollection::assignElem</a> - コレクションの要素に値を割り当てる</li>
<li><a href="ocicollection.free.php" class="index">OCICollection::free</a> - コレクションオブジェクトに関連付けられたリソースを解放する</li>
<li><a href="ocicollection.getelem.php" class="index">OCICollection::getElem</a> - 要素の値を返す</li>
<li><a href="ocicollection.max.php" class="index">OCICollection::max</a> - コレクション内の要素の最大数を取得する</li>
<li><a href="ocicollection.size.php" class="index">OCICollection::size</a> - コレクションのサイズを返す</li>
<li><a href="ocicollection.trim.php" class="index">OCICollection::trim</a> - コレクションの最後から要素を切り取る</li>
<li><a href="function.ocicollgetelem.php" class="index">ocicollgetelem</a> - OCICollection::getElem のエイリアス</li>
<li><a href="function.ocicollmax.php" class="index">ocicollmax</a> - OCICollection::max のエイリアス</li>
<li><a href="function.ocicollsize.php" class="index">ocicollsize</a> - OCICollection::size のエイリアス</li>
<li><a href="function.ocicolltrim.php" class="index">ocicolltrim</a> - OCICollection::trim のエイリアス</li>
<li><a href="function.ocicolumnisnull.php" class="index">ocicolumnisnull</a> - oci_field_is_null のエイリアス</li>
<li><a href="function.ocicolumnname.php" class="index">ocicolumnname</a> - oci_field_name のエイリアス</li>
<li><a href="function.ocicolumnprecision.php" class="index">ocicolumnprecision</a> - oci_field_precision のエイリアス</li>
<li><a href="function.ocicolumnscale.php" class="index">ocicolumnscale</a> - oci_field_scale のエイリアス</li>
<li><a href="function.ocicolumnsize.php" class="index">ocicolumnsize</a> - oci_field_size のエイリアス</li>
<li><a href="function.ocicolumntype.php" class="index">ocicolumntype</a> - oci_field_type のエイリアス</li>
<li><a href="function.ocicolumntyperaw.php" class="index">ocicolumntyperaw</a> - oci_field_type_raw のエイリアス</li>
<li><a href="function.ocicommit.php" class="index">ocicommit</a> - oci_commit のエイリアス</li>
<li><a href="function.ocidefinebyname.php" class="index">ocidefinebyname</a> - oci_define_by_name のエイリアス</li>
<li><a href="function.ocierror.php" class="index">ocierror</a> - oci_error のエイリアス</li>
<li><a href="function.ociexecute.php" class="index">ociexecute</a> - oci_execute のエイリアス</li>
<li><a href="function.ocifetch.php" class="index">ocifetch</a> - oci_fetch のエイリアス</li>
<li><a href="function.ocifetchinto.php" class="index">ocifetchinto</a> - 廃止された関数。oci_fetch_array や oci_fetch_object、
   oci_fetch_assoc、
   oci_fetch_row の変種</li>
<li><a href="function.ocifetchstatement.php" class="index">ocifetchstatement</a> - oci_fetch_all のエイリアス</li>
<li><a href="function.ocifreecollection.php" class="index">ocifreecollection</a> - OCICollection::free のエイリアス</li>
<li><a href="function.ocifreecursor.php" class="index">ocifreecursor</a> - oci_free_statement のエイリアス</li>
<li><a href="function.ocifreedesc.php" class="index">ocifreedesc</a> - OCILob::free のエイリアス</li>
<li><a href="function.ocifreestatement.php" class="index">ocifreestatement</a> - oci_free_statement のエイリアス</li>
<li><a href="function.ociinternaldebug.php" class="index">ociinternaldebug</a> - oci_internal_debug のエイリアス</li>
<li><a href="function.ociloadlob.php" class="index">ociloadlob</a> - OCILob::load のエイリアス</li>
<li><a href="ocilob.append.php" class="index">OCILob::append</a> - ラージオブジェクトのデータを他のラージオブジェクトに追加する</li>
<li><a href="ocilob.close.php" class="index">OCILob::close</a> - LOB ディスクリプタを閉じる</li>
<li><a href="ocilob.eof.php" class="index">OCILob::eof</a> - ラージオブジェクトのディスクリプタが EOF かどうかを調べる</li>
<li><a href="ocilob.erase.php" class="index">OCILob::erase</a> - 内部 LOB データの特定の位置を消去する</li>
<li><a href="ocilob.export.php" class="index">OCILob::export</a> - LOB の内容をファイルに出力する</li>
<li><a href="ocilob.flush.php" class="index">OCILob::flush</a> - LOB のバッファをサーバーにフラッシュする、あるいは書き込む</li>
<li><a href="ocilob.free.php" class="index">OCILob::free</a> - LOB ディスクリプタに関連付けられたりソースを解放する</li>
<li><a href="ocilob.getbuffering.php" class="index">OCILob::getBuffering</a> - ラージオブジェクトに対する現在のバッファリングの状態を返す</li>
<li><a href="ocilob.import.php" class="index">OCILob::import</a> - ファイルデータを LOB にインポートする</li>
<li><a href="ocilob.load.php" class="index">OCILob::load</a> - ラージオブジェクトの内容を返す</li>
<li><a href="ocilob.read.php" class="index">OCILob::read</a> - ラージオブジェクトの一部を読み込む</li>
<li><a href="ocilob.rewind.php" class="index">OCILob::rewind</a> - 内部ポインタをラージオブジェクトの先頭に移動する</li>
<li><a href="ocilob.save.php" class="index">OCILob::save</a> - データをラージオブジェクトに保存する</li>
<li><a href="ocilob.savefile.php" class="index">OCILob::saveFile</a> - OCILob::import のエイリアス</li>
<li><a href="ocilob.seek.php" class="index">OCILob::seek</a> - ラージオブジェクトの内部ポインタをセットする</li>
<li><a href="ocilob.setbuffering.php" class="index">OCILob::setBuffering</a> - 現在のラージオブジェクト用のバッファリング状態を変更する</li>
<li><a href="ocilob.size.php" class="index">OCILob::size</a> - ラージオブジェクトのサイズを返す</li>
<li><a href="ocilob.tell.php" class="index">OCILob::tell</a> - ラージオブジェクトの内部ポインタの現在位置を返す</li>
<li><a href="ocilob.truncate.php" class="index">OCILob::truncate</a> - ラージオブジェクトを切りつめる</li>
<li><a href="ocilob.write.php" class="index">OCILob::write</a> - データをラージオブジェクトに書き込む</li>
<li><a href="ocilob.writetemporary.php" class="index">OCILob::writeTemporary</a> - 一時的なラージオブジェクトを書き込む</li>
<li><a href="ocilob.writetofile.php" class="index">OCILob::writeToFile</a> - OCILob::export のエイリアス</li>
<li><a href="function.ocilogoff.php" class="index">ocilogoff</a> - oci_close のエイリアス</li>
<li><a href="function.ocilogon.php" class="index">ocilogon</a> - oci_connect のエイリアス</li>
<li><a href="function.ocinewcollection.php" class="index">ocinewcollection</a> - oci_new_collection のエイリアス</li>
<li><a href="function.ocinewcursor.php" class="index">ocinewcursor</a> - oci_new_cursor のエイリアス</li>
<li><a href="function.ocinewdescriptor.php" class="index">ocinewdescriptor</a> - oci_new_descriptor のエイリアス</li>
<li><a href="function.ocinlogon.php" class="index">ocinlogon</a> - oci_new_connect のエイリアス</li>
<li><a href="function.ocinumcols.php" class="index">ocinumcols</a> - oci_num_fields のエイリアス</li>
<li><a href="function.ociparse.php" class="index">ociparse</a> - oci_parse のエイリアス</li>
<li><a href="function.ociplogon.php" class="index">ociplogon</a> - oci_pconnect のエイリアス</li>
<li><a href="function.ociresult.php" class="index">ociresult</a> - oci_result のエイリアス</li>
<li><a href="function.ocirollback.php" class="index">ocirollback</a> - oci_rollback のエイリアス</li>
<li><a href="function.ocirowcount.php" class="index">ocirowcount</a> - oci_num_rows のエイリアス</li>
<li><a href="function.ocisavelob.php" class="index">ocisavelob</a> - OCILob::save のエイリアス</li>
<li><a href="function.ocisavelobfile.php" class="index">ocisavelobfile</a> - OCILob::import のエイリアス</li>
<li><a href="function.ociserverversion.php" class="index">ociserverversion</a> - oci_server_version のエイリアス</li>
<li><a href="function.ocisetprefetch.php" class="index">ocisetprefetch</a> - oci_set_prefetch のエイリアス</li>
<li><a href="function.ocistatementtype.php" class="index">ocistatementtype</a> - oci_statement_type のエイリアス</li>
<li><a href="function.ociwritelobtofile.php" class="index">ociwritelobtofile</a> - OCILob::export のエイリアス</li>
<li><a href="function.ociwritetemporarylob.php" class="index">ociwritetemporarylob</a> - OCILob::writeTemporary のエイリアス</li>
<li><a href="function.oci-bind-array-by-name.php" class="index">oci_bind_array_by_name</a> - PHP の配列を Oracle PL/SQL の配列に名前でバインドする</li>
<li><a href="function.oci-bind-by-name.php" class="index">oci_bind_by_name</a> - Oracle プレースホルダに PHP 変数をバインドする</li>
<li><a href="function.oci-cancel.php" class="index">oci_cancel</a> - カーソルからの読み込みをキャンセルする</li>
<li><a href="function.oci-client-version.php" class="index">oci_client_version</a> - Oracle クライアント・ライブラリのバージョンを返す</li>
<li><a href="function.oci-close.php" class="index">oci_close</a> - Oracleとの接続を閉じる</li>
<li><a href="function.oci-commit.php" class="index">oci_commit</a> - 未解決のトランザクションをコミットする</li>
<li><a href="function.oci-connect.php" class="index">oci_connect</a> - Oracle データベースに接続する</li>
<li><a href="function.oci-define-by-name.php" class="index">oci_define_by_name</a> - PHP の変数を、クエリで取得するカラムに関連づける</li>
<li><a href="function.oci-error.php" class="index">oci_error</a> - 最後に見つかったエラーを返す</li>
<li><a href="function.oci-execute.php" class="index">oci_execute</a> - 文を実行する</li>
<li><a href="function.oci-fetch.php" class="index">oci_fetch</a> - クエリの次の行を内部バッファに取得する</li>
<li><a href="function.oci-fetch-all.php" class="index">oci_fetch_all</a> - クエリからの複数の行を二次元配列に取得する</li>
<li><a href="function.oci-fetch-array.php" class="index">oci_fetch_array</a> - クエリの次の行を連想配列あるいは数値添字配列で返す</li>
<li><a href="function.oci-fetch-assoc.php" class="index">oci_fetch_assoc</a> - クエリの次の行を連想配列で返す</li>
<li><a href="function.oci-fetch-object.php" class="index">oci_fetch_object</a> - クエリの次の行をオブジェクトとして返す</li>
<li><a href="function.oci-fetch-row.php" class="index">oci_fetch_row</a> - クエリの次の行を配列で返す</li>
<li><a href="function.oci-field-is-null.php" class="index">oci_field_is_null</a> - フェッチしたフィールドが null であるかどうかを確認する</li>
<li><a href="function.oci-field-name.php" class="index">oci_field_name</a> - 文からのフィールド名を返す</li>
<li><a href="function.oci-field-precision.php" class="index">oci_field_precision</a> - フィールドの精度を問い合わせる</li>
<li><a href="function.oci-field-scale.php" class="index">oci_field_scale</a> - フィールドの桁数を問い合わせる</li>
<li><a href="function.oci-field-size.php" class="index">oci_field_size</a> - フィールドサイズを返す</li>
<li><a href="function.oci-field-type.php" class="index">oci_field_type</a> - フィールドのデータ型の名前を返す</li>
<li><a href="function.oci-field-type-raw.php" class="index">oci_field_type_raw</a> - Oracle におけるフィールドの型を問い合わせる</li>
<li><a href="function.oci-free-descriptor.php" class="index">oci_free_descriptor</a> - ディスクリプタを解放する</li>
<li><a href="function.oci-free-statement.php" class="index">oci_free_statement</a> - 文やカーソルに関連付けられた全てのリソースを解放する</li>
<li><a href="function.oci-get-implicit-resultset.php" class="index">oci_get_implicit_resultset</a> - Oracle Database の暗黙の結果セットを持つ親ステートメント・リソースから次の子ステートメント・リソースを返す</li>
<li><a href="function.oci-internal-debug.php" class="index">oci_internal_debug</a> - 内部的なデバッグ出力を有効/無効にする</li>
<li><a href="function.ocilob-copy.php" class="index">oci_lob_copy</a> - ラージオブジェクトをコピーする</li>
<li><a href="function.ocilob-is-equal.php" class="index">oci_lob_is_equal</a> - 2 つの LOB/FILE ロケータの等価性を比較する</li>
<li><a href="function.oci-new-collection.php" class="index">oci_new_collection</a> - 新しいコレクションオブジェクトを割り当てる</li>
<li><a href="function.oci-new-connect.php" class="index">oci_new_connect</a> - 一意な接続を使って Oracle サーバーへ接続する</li>
<li><a href="function.oci-new-cursor.php" class="index">oci_new_cursor</a> - 新規カーソル (ステートメントハンドル) を割り当て、それを返す</li>
<li><a href="function.oci-new-descriptor.php" class="index">oci_new_descriptor</a> - 空の新規 LOB あるいは FILE ディスクリプタを初期化する</li>
<li><a href="function.oci-num-fields.php" class="index">oci_num_fields</a> - ある文における結果のカラム数を返す</li>
<li><a href="function.oci-num-rows.php" class="index">oci_num_rows</a> - 文の実行で作用された行数を取得する</li>
<li><a href="function.oci-parse.php" class="index">oci_parse</a> - 実行のために Oracle の文をパースする</li>
<li><a href="function.oci-password-change.php" class="index">oci_password_change</a> - Oracle ユーザーのパスワードを変更する</li>
<li><a href="function.oci-pconnect.php" class="index">oci_pconnect</a> - 持続的接続を使用してOracle データベースに接続する</li>
<li><a href="function.oci-register-taf-callback.php" class="index">oci_register_taf_callback</a> - Register a user-defined callback function for Oracle Database TAF</li>
<li><a href="function.oci-result.php" class="index">oci_result</a> - フェッチした行からフィールドの値を取得する</li>
<li><a href="function.oci-rollback.php" class="index">oci_rollback</a> - 未解決のデータベーストランザクションをロールバックする</li>
<li><a href="function.oci-server-version.php" class="index">oci_server_version</a> - Oracle データベースのバージョンを返す</li>
<li><a href="function.oci-set-action.php" class="index">oci_set_action</a> - アクション名を設定します</li>
<li><a href="function.oci-set-call-timout.php" class="index">oci_set_call_timeout</a> - Sets a millisecond timeout for database calls</li>
<li><a href="function.oci-set-client-identifier.php" class="index">oci_set_client_identifier</a> - クライアント識別子を設定します</li>
<li><a href="function.oci-set-client-info.php" class="index">oci_set_client_info</a> - クライアント情報を設定する</li>
<li><a href="function.oci-set-db-operation.php" class="index">oci_set_db_operation</a> - Sets the database operation</li>
<li><a href="function.oci-set-edition.php" class="index">oci_set_edition</a> - データベース・エディション を設定します</li>
<li><a href="function.oci-set-module-name.php" class="index">oci_set_module_name</a> - モジュール名を設定します</li>
<li><a href="function.oci-set-prefetch.php" class="index">oci_set_prefetch</a> - クエリがプリフェッチする行数を設定する</li>
<li><a href="function.oci-set-prefetch-lob.php" class="index">oci_set_prefetch_lob</a> - CLOB や BLOB ごとにプリフェッチするデータサイズを設定する</li>
<li><a href="function.oci-statement-type.php" class="index">oci_statement_type</a> - ステートメントの種類を返す</li>
<li><a href="function.oci-unregister-taf-callback.php" class="index">oci_unregister_taf_callback</a> - Unregister a user-defined callback function for Oracle Database TAF</li>
<li><a href="function.octdec.php" class="index">octdec</a> - 8 進数を 10 進数に変換する</li>
<li><a href="function.odbc-autocommit.php" class="index">odbc_autocommit</a> - 自動コミットの動作をオンまたはオフにする</li>
<li><a href="function.odbc-binmode.php" class="index">odbc_binmode</a> - バイナリカラムデータを処理する</li>
<li><a href="function.odbc-close.php" class="index">odbc_close</a> - ODBC 接続を閉じる</li>
<li><a href="function.odbc-close-all.php" class="index">odbc_close_all</a> - 全ての ODBC 接続を閉じる</li>
<li><a href="function.odbc-columnprivileges.php" class="index">odbc_columnprivileges</a> - 指定したテーブルに関するカラムおよび付随する権限のリストを取得する</li>
<li><a href="function.odbc-columns.php" class="index">odbc_columns</a> - 指定したテーブルにあるカラム名のリストを取得する</li>
<li><a href="function.odbc-commit.php" class="index">odbc_commit</a> - ODBC トランザクションをコミットする</li>
<li><a href="function.odbc-connect.php" class="index">odbc_connect</a> - データソースに接続する</li>
<li><a href="function.odbc-connection-string-is-quoted.php" class="index">odbc_connection_string_is_quoted</a> - ODBC の接続文字列の値が、クオートされているかを調べる</li>
<li><a href="function.odbc-connection-string-quote.php" class="index">odbc_connection_string_quote</a> - ODBC の接続文字列をクオートする</li>
<li><a href="function.odbc-connection-string-should-quote.php" class="index">odbc_connection_string_should_quote</a> - ODBC の接続文字列を、クオートすべきかを調べる</li>
<li><a href="function.odbc-cursor.php" class="index">odbc_cursor</a> - カーソル名を得る</li>
<li><a href="function.odbc-data-source.php" class="index">odbc_data_source</a> - 利用可能なDSNについての情報を返す</li>
<li><a href="function.odbc-do.php" class="index">odbc_do</a> - odbc_exec のエイリアス</li>
<li><a href="function.odbc-error.php" class="index">odbc_error</a> - 直近のエラーコードを得る</li>
<li><a href="function.odbc-errormsg.php" class="index">odbc_errormsg</a> - 直近のエラーメッセージを得る</li>
<li><a href="function.odbc-exec.php" class="index">odbc_exec</a> - SQL文を直接実行する</li>
<li><a href="function.odbc-execute.php" class="index">odbc_execute</a> - プリペアドステートメントを実行する</li>
<li><a href="function.odbc-fetch-array.php" class="index">odbc_fetch_array</a> - 連想配列として結果の行を取得する</li>
<li><a href="function.odbc-fetch-into.php" class="index">odbc_fetch_into</a> - 一行ぶんの結果を配列に取り込む</li>
<li><a href="function.odbc-fetch-object.php" class="index">odbc_fetch_object</a> - オブジェクトとして結果の行を取得する</li>
<li><a href="function.odbc-fetch-row.php" class="index">odbc_fetch_row</a> - 行を取り込む</li>
<li><a href="function.odbc-field-len.php" class="index">odbc_field_len</a> - フィールドの長さ (精度) を得る</li>
<li><a href="function.odbc-field-name.php" class="index">odbc_field_name</a> - カラム名を得る</li>
<li><a href="function.odbc-field-num.php" class="index">odbc_field_num</a> - カラム番号を返す</li>
<li><a href="function.odbc-field-precision.php" class="index">odbc_field_precision</a> - odbc_field_len のエイリアス</li>
<li><a href="function.odbc-field-scale.php" class="index">odbc_field_scale</a> - フィールドの精度を得る</li>
<li><a href="function.odbc-field-type.php" class="index">odbc_field_type</a> - フィールドのデータ型を返す</li>
<li><a href="function.odbc-foreignkeys.php" class="index">odbc_foreignkeys</a> - 外部キーのリストを取得する</li>
<li><a href="function.odbc-free-result.php" class="index">odbc_free_result</a> - 結果を保持するオブジェクトを開放する</li>
<li><a href="function.odbc-gettypeinfo.php" class="index">odbc_gettypeinfo</a> - データソースがサポートするデータ型についての情報を取得する</li>
<li><a href="function.odbc-longreadlen.php" class="index">odbc_longreadlen</a> - LONG カラムを処理する</li>
<li><a href="function.odbc-next-result.php" class="index">odbc_next_result</a> - 複数の結果が利用可能などうか確認する</li>
<li><a href="function.odbc-num-fields.php" class="index">odbc_num_fields</a> - 結果のカラム数を返す</li>
<li><a href="function.odbc-num-rows.php" class="index">odbc_num_rows</a> - 結果における行数を返す</li>
<li><a href="function.odbc-pconnect.php" class="index">odbc_pconnect</a> - 持続的なデータベース接続を開く</li>
<li><a href="function.odbc-prepare.php" class="index">odbc_prepare</a> - 実行用に文を準備する</li>
<li><a href="function.odbc-primarykeys.php" class="index">odbc_primarykeys</a> - テーブルの主キーを取得する</li>
<li><a href="function.odbc-procedurecolumns.php" class="index">odbc_procedurecolumns</a> - プロシージャへのパラメータに関する情報を取得する</li>
<li><a href="function.odbc-procedures.php" class="index">odbc_procedures</a> - 指定したデータソースに保存されているプロシージャのリストを取得する</li>
<li><a href="function.odbc-result.php" class="index">odbc_result</a> - 結果データを得る</li>
<li><a href="function.odbc-result-all.php" class="index">odbc_result_all</a> - HTML テーブルとして結果を出力する</li>
<li><a href="function.odbc-rollback.php" class="index">odbc_rollback</a> - トランザクションをロールバックする</li>
<li><a href="function.odbc-setoption.php" class="index">odbc_setoption</a> - ODBC の設定を変更する</li>
<li><a href="function.odbc-specialcolumns.php" class="index">odbc_specialcolumns</a> - 特殊カラムを取得する</li>
<li><a href="function.odbc-statistics.php" class="index">odbc_statistics</a> - テーブルに関する統計情報を取得する</li>
<li><a href="function.odbc-tableprivileges.php" class="index">odbc_tableprivileges</a> - 各テーブルのリストおよび関連する権限のリストを取得する</li>
<li><a href="function.odbc-tables.php" class="index">odbc_tables</a> - 指定したデータソースに保存されたテーブルの名前のリストを取得する</li>
<li><a href="function.opcache-compile-file.php" class="index">opcache_compile_file</a> - PHP スクリプトを、実行せずにコンパイルしてキャッシュする</li>
<li><a href="function.opcache-get-configuration.php" class="index">opcache_get_configuration</a> - キャッシュについての構成情報を取得</li>
<li><a href="function.opcache-get-status.php" class="index">opcache_get_status</a> - キャッシュについてのステータス情報を取得</li>
<li><a href="function.opcache-invalidate.php" class="index">opcache_invalidate</a> - キャッシュされたスクリプトを無効にする</li>
<li><a href="function.opcache-is-script-cached.php" class="index">opcache_is_script_cached</a> - スクリプトが OPCache にキャッシュされているかどうかを伝えます。</li>
<li><a href="function.opcache-is-script-cached-in-file-cache.php" class="index">opcache_is_script_cached_in_file_cache</a> - スクリプトが OPCache のファイルキャッシュにキャッシュされているかどうかを伝えます</li>
<li><a href="function.opcache-jit-blacklist.php" class="index">opcache_jit_blacklist</a> - 関数を JIT コンパイルのブラックリストに追加する</li>
<li><a href="function.opcache-reset.php" class="index">opcache_reset</a> - opcode のキャッシュ内容をリセットする</li>
<li><a href="function.openal-buffer-create.php" class="index">openal_buffer_create</a> - OpenAL バッファを生成する</li>
<li><a href="function.openal-buffer-data.php" class="index">openal_buffer_data</a> - バッファのデータを読み込む</li>
<li><a href="function.openal-buffer-destroy.php" class="index">openal_buffer_destroy</a> - OpenAL バッファを削除する</li>
<li><a href="function.openal-buffer-get.php" class="index">openal_buffer_get</a> - OpenAL バッファのプロパティを取得する</li>
<li><a href="function.openal-buffer-loadwav.php" class="index">openal_buffer_loadwav</a> - .wav ファイルをバッファに読み込む</li>
<li><a href="function.openal-context-create.php" class="index">openal_context_create</a> - 音声処理コンテキストを作成する</li>
<li><a href="function.openal-context-current.php" class="index">openal_context_current</a> - 指定したコンテキストを現在のコンテキストにする</li>
<li><a href="function.openal-context-destroy.php" class="index">openal_context_destroy</a> - コンテキストを削除する</li>
<li><a href="function.openal-context-process.php" class="index">openal_context_process</a> - 指定したコンテキストを処理する</li>
<li><a href="function.openal-context-suspend.php" class="index">openal_context_suspend</a> - 指定したコンテキストをサスペンドする</li>
<li><a href="function.openal-device-close.php" class="index">openal_device_close</a> - OpenAL デバイスを閉じる</li>
<li><a href="function.openal-device-open.php" class="index">openal_device_open</a> - OpenAL 音声レイヤを初期化する</li>
<li><a href="function.openal-listener-get.php" class="index">openal_listener_get</a> - リスナーのプロパティを取得する</li>
<li><a href="function.openal-listener-set.php" class="index">openal_listener_set</a> - リスナーのプロパティを設定する</li>
<li><a href="function.openal-source-create.php" class="index">openal_source_create</a> - ソースリソースを生成する</li>
<li><a href="function.openal-source-destroy.php" class="index">openal_source_destroy</a> - ソースリソースを削除する</li>
<li><a href="function.openal-source-get.php" class="index">openal_source_get</a> - OpenAL ソースのプロパティを取得する</li>
<li><a href="function.openal-source-pause.php" class="index">openal_source_pause</a> - ソースを一時停止する</li>
<li><a href="function.openal-source-play.php" class="index">openal_source_play</a> - ソースの再生を開始する</li>
<li><a href="function.openal-source-rewind.php" class="index">openal_source_rewind</a> - ソースを巻き戻す</li>
<li><a href="function.openal-source-set.php" class="index">openal_source_set</a> - ソースのプロパティを設定する</li>
<li><a href="function.openal-source-stop.php" class="index">openal_source_stop</a> - ソースの再生を停止する</li>
<li><a href="function.openal-stream.php" class="index">openal_stream</a> - ソースのストリーム再生を開始する</li>
<li><a href="function.opendir.php" class="index">opendir</a> - ディレクトリハンドルをオープンする</li>
<li><a href="function.openlog.php" class="index">openlog</a> - システムのロガーへの接続をオープンする</li>
<li><a href="function.openssl-cipher-iv-length.php" class="index">openssl_cipher_iv_length</a> - 初期化ベクトル iv の長さを取得する</li>
<li><a href="function.openssl-cipher-key-length.php" class="index">openssl_cipher_key_length</a> - 暗号鍵の長さを取得する</li>
<li><a href="function.openssl-cms-decrypt.php" class="index">openssl_cms_decrypt</a> - CMS メッセージを復号化する</li>
<li><a href="function.openssl-cms-encrypt.php" class="index">openssl_cms_encrypt</a> - CMS メッセージを暗号化する</li>
<li><a href="function.openssl-cms-read.php" class="index">openssl_cms_read</a> - CMS ファイルを、PEM証明書の配列にエクスポートする</li>
<li><a href="function.openssl-cms-sign.php" class="index">openssl_cms_sign</a> - ファイルに署名する</li>
<li><a href="function.openssl-cms-verify.php" class="index">openssl_cms_verify</a> - CMS の署名を検証する</li>
<li><a href="function.openssl-csr-export.php" class="index">openssl_csr_export</a> - CSR を文字列としてエクスポートする</li>
<li><a href="function.openssl-csr-export-to-file.php" class="index">openssl_csr_export_to_file</a> - CSR をファイルにエクスポートする</li>
<li><a href="function.openssl-csr-get-public-key.php" class="index">openssl_csr_get_public_key</a> - CSR の公開鍵を返す</li>
<li><a href="function.openssl-csr-get-subject.php" class="index">openssl_csr_get_subject</a> - CSR の subject を返す</li>
<li><a href="function.openssl-csr-new.php" class="index">openssl_csr_new</a> - CSR を作成する</li>
<li><a href="function.openssl-csr-sign.php" class="index">openssl_csr_sign</a> - CSR に他の証明書（あるいは自分自身）で署名して証明書を作成する</li>
<li><a href="function.openssl-decrypt.php" class="index">openssl_decrypt</a> - データを復号する</li>
<li><a href="function.openssl-dh-compute-key.php" class="index">openssl_dh_compute_key</a> - ローカルのDH秘密鍵とリモート側のDH公開鍵を使い、共有シークレットを計算する</li>
<li><a href="function.openssl-digest.php" class="index">openssl_digest</a> - ダイジェストを計算する</li>
<li><a href="function.openssl-encrypt.php" class="index">openssl_encrypt</a> - データを暗号化する</li>
<li><a href="function.openssl-error-string.php" class="index">openssl_error_string</a> - OpenSSL エラーメッセージを返す</li>
<li><a href="function.openssl-free-key.php" class="index">openssl_free_key</a> - キーリソースを開放する</li>
<li><a href="function.openssl-get-cert-locations.php" class="index">openssl_get_cert_locations</a> - 有効な証明書の格納場所を検索する</li>
<li><a href="function.openssl-get-cipher-methods.php" class="index">openssl_get_cipher_methods</a> - 利用可能な暗号メソッドを取得</li>
<li><a href="function.openssl-get-curve-names.php" class="index">openssl_get_curve_names</a> - ECC で利用可能な楕円曲線の名前を取得する</li>
<li><a href="function.openssl-get-md-methods.php" class="index">openssl_get_md_methods</a> - 利用可能なダイジェスト・メソッドを取得</li>
<li><a href="function.openssl-get-privatekey.php" class="index">openssl_get_privatekey</a> - openssl_pkey_get_private のエイリアス</li>
<li><a href="function.openssl-get-publickey.php" class="index">openssl_get_publickey</a> - openssl_pkey_get_public のエイリアス</li>
<li><a href="function.openssl-open.php" class="index">openssl_open</a> - シール(暗号化)されたデータをオープン(復号)する</li>
<li><a href="function.openssl-password-hash.php" class="index">openssl_password_hash</a> - OpenSSL の Argon2 実装を使ってパスワードハッシュを作る</li>
<li><a href="function.openssl-password-verify.php" class="index">openssl_password_verify</a> - OpenSSL の Argon2 実装を用いてパスワードをハッシュと照合する</li>
<li><a href="function.openssl-pbkdf2.php" class="index">openssl_pbkdf2</a> - PKCS5 v2 の PBKDF2 文字列を生成する</li>
<li><a href="function.openssl-pkcs7-decrypt.php" class="index">openssl_pkcs7_decrypt</a> - S/MIME 暗号化されたメッセージを復号する</li>
<li><a href="function.openssl-pkcs7-encrypt.php" class="index">openssl_pkcs7_encrypt</a> - S/MIME メッセージを暗号化する</li>
<li><a href="function.openssl-pkcs7-read.php" class="index">openssl_pkcs7_read</a> - PKCS7 ファイルを PEM証明書 の配列にエクスポートする</li>
<li><a href="function.openssl-pkcs7-sign.php" class="index">openssl_pkcs7_sign</a> - S/MIME メッセージに署名する</li>
<li><a href="function.openssl-pkcs7-verify.php" class="index">openssl_pkcs7_verify</a> - S/MIME で署名されたメッセージの署名を検証する</li>
<li><a href="function.openssl-pkcs12-export.php" class="index">openssl_pkcs12_export</a> - PKCS#12 互換の証明書保存ファイルを変数にエクスポートする</li>
<li><a href="function.openssl-pkcs12-export-to-file.php" class="index">openssl_pkcs12_export_to_file</a> - PKCS#12 互換の証明書保存ファイルをエクスポートする</li>
<li><a href="function.openssl-pkcs12-read.php" class="index">openssl_pkcs12_read</a> - PKCS#12 認証ストアをパースして配列形式にする</li>
<li><a href="function.openssl-pkey-derive.php" class="index">openssl_pkey_derive</a> - リモートとローカルの DH/ECDH鍵 の公開値のための、共有シークレットを計算する</li>
<li><a href="function.openssl-pkey-export.php" class="index">openssl_pkey_export</a> - エクスポート可能な形式で、キーを文字列に取得する</li>
<li><a href="function.openssl-pkey-export-to-file.php" class="index">openssl_pkey_export_to_file</a> - エクスポート可能な形式で、キーをファイルに取得する</li>
<li><a href="function.openssl-pkey-free.php" class="index">openssl_pkey_free</a> - 秘密鍵を開放する</li>
<li><a href="function.openssl-pkey-get-details.php" class="index">openssl_pkey_get_details</a> - キーの詳細の配列を返す</li>
<li><a href="function.openssl-pkey-get-private.php" class="index">openssl_pkey_get_private</a> - 秘密鍵を取得する</li>
<li><a href="function.openssl-pkey-get-public.php" class="index">openssl_pkey_get_public</a> - 証明書から公開鍵を抽出し、使用できるようにする</li>
<li><a href="function.openssl-pkey-new.php" class="index">openssl_pkey_new</a> - 新規に秘密鍵を生成する</li>
<li><a href="function.openssl-private-decrypt.php" class="index">openssl_private_decrypt</a> - 秘密鍵でデータを復号する</li>
<li><a href="function.openssl-private-encrypt.php" class="index">openssl_private_encrypt</a> - 秘密鍵でデータを暗号化する</li>
<li><a href="function.openssl-public-decrypt.php" class="index">openssl_public_decrypt</a> - 公開鍵でデータを復号する</li>
<li><a href="function.openssl-public-encrypt.php" class="index">openssl_public_encrypt</a> - 公開鍵でデータを暗号化する</li>
<li><a href="function.openssl-random-pseudo-bytes.php" class="index">openssl_random_pseudo_bytes</a> - 疑似ランダムなバイト文字列を生成する</li>
<li><a href="function.openssl-seal.php" class="index">openssl_seal</a> - データをシール(暗号化)する</li>
<li><a href="function.openssl-sign.php" class="index">openssl_sign</a> - 署名を生成する</li>
<li><a href="function.openssl-spki-export.php" class="index">openssl_spki_export</a> - 署名済みの公開鍵とチャレンジから、有効なPEMフォーマットの公開鍵をエクスポートする</li>
<li><a href="function.openssl-spki-export-challenge.php" class="index">openssl_spki_export_challenge</a> - 署名済みの公開鍵とチャレンジに関連するチャレンジをエクスポートする</li>
<li><a href="function.openssl-spki-new.php" class="index">openssl_spki_new</a> - 署名された公開鍵とチャレンジを新規に作成する</li>
<li><a href="function.openssl-spki-verify.php" class="index">openssl_spki_verify</a> - 署名済みの公開鍵とチャレンジを検証する</li>
<li><a href="function.openssl-verify.php" class="index">openssl_verify</a> - 署名を検証する</li>
<li><a href="function.openssl-x509-checkpurpose.php" class="index">openssl_x509_checkpurpose</a> - 証明書が特定の目的に使用可能かどうか確認する</li>
<li><a href="function.openssl-x509-check-private-key.php" class="index">openssl_x509_check_private_key</a> - 秘密鍵が証明書に対応するかを確認する</li>
<li><a href="function.openssl-x509-export.php" class="index">openssl_x509_export</a> - 証明書を文字列としてエクスポートする</li>
<li><a href="function.openssl-x509-export-to-file.php" class="index">openssl_x509_export_to_file</a> - 証明書をファイルにエクスポートする</li>
<li><a href="function.openssl-x509-fingerprint.php" class="index">openssl_x509_fingerprint</a> - 与えられた X.509 証明書のフィンガープリントあるいはダイジェストを計算する</li>
<li><a href="function.openssl-x509-free.php" class="index">openssl_x509_free</a> - 証明書リソースを開放する</li>
<li><a href="function.openssl-x509-parse.php" class="index">openssl_x509_parse</a> - X509 証明書をパースし、配列として情報を返す</li>
<li><a href="function.openssl-x509-read.php" class="index">openssl_x509_read</a> - X.509 証明書をパースし、オブジェクトを返す</li>
<li><a href="function.openssl-x509-verify.php" class="index">openssl_x509_verify</a> - x509証明書のデジタル署名を公開鍵で検証する</li>
<li><a href="function.ord.php" class="index">ord</a> - 文字列の先頭バイトを、0 から 255 までの値に変換する</li>
<li><a href="outeriterator.getinneriterator.php" class="index">OuterIterator::getInnerIterator</a> - 現在のエントリの内部イテレータを返す</li>
<li><a href="function.output-add-rewrite-var.php" class="index">output_add_rewrite_var</a> - URL リライタの値を追加する</li>
<li><a href="function.output-reset-rewrite-vars.php" class="index">output_reset_rewrite_vars</a> - URL リライタの値をリセットする</li>
<li><a href="override.construct.php" class="index">Override::__construct</a> - 新しいOverrideアトリビュートのインスタンスを作成する</li>
</ul></li>
<li class='gen-index index-for-p'>p<ul id='refentry-index-for-p'>
<li><a href="function.pack.php" class="index">pack</a> - データをバイナリ文字列にパックする</li>
<li><a href="parallel.bootstrap.php" class="index">parallel\bootstrap</a> - Bootstrapping</li>
<li><a href="parallel-channel.close.php" class="index">parallel\Channel::close</a> - Closing</li>
<li><a href="parallel-channel.make.php" class="index">parallel\Channel::make</a> - Access</li>
<li><a href="parallel-channel.open.php" class="index">parallel\Channel::open</a> - Access</li>
<li><a href="parallel-channel.recv.php" class="index">parallel\Channel::recv</a> - Sharing</li>
<li><a href="parallel-channel.send.php" class="index">parallel\Channel::send</a> - Sharing</li>
<li><a href="parallel-channel.construct.php" class="index">parallel\Channel::__construct</a> - Channel Construction</li>
<li><a href="parallel-events.addchannel.php" class="index">parallel\Events::addChannel</a> - Targets</li>
<li><a href="parallel-events.addfuture.php" class="index">parallel\Events::addFuture</a> - Targets</li>
<li><a href="parallel-events.poll.php" class="index">parallel\Events::poll</a> - Polling</li>
<li><a href="parallel-events.remove.php" class="index">parallel\Events::remove</a> - Targets</li>
<li><a href="parallel-events.setblocking.php" class="index">parallel\Events::setBlocking</a> - Behaviour</li>
<li><a href="parallel-events.setinput.php" class="index">parallel\Events::setInput</a> - Input</li>
<li><a href="parallel-events.settimeout.php" class="index">parallel\Events::setTimeout</a> - Behaviour</li>
<li><a href="parallel-events-input.add.php" class="index">parallel\Events\Input::add</a> - Inputs</li>
<li><a href="parallel-events-input.clear.php" class="index">parallel\Events\Input::clear</a> - Inputs</li>
<li><a href="parallel-events-input.remove.php" class="index">parallel\Events\Input::remove</a> - Inputs</li>
<li><a href="parallel-future.cancel.php" class="index">parallel\Future::cancel</a> - Cancellation</li>
<li><a href="parallel-future.cancelled.php" class="index">parallel\Future::cancelled</a> - State Detection</li>
<li><a href="parallel-future.done.php" class="index">parallel\Future::done</a> - State Detection</li>
<li><a href="parallel-future.value.php" class="index">parallel\Future::value</a> - Resolution</li>
<li><a href="parallel.run.php" class="index">parallel\run</a> - Execution</li>
<li><a href="parallel-runtime.close.php" class="index">parallel\Runtime::close</a> - Runtime Graceful Join</li>
<li><a href="parallel-runtime.kill.php" class="index">parallel\Runtime::kill</a> - Runtime Join</li>
<li><a href="parallel-runtime.run.php" class="index">parallel\Runtime::run</a> - Execution</li>
<li><a href="parallel-runtime.construct.php" class="index">parallel\Runtime::__construct</a> - Runtime Construction</li>
<li><a href="parallel-sync.get.php" class="index">parallel\Sync::get</a> - Access</li>
<li><a href="parallel-sync.notify.php" class="index">parallel\Sync::notify</a> - Synchronization</li>
<li><a href="parallel-sync.set.php" class="index">parallel\Sync::set</a> - Access</li>
<li><a href="parallel-sync.wait.php" class="index">parallel\Sync::wait</a> - Synchronization</li>
<li><a href="parallel-sync.construct.php" class="index">parallel\Sync::__construct</a> - Construction</li>
<li><a href="parallel-sync.invoke.php" class="index">parallel\Sync::__invoke</a> - Synchronization</li>
<li><a href="parentiterator.accept.php" class="index">ParentIterator::accept</a> - 受け入れ可能かどうかを調べる</li>
<li><a href="parentiterator.getchildren.php" class="index">ParentIterator::getChildren</a> - ParentIterator に含まれる内部イテレータの子を返す</li>
<li><a href="parentiterator.haschildren.php" class="index">ParentIterator::hasChildren</a> - 内部イテレータの現在の要素が子を持つかどうかをチェックする</li>
<li><a href="parentiterator.next.php" class="index">ParentIterator::next</a> - イテレータを前に移動する</li>
<li><a href="parentiterator.rewind.php" class="index">ParentIterator::rewind</a> - イテレータを巻き戻す</li>
<li><a href="parentiterator.construct.php" class="index">ParentIterator::__construct</a> - ParentIterator を作成する</li>
<li><a href="parle-lexer.advance.php" class="index">Parle\Lexer::advance</a> - Process next lexer rule</li>
<li><a href="parle-lexer.build.php" class="index">Parle\Lexer::build</a> - Finalize the lexer rule set</li>
<li><a href="parle-lexer.callout.php" class="index">Parle\Lexer::callout</a> - Define token callback</li>
<li><a href="parle-lexer.consume.php" class="index">Parle\Lexer::consume</a> - Pass the data for processing</li>
<li><a href="parle-lexer.dump.php" class="index">Parle\Lexer::dump</a> - Dump the state machine</li>
<li><a href="parle-lexer.gettoken.php" class="index">Parle\Lexer::getToken</a> - Retrieve the current token</li>
<li><a href="parle-lexer.insertmacro.php" class="index">Parle\Lexer::insertMacro</a> - Insert regex macro</li>
<li><a href="parle-lexer.push.php" class="index">Parle\Lexer::push</a> - Add a lexer rule</li>
<li><a href="parle-lexer.reset.php" class="index">Parle\Lexer::reset</a> - Reset lexer</li>
<li><a href="parle-parser.advance.php" class="index">Parle\Parser::advance</a> - Process next parser rule</li>
<li><a href="parle-parser.build.php" class="index">Parle\Parser::build</a> - Finalize the grammar rules</li>
<li><a href="parle-parser.consume.php" class="index">Parle\Parser::consume</a> - Consume the data for processing</li>
<li><a href="parle-parser.dump.php" class="index">Parle\Parser::dump</a> - Dump the grammar</li>
<li><a href="parle-parser.errorinfo.php" class="index">Parle\Parser::errorInfo</a> - Retrieve the error information</li>
<li><a href="parle-parser.left.php" class="index">Parle\Parser::left</a> - Declare a token with left-associativity</li>
<li><a href="parle-parser.nonassoc.php" class="index">Parle\Parser::nonassoc</a> - Declare a token with no associativity</li>
<li><a href="parle-parser.precedence.php" class="index">Parle\Parser::precedence</a> - Declare a precedence rule</li>
<li><a href="parle-parser.push.php" class="index">Parle\Parser::push</a> - Add a grammar rule</li>
<li><a href="parle-parser.reset.php" class="index">Parle\Parser::reset</a> - Reset parser state</li>
<li><a href="parle-parser.right.php" class="index">Parle\Parser::right</a> - Declare a token with right-associativity</li>
<li><a href="parle-parser.sigil.php" class="index">Parle\Parser::sigil</a> - Retrieve a matching part of a rule</li>
<li><a href="parle-parser.sigilcount.php" class="index">Parle\Parser::sigilCount</a> - Number of elements in matched rule</li>
<li><a href="parle-parser.sigilname.php" class="index">Parle\Parser::sigilName</a> - Retrieve a rule or token name</li>
<li><a href="parle-parser.token.php" class="index">Parle\Parser::token</a> - Declare a token</li>
<li><a href="parle-parser.tokenid.php" class="index">Parle\Parser::tokenId</a> - Get token id</li>
<li><a href="parle-parser.trace.php" class="index">Parle\Parser::trace</a> - Trace the parser operation</li>
<li><a href="parle-parser.validate.php" class="index">Parle\Parser::validate</a> - Validate input</li>
<li><a href="parle-rlexer.advance.php" class="index">Parle\RLexer::advance</a> - Process next lexer rule</li>
<li><a href="parle-rlexer.build.php" class="index">Parle\RLexer::build</a> - Finalize the lexer rule set</li>
<li><a href="parle-rlexer.callout.php" class="index">Parle\RLexer::callout</a> - Define token callback</li>
<li><a href="parle-rlexer.consume.php" class="index">Parle\RLexer::consume</a> - Pass the data for processing</li>
<li><a href="parle-rlexer.dump.php" class="index">Parle\RLexer::dump</a> - Dump the state machine</li>
<li><a href="parle-rlexer.gettoken.php" class="index">Parle\RLexer::getToken</a> - Retrieve the current token</li>
<li><a href="parle-rlexer.insertmacro.php" class="index">Parle\RLexer::insertMacro</a> - Insert regex macro</li>
<li><a href="parle-rlexer.push.php" class="index">Parle\RLexer::push</a> - Add a lexer rule</li>
<li><a href="parle-rlexer.pushstate.php" class="index">Parle\RLexer::pushState</a> - Push a new start state</li>
<li><a href="parle-rlexer.reset.php" class="index">Parle\RLexer::reset</a> - Reset lexer</li>
<li><a href="parle-rparser.advance.php" class="index">Parle\RParser::advance</a> - Process next parser rule</li>
<li><a href="parle-rparser.build.php" class="index">Parle\RParser::build</a> - Finalize the grammar rules</li>
<li><a href="parle-rparser.consume.php" class="index">Parle\RParser::consume</a> - Consume the data for processing</li>
<li><a href="parle-rparser.dump.php" class="index">Parle\RParser::dump</a> - Dump the grammar</li>
<li><a href="parle-rparser.errorinfo.php" class="index">Parle\RParser::errorInfo</a> - Retrieve the error information</li>
<li><a href="parle-rparser.left.php" class="index">Parle\RParser::left</a> - Declare a token with left-associativity</li>
<li><a href="parle-rparser.nonassoc.php" class="index">Parle\RParser::nonassoc</a> - Declare a token with no associativity</li>
<li><a href="parle-rparser.precedence.php" class="index">Parle\RParser::precedence</a> - Declare a precedence rule</li>
<li><a href="parle-rparser.push.php" class="index">Parle\RParser::push</a> - Add a grammar rule</li>
<li><a href="parle-rparser.reset.php" class="index">Parle\RParser::reset</a> - Reset parser state</li>
<li><a href="parle-rparser.right.php" class="index">Parle\RParser::right</a> - Declare a token with right-associativity</li>
<li><a href="parle-rparser.sigil.php" class="index">Parle\RParser::sigil</a> - Retrieve a matching part of a rule</li>
<li><a href="parle-rparser.sigilcount.php" class="index">Parle\RParser::sigilCount</a> - Number of elements in matched rule</li>
<li><a href="parle-rparser.sigilname.php" class="index">Parle\RParser::sigilName</a> - Retrieve a rule or token name</li>
<li><a href="parle-rparser.token.php" class="index">Parle\RParser::token</a> - Declare a token</li>
<li><a href="parle-rparser.tokenid.php" class="index">Parle\RParser::tokenId</a> - Get token id</li>
<li><a href="parle-rparser.trace.php" class="index">Parle\RParser::trace</a> - Trace the parser operation</li>
<li><a href="parle-rparser.validate.php" class="index">Parle\RParser::validate</a> - Validate input</li>
<li><a href="parle-stack.pop.php" class="index">Parle\Stack::pop</a> - Pop an item from the stack</li>
<li><a href="parle-stack.push.php" class="index">Parle\Stack::push</a> - Push an item into the stack</li>
<li><a href="function.parse-ini-file.php" class="index">parse_ini_file</a> - 設定ファイルをパースする</li>
<li><a href="function.parse-ini-string.php" class="index">parse_ini_string</a> - 設定文字列をパースする</li>
<li><a href="function.parse-str.php" class="index">parse_str</a> - URL のクエリストリングとして文字列をパースする</li>
<li><a href="function.parse-url.php" class="index">parse_url</a> - URL を解釈し、その構成要素を返す</li>
<li><a href="function.passthru.php" class="index">passthru</a> - 外部プログラムを実行し、未整形の出力を表示する</li>
<li><a href="function.password-algos.php" class="index">password_algos</a> - 利用可能なパスワードハッシュアルゴリズムのIDを取得する</li>
<li><a href="function.password-get-info.php" class="index">password_get_info</a> - 指定したハッシュに関する情報を返す</li>
<li><a href="function.password-hash.php" class="index">password_hash</a> - パスワードハッシュを作る</li>
<li><a href="function.password-needs-rehash.php" class="index">password_needs_rehash</a> - 指定したハッシュがオプションにマッチするかどうかを調べる</li>
<li><a href="function.password-verify.php" class="index">password_verify</a> - パスワードがハッシュにマッチするかどうかを調べる</li>
<li><a href="function.pathinfo.php" class="index">pathinfo</a> - ファイルパスに関する情報を返す</li>
<li><a href="function.pclose.php" class="index">pclose</a> - プロセスのファイルポインタをクローズする</li>
<li><a href="function.pcntl-alarm.php" class="index">pcntl_alarm</a> - シグナルを送信するアラームを設定する</li>
<li><a href="function.pcntl-async-signals.php" class="index">pcntl_async_signals</a> - 非同期のシグナルハンドリングを有効/無効にするか、古い設定を返す</li>
<li><a href="function.pcntl-errno.php" class="index">pcntl_errno</a> - pcntl_get_last_error のエイリアス</li>
<li><a href="function.pcntl-exec.php" class="index">pcntl_exec</a> - 現在のプロセス空間で指定したプログラムを実行する</li>
<li><a href="function.pcntl-fork.php" class="index">pcntl_fork</a> - 現在実行中のプロセスをフォークする</li>
<li><a href="function.pcntl-getcpuaffinity.php" class="index">pcntl_getcpuaffinity</a> - プロセスのCPUアフィニティを取得する</li>
<li><a href="function.pcntl-getpriority.php" class="index">pcntl_getpriority</a> - プロセスの優先度を取得する</li>
<li><a href="function.pcntl-getqos-class.php" class="index">pcntl_getqos_class</a> - 現在のスレッドの QoS クラスを取得する</li>
<li><a href="function.pcntl-get-last-error.php" class="index">pcntl_get_last_error</a> - 直近の pcntl 関数が失敗したときのエラー番号を取得する</li>
<li><a href="function.pcntl-rfork.php" class="index">pcntl_rfork</a> - プロセスのリソースを管理する</li>
<li><a href="function.pcntl-setcpuaffinity.php" class="index">pcntl_setcpuaffinity</a> - プロセスのCPUアフィニティを設定する</li>
<li><a href="function.pcntl-setpriority.php" class="index">pcntl_setpriority</a> - プロセスの優先度を変更する</li>
<li><a href="function.pcntl-setqos-class.php" class="index">pcntl_setqos_class</a> - 現在のスレッドの QoS クラスを設定する</li>
<li><a href="function.pcntl-signal.php" class="index">pcntl_signal</a> - シグナルハンドラを設定する</li>
<li><a href="function.pcntl-signal-dispatch.php" class="index">pcntl_signal_dispatch</a> - ペンディングシグナル用のハンドラをコールする</li>
<li><a href="function.pcntl-signal-get-handler.php" class="index">pcntl_signal_get_handler</a> - 指定されたシグナルの現在のハンドラを取得する</li>
<li><a href="function.pcntl-sigprocmask.php" class="index">pcntl_sigprocmask</a> - ブロックされたシグナルを設定あるいは取得する</li>
<li><a href="function.pcntl-sigtimedwait.php" class="index">pcntl_sigtimedwait</a> - タイムアウトつきでシグナルを待つ</li>
<li><a href="function.pcntl-sigwaitinfo.php" class="index">pcntl_sigwaitinfo</a> - シグナルを待つ</li>
<li><a href="function.pcntl-strerror.php" class="index">pcntl_strerror</a> - 指定した errno に対応するシステムのエラーメッセージを取得する</li>
<li><a href="function.pcntl-unshare.php" class="index">pcntl_unshare</a> - プロセスの実行コンテキストの一部を切り離す</li>
<li><a href="function.pcntl-wait.php" class="index">pcntl_wait</a> - 待つかフォークした子プロセスのステータスを返す</li>
<li><a href="function.pcntl-waitid.php" class="index">pcntl_waitid</a> - 子プロセスの状態変化を待つ</li>
<li><a href="function.pcntl-waitpid.php" class="index">pcntl_waitpid</a> - 待つかフォークした子プロセスのステータスを返す</li>
<li><a href="function.pcntl-wexitstatus.php" class="index">pcntl_wexitstatus</a> - 終了した子プロセスのリターンコードを返す</li>
<li><a href="function.pcntl-wifexited.php" class="index">pcntl_wifexited</a> - ステータスコードが正常終了を表しているかどうかを調べる</li>
<li><a href="function.pcntl-wifsignaled.php" class="index">pcntl_wifsignaled</a> - ステータスコードがシグナルによる終了を表しているかどうかを調べる</li>
<li><a href="function.pcntl-wifstopped.php" class="index">pcntl_wifstopped</a> - 子プロセスが現在停止しているかどうかを調べる</li>
<li><a href="function.pcntl-wstopsig.php" class="index">pcntl_wstopsig</a> - 子プロセスを停止させたシグナルを返す</li>
<li><a href="function.pcntl-wtermsig.php" class="index">pcntl_wtermsig</a> - 子プロセスを終了させたシグナルを返す</li>
<li><a href="pdo.begintransaction.php" class="index">PDO::beginTransaction</a> - トランザクションを開始する</li>
<li><a href="pdo.commit.php" class="index">PDO::commit</a> - トランザクションをコミットする</li>
<li><a href="pdo.connect.php" class="index">PDO::connect</a> - データベースに接続しドライバが対応する PDO サブクラスを返す</li>
<li><a href="pdo.cubrid-schema.php" class="index">PDO::cubrid_schema</a> - 指定したスキーマ情報を取得する</li>
<li><a href="pdo.errorcode.php" class="index">PDO::errorCode</a> - データベースハンドラにおける直近の操作に関連する SQLSTATE を取得する</li>
<li><a href="pdo.errorinfo.php" class="index">PDO::errorInfo</a> - データベースハンドラにおける直近の操作に関連する拡張エラー情報を取得する</li>
<li><a href="pdo.exec.php" class="index">PDO::exec</a> - SQL ステートメントを実行し、作用した行数を返す</li>
<li><a href="pdo.getattribute.php" class="index">PDO::getAttribute</a> - データベース接続の属性を取得する</li>
<li><a href="pdo.getavailabledrivers.php" class="index">PDO::getAvailableDrivers</a> - 利用可能な PDO ドライバの配列を返す</li>
<li><a href="pdo.intransaction.php" class="index">PDO::inTransaction</a> - トランザクション内かどうかを調べる</li>
<li><a href="pdo.lastinsertid.php" class="index">PDO::lastInsertId</a> - 最後に挿入された行の ID あるいはシーケンスの値を返す</li>
<li><a href="pdo.pgsqlcopyfromarray.php" class="index">PDO::pgsqlCopyFromArray</a> - Pdo\Pgsql::copyFromArray のエイリアス</li>
<li><a href="pdo.pgsqlcopyfromfile.php" class="index">PDO::pgsqlCopyFromFile</a> - Pdo\Pgsql::copyFromFile のエイリアス</li>
<li><a href="pdo.pgsqlcopytoarray.php" class="index">PDO::pgsqlCopyToArray</a> - Pdo\Pgsql::copyToArray のエイリアス</li>
<li><a href="pdo.pgsqlcopytofile.php" class="index">PDO::pgsqlCopyToFile</a> - Pdo\Pgsql::copyToFile のエイリアス</li>
<li><a href="pdo.pgsqlgetnotify.php" class="index">PDO::pgsqlGetNotify</a> - Pdo\Pgsql::getNotify のエイリアス</li>
<li><a href="pdo.pgsqlgetpid.php" class="index">PDO::pgsqlGetPid</a> - Pdo\Pgsql::getPid のエイリアス</li>
<li><a href="pdo.pgsqllobcreate.php" class="index">PDO::pgsqlLOBCreate</a> - Pdo\Pgsql::lobCreate のエイリアス</li>
<li><a href="pdo.pgsqllobopen.php" class="index">PDO::pgsqlLOBOpen</a> - Pdo\Pgsql::lobOpen のエイリアス</li>
<li><a href="pdo.pgsqllobunlink.php" class="index">PDO::pgsqlLOBUnlink</a> - Pdo\Pgsql::lobUnlink のエイリアス</li>
<li><a href="pdo.prepare.php" class="index">PDO::prepare</a> - 文を実行する準備を行い、文オブジェクトを返す</li>
<li><a href="pdo.query.php" class="index">PDO::query</a> - プレースホルダを指定せずに、SQL ステートメントを準備して実行する</li>
<li><a href="pdo.quote.php" class="index">PDO::quote</a> - クエリ用の文字列をクオートする</li>
<li><a href="pdo.rollback.php" class="index">PDO::rollBack</a> - トランザクションをロールバックする</li>
<li><a href="pdo.setattribute.php" class="index">PDO::setAttribute</a> - 属性を設定する</li>
<li><a href="pdo.sqlitecreateaggregate.php" class="index">PDO::sqliteCreateAggregate</a> - Pdo\Sqlite::createAggregate のエイリアス</li>
<li><a href="pdo.sqlitecreatecollation.php" class="index">PDO::sqliteCreateCollation</a> - Pdo\Sqlite::createCollation のエイリアス</li>
<li><a href="pdo.sqlitecreatefunction.php" class="index">PDO::sqliteCreateFunction</a> - Pdo\Sqlite::createFunction のエイリアス</li>
<li><a href="pdo.construct.php" class="index">PDO::__construct</a> - データベースへの接続を表す PDO インスタンスを生成する</li>
<li><a href="pdostatement.bindcolumn.php" class="index">PDOStatement::bindColumn</a> - カラムを PHP 変数にバインドする</li>
<li><a href="pdostatement.bindparam.php" class="index">PDOStatement::bindParam</a> - 指定された変数名にパラメータをバインドする</li>
<li><a href="pdostatement.bindvalue.php" class="index">PDOStatement::bindValue</a> - 値をパラメータにバインドする</li>
<li><a href="pdostatement.closecursor.php" class="index">PDOStatement::closeCursor</a> - カーソルを閉じてステートメントを再実行できるようにする</li>
<li><a href="pdostatement.columncount.php" class="index">PDOStatement::columnCount</a> - 結果セット中のカラム数を返す</li>
<li><a href="pdostatement.debugdumpparams.php" class="index">PDOStatement::debugDumpParams</a> - SQL プリペアドコマンドを出力する</li>
<li><a href="pdostatement.errorcode.php" class="index">PDOStatement::errorCode</a> - 文ハンドラにおける直近の操作に関連する SQLSTATE を取得する</li>
<li><a href="pdostatement.errorinfo.php" class="index">PDOStatement::errorInfo</a> - 文ハンドラにおける直近の操作に関連する拡張エラー情報を取得する</li>
<li><a href="pdostatement.execute.php" class="index">PDOStatement::execute</a> - プリペアドステートメントを実行する</li>
<li><a href="pdostatement.fetch.php" class="index">PDOStatement::fetch</a> - 結果セットから次の行を取得する</li>
<li><a href="pdostatement.fetchall.php" class="index">PDOStatement::fetchAll</a> - 結果セットから、残っている行を取得する</li>
<li><a href="pdostatement.fetchcolumn.php" class="index">PDOStatement::fetchColumn</a> - 結果セットの次行から単一カラムを返す</li>
<li><a href="pdostatement.fetchobject.php" class="index">PDOStatement::fetchObject</a> - 次の行を取得し、それをオブジェクトとして返す</li>
<li><a href="pdostatement.getattribute.php" class="index">PDOStatement::getAttribute</a> - 文の属性を取得する</li>
<li><a href="pdostatement.getcolumnmeta.php" class="index">PDOStatement::getColumnMeta</a> - 結果セットのカラムに対するメタデータを返す</li>
<li><a href="pdostatement.getiterator.php" class="index">PDOStatement::getIterator</a> - 結果セットのイテレータを取得する</li>
<li><a href="pdostatement.nextrowset.php" class="index">PDOStatement::nextRowset</a> - 複数の行セットを返す文ハンドラで次の行セットに移動する</li>
<li><a href="pdostatement.rowcount.php" class="index">PDOStatement::rowCount</a> - 直近の SQL ステートメントによって作用した行数を返す</li>
<li><a href="pdostatement.setattribute.php" class="index">PDOStatement::setAttribute</a> - 文の属性を設定する</li>
<li><a href="pdostatement.setfetchmode.php" class="index">PDOStatement::setFetchMode</a> - この文に対するデフォルトのフェッチモードを設定する</li>
<li><a href="pdo-firebird.getapiversion.php" class="index">Pdo\Firebird::getApiVersion</a> - APIバージョンを取得する</li>
<li><a href="pdo-mysql.getwarningcount.php" class="index">Pdo\Mysql::getWarningCount</a> - 最後に実行したクエリの警告の数を返す</li>
<li><a href="pdo-pgsql.copyfromarray.php" class="index">Pdo\Pgsql::copyFromArray</a> - PHP の配列から、データをテーブルにコピーする</li>
<li><a href="pdo-pgsql.copyfromfile.php" class="index">Pdo\Pgsql::copyFromFile</a> - ファイルからデータをテーブルにコピーする</li>
<li><a href="pdo-pgsql.copytoarray.php" class="index">Pdo\Pgsql::copyToArray</a> - データベーステーブルからのデータをPHPの配列にコピーする</li>
<li><a href="pdo-pgsql.copytofile.php" class="index">Pdo\Pgsql::copyToFile</a> - テーブルのデータをファイルにコピーする</li>
<li><a href="pdo-pgsql.escapeidentifier.php" class="index">Pdo\Pgsql::escapeIdentifier</a> - SQL識別子として使用するために文字列をエスケープする</li>
<li><a href="pdo-pgsql.getnotify.php" class="index">Pdo\Pgsql::getNotify</a> - 非同期に通知を取得する</li>
<li><a href="pdo-pgsql.getpid.php" class="index">Pdo\Pgsql::getPid</a> - 接続を処理するバックエンドプロセスのPIDを取得する</li>
<li><a href="pdo-pgsql.lobcreate.php" class="index">Pdo\Pgsql::lobCreate</a> - 新しいラージオブジェクトを作成する</li>
<li><a href="pdo-pgsql.lobopen.php" class="index">Pdo\Pgsql::lobOpen</a> - 既存のラージオブジェクトのストリームをオープンする</li>
<li><a href="pdo-pgsql.lobunlink.php" class="index">Pdo\Pgsql::lobUnlink</a> - ラージオブジェクトを削除する</li>
<li><a href="pdo-pgsql.setnoticecallback.php" class="index">Pdo\Pgsql::setNoticeCallback</a> - バックエンドが生成する通知および警告メッセージを処理するコールバックを設定する</li>
<li><a href="pdo-sqlite.createaggregate.php" class="index">Pdo\Sqlite::createAggregate</a> - SQL 文で使用するユーザー定義集約関数を登録する</li>
<li><a href="pdo-sqlite.createcollation.php" class="index">Pdo\Sqlite::createCollation</a> - SQL文で文字列比較関数として使うユーザー定義関数を登録する</li>
<li><a href="pdo-sqlite.createfunction.php" class="index">Pdo\Sqlite::createFunction</a> - SQL 文で使用するユーザー定義関数を登録する</li>
<li><a href="pdo-sqlite.loadextension.php" class="index">Pdo\Sqlite::loadExtension</a> - Description</li>
<li><a href="pdo-sqlite.openblob.php" class="index">Pdo\Sqlite::openBlob</a> - Description</li>
<li><a href="ref.pdo-cubrid.connection.php" class="index">PDO_CUBRID DSN</a> - CUBRID データベースへの接続</li>
<li><a href="ref.pdo-dblib.connection.php" class="index">PDO_DBLIB DSN</a> - Microsoft SQL Server および Sybase データベースに接続する</li>
<li><a href="ref.pdo-firebird.connection.php" class="index">PDO_FIREBIRD DSN</a> - Firebird データベースに接続する</li>
<li><a href="ref.pdo-ibm.connection.php" class="index">PDO_IBM DSN</a> - IBM データベースへの接続</li>
<li><a href="ref.pdo-informix.connection.php" class="index">PDO_INFORMIX DSN</a> - Informix データベースに接続する</li>
<li><a href="ref.pdo-mysql.connection.php" class="index">PDO_MYSQL DSN</a> - MySQL データベースに接続する</li>
<li><a href="ref.pdo-oci.connection.php" class="index">PDO_OCI DSN</a> - Oracle データベースに接続する</li>
<li><a href="ref.pdo-odbc.connection.php" class="index">PDO_ODBC DSN</a> - ODBC あるいは DB2 データベースに接続する</li>
<li><a href="ref.pdo-pgsql.connection.php" class="index">PDO_PGSQL DSN</a> - PostgreSQL データベースに接続する</li>
<li><a href="ref.pdo-sqlite.connection.php" class="index">PDO_SQLITE DSN</a> - SQLite データベースに接続する</li>
<li><a href="ref.pdo-sqlsrv.connection.php" class="index">PDO_SQLSRV DSN</a> - MS SQL Server および SQL Azure データベースに接続する</li>
<li><a href="function.pfsockopen.php" class="index">pfsockopen</a> - 持続的な Internet または Unix ドメインソケット接続をオープンする</li>
<li><a href="function.pg-affected-rows.php" class="index">pg_affected_rows</a> - 変更されたレコード(タプル)の数を返す</li>
<li><a href="function.pg-cancel-query.php" class="index">pg_cancel_query</a> - 非同期クエリを取り消す</li>
<li><a href="function.pg-client-encoding.php" class="index">pg_client_encoding</a> - クライアントのエンコーディングを取得する</li>
<li><a href="function.pg-close.php" class="index">pg_close</a> - PostgreSQL 接続をクローズする</li>
<li><a href="function.pg-connect.php" class="index">pg_connect</a> - PostgreSQL 接続をオープンする</li>
<li><a href="function.pg-connection-busy.php" class="index">pg_connection_busy</a> - 接続がビジーかどうか調べる</li>
<li><a href="function.pg-connection-reset.php" class="index">pg_connection_reset</a> - 接続をリセット(再接続)する</li>
<li><a href="function.pg-connection-status.php" class="index">pg_connection_status</a> - 接続ステータスを取得する</li>
<li><a href="function.pg-connect-poll.php" class="index">pg_connect_poll</a> - 進行中の非同期接続のステータスをポーリングする</li>
<li><a href="function.pg-consume-input.php" class="index">pg_consume_input</a> - 接続の入力を読み取る</li>
<li><a href="function.pg-convert.php" class="index">pg_convert</a> - 連想配列の値を、SQL 文として実行可能な形式に変換する</li>
<li><a href="function.pg-copy-from.php" class="index">pg_copy_from</a> - 配列からテーブルに挿入する</li>
<li><a href="function.pg-copy-to.php" class="index">pg_copy_to</a> - 配列にテーブルをコピーする</li>
<li><a href="function.pg-dbname.php" class="index">pg_dbname</a> - データベース名を取得する</li>
<li><a href="function.pg-delete.php" class="index">pg_delete</a> - レコードを削除する</li>
<li><a href="function.pg-end-copy.php" class="index">pg_end_copy</a> - PostgreSQL バックエンドと同期する</li>
<li><a href="function.pg-escape-bytea.php" class="index">pg_escape_bytea</a> - bytea フィールドに挿入するために文字列をエスケープする</li>
<li><a href="function.pg-escape-identifier.php" class="index">pg_escape_identifier</a> - テキスト型フィールドに挿入するために、識別子をエスケープする</li>
<li><a href="function.pg-escape-literal.php" class="index">pg_escape_literal</a> - テキスト型フィールドに挿入するために、リテラルをエスケープする</li>
<li><a href="function.pg-escape-string.php" class="index">pg_escape_string</a> - クエリに使う文字列をエスケープする</li>
<li><a href="function.pg-execute.php" class="index">pg_execute</a> - 指定したパラメータを用いてプリペアドステートメントを実行するリクエストを
   送信し、その結果を待つ</li>
<li><a href="function.pg-fetch-all.php" class="index">pg_fetch_all</a> - 取得されたすべての行を配列として取得する</li>
<li><a href="function.pg-fetch-all-columns.php" class="index">pg_fetch_all_columns</a> - 指定したカラムの全ての行を配列として取得する</li>
<li><a href="function.pg-fetch-array.php" class="index">pg_fetch_array</a> - 行を配列として取得する</li>
<li><a href="function.pg-fetch-assoc.php" class="index">pg_fetch_assoc</a> - 行を連想配列として取得する</li>
<li><a href="function.pg-fetch-object.php" class="index">pg_fetch_object</a> - 行をオブジェクトとして得る</li>
<li><a href="function.pg-fetch-result.php" class="index">pg_fetch_result</a> - 結果インスタンスから値を返す</li>
<li><a href="function.pg-fetch-row.php" class="index">pg_fetch_row</a> - 数値添字の配列として行を得る</li>
<li><a href="function.pg-field-is-null.php" class="index">pg_field_is_null</a> - フィールドが SQL の NULL かどうか調べる</li>
<li><a href="function.pg-field-name.php" class="index">pg_field_name</a> - フィールドの名前を返す</li>
<li><a href="function.pg-field-num.php" class="index">pg_field_num</a> - 指定されたフィールドのフィールド番号を返す</li>
<li><a href="function.pg-field-prtlen.php" class="index">pg_field_prtlen</a> - 表示される長さを返す</li>
<li><a href="function.pg-field-size.php" class="index">pg_field_size</a> - 指定したフィールドの内部記憶領域におけるサイズを返す</li>
<li><a href="function.pg-field-table.php" class="index">pg_field_table</a> - tables フィールドの名前あるいは oid を返す</li>
<li><a href="function.pg-field-type.php" class="index">pg_field_type</a> - フィールド番号に対応する型名を返す</li>
<li><a href="function.pg-field-type-oid.php" class="index">pg_field_type_oid</a> - フィールド番号に対応する型 ID（OID）を返す</li>
<li><a href="function.pg-flush.php" class="index">pg_flush</a> - 送信を待っているクエリデータをフラッシュする</li>
<li><a href="function.pg-free-result.php" class="index">pg_free_result</a> - クエリ結果のメモリを開放する</li>
<li><a href="function.pg-get-notify.php" class="index">pg_get_notify</a> - SQL NOTIFY メッセージを取得する</li>
<li><a href="function.pg-get-pid.php" class="index">pg_get_pid</a> - バックエンドのプロセス ID を得る</li>
<li><a href="function.pg-get-result.php" class="index">pg_get_result</a> - 非同期クエリの結果を取得する</li>
<li><a href="function.pg-host.php" class="index">pg_host</a> - 接続に関連するホスト名を返す</li>
<li><a href="function.pg-insert.php" class="index">pg_insert</a> - テーブルに配列を挿入する</li>
<li><a href="function.pg-last-error.php" class="index">pg_last_error</a> - 特定の接続から直近のエラーメッセージ文字列を取得する</li>
<li><a href="function.pg-last-notice.php" class="index">pg_last_notice</a> - PostgreSQL サーバーからの直近の通知メッセージを返す</li>
<li><a href="function.pg-last-oid.php" class="index">pg_last_oid</a> - 直近の行のオブジェクト ID を返す</li>
<li><a href="function.pg-lo-close.php" class="index">pg_lo_close</a> - ラージオブジェクトをクローズする</li>
<li><a href="function.pg-lo-create.php" class="index">pg_lo_create</a> - ラージオブジェクトを生成する</li>
<li><a href="function.pg-lo-export.php" class="index">pg_lo_export</a> - ラージオブジェクトをファイルにエクスポートする</li>
<li><a href="function.pg-lo-import.php" class="index">pg_lo_import</a> - ファイルからラージオブジェクトをインポートする</li>
<li><a href="function.pg-lo-open.php" class="index">pg_lo_open</a> - ラージオブジェクトをオープンする</li>
<li><a href="function.pg-lo-read.php" class="index">pg_lo_read</a> - ラージオブジェクトを読み込む</li>
<li><a href="function.pg-lo-read-all.php" class="index">pg_lo_read_all</a> - ラージオブジェクト全体を読み込みブラウザに直接送信する</li>
<li><a href="function.pg-lo-seek.php" class="index">pg_lo_seek</a> - ラージオブジェクトの位置をシークする</li>
<li><a href="function.pg-lo-tell.php" class="index">pg_lo_tell</a> - ラージオブジェクトのカレントのシーク位置を返す</li>
<li><a href="function.pg-lo-truncate.php" class="index">pg_lo_truncate</a> - ラージオブジェクトを切り詰める</li>
<li><a href="function.pg-lo-unlink.php" class="index">pg_lo_unlink</a> - ラージオブジェクトを削除する</li>
<li><a href="function.pg-lo-write.php" class="index">pg_lo_write</a> - ラージオブジェクトに書き込む</li>
<li><a href="function.pg-meta-data.php" class="index">pg_meta_data</a> - テーブルからメタデータを取得する</li>
<li><a href="function.pg-num-fields.php" class="index">pg_num_fields</a> - フィールド数を返す</li>
<li><a href="function.pg-num-rows.php" class="index">pg_num_rows</a> - 行数を返す</li>
<li><a href="function.pg-options.php" class="index">pg_options</a> - 接続に関連するオプションを取得する</li>
<li><a href="function.pg-parameter-status.php" class="index">pg_parameter_status</a> - サーバーのパラメータ設定を検索する</li>
<li><a href="function.pg-pconnect.php" class="index">pg_pconnect</a> - 持続的な PostgreSQL 接続をオープンする</li>
<li><a href="function.pg-ping.php" class="index">pg_ping</a> - データベース接続を調べる</li>
<li><a href="function.pg-port.php" class="index">pg_port</a> - 接続に関連するポート番号を返す</li>
<li><a href="function.pg-prepare.php" class="index">pg_prepare</a> - 指定したパラメータでプリペアドステートメントを作成するリクエストを
   サーバーに送信し、その完了を待つ</li>
<li><a href="function.pg-put-line.php" class="index">pg_put_line</a> - NULL で終わる文字列を PostgreSQL バックエンドに送信する</li>
<li><a href="function.pg-query.php" class="index">pg_query</a> - クエリを実行する</li>
<li><a href="function.pg-query-params.php" class="index">pg_query_params</a> - SQL コマンドとパラメータを分割してサーバーへ送信し、その結果を待つ</li>
<li><a href="function.pg-result-error.php" class="index">pg_result_error</a> - 結果に関連するエラーメッセージを取得する</li>
<li><a href="function.pg-result-error-field.php" class="index">pg_result_error_field</a> - エラー報告の各フィールドを返す</li>
<li><a href="function.pg-result-memory-size.php" class="index">pg_result_memory_size</a> - クエリーの結果に割り当てられたメモリ使用量を返す</li>
<li><a href="function.pg-result-seek.php" class="index">pg_result_seek</a> - 結果インスタンスの内部行オフセットを設定する</li>
<li><a href="function.pg-result-status.php" class="index">pg_result_status</a> - クエリ結果のステータスを取得する</li>
<li><a href="function.pg-select.php" class="index">pg_select</a> - レコードを選択する</li>
<li><a href="function.pg-send-execute.php" class="index">pg_send_execute</a> - 指定したパラメータでプリペアドステートメントを実行するリクエストを
   送信し、その結果を待たない</li>
<li><a href="function.pg-send-prepare.php" class="index">pg_send_prepare</a> - 指定したパラメータでプリペアドステートメントを作成するリクエストを
   送信し、その結果を待たない</li>
<li><a href="function.pg-send-query.php" class="index">pg_send_query</a> - 非同期クエリを送信する</li>
<li><a href="function.pg-send-query-params.php" class="index">pg_send_query_params</a> - コマンドとパラメータを分割してサーバーに送信し、その結果を待たない</li>
<li><a href="function.pg-set-chunked-rows-size.php" class="index">pg_set_chunked_rows_size</a> - チャンクモードで取得するクエリ結果の行数を設定する</li>
<li><a href="function.pg-set-client-encoding.php" class="index">pg_set_client_encoding</a> - クライアントのエンコーディングを設定する</li>
<li><a href="function.pg-set-error-context-visibility.php" class="index">pg_set_error_context_visibility</a> - pg_last_error が返すコンテクストのエラーメッセージのアクセス権を設定する</li>
<li><a href="function.pg-set-error-verbosity.php" class="index">pg_set_error_verbosity</a> - pg_last_error および pg_result_error
   が返すメッセージの詳細度を指定する</li>
<li><a href="function.pg-socket.php" class="index">pg_socket</a> - PostgreSQL 接続の下層にある、読み取り専用のソケットのハンドルを取得する</li>
<li><a href="function.pg-trace.php" class="index">pg_trace</a> - PostgreSQL 接続のトレースを有効にする</li>
<li><a href="function.pg-transaction-status.php" class="index">pg_transaction_status</a> - サーバー上で実行中のトランザクションの状態を返す</li>
<li><a href="function.pg-tty.php" class="index">pg_tty</a> - 接続に関する TTY 名を返す</li>
<li><a href="function.pg-unescape-bytea.php" class="index">pg_unescape_bytea</a> - bytea 型のバイナリをアンエスケープする</li>
<li><a href="function.pg-untrace.php" class="index">pg_untrace</a> - PostgreSQL 接続のトレースを無効にする</li>
<li><a href="function.pg-update.php" class="index">pg_update</a> - テーブルを更新する</li>
<li><a href="function.pg-version.php" class="index">pg_version</a> - クライアント・プロトコル・サーバーのバージョンを配列で返す</li>
<li><a href="phar.addemptydir.php" class="index">Phar::addEmptyDir</a> - 空のディレクトリを phar アーカイブに追加する</li>
<li><a href="phar.addfile.php" class="index">Phar::addFile</a> - ファイルシステム上のファイルを phar アーカイブに追加する</li>
<li><a href="phar.addfromstring.php" class="index">Phar::addFromString</a> - 文字列から、ファイルを phar アーカイブに追加する</li>
<li><a href="phar.apiversion.php" class="index">Phar::apiVersion</a> - API のバージョンを返す</li>
<li><a href="phar.buildfromdirectory.php" class="index">Phar::buildFromDirectory</a> - ディレクトリ内のファイルから phar を作成する</li>
<li><a href="phar.buildfromiterator.php" class="index">Phar::buildFromIterator</a> - イテレータから phar アーカイブを作成する</li>
<li><a href="phar.cancompress.php" class="index">Phar::canCompress</a> - phar 拡張モジュールが zlib あるいは bzip2 による圧縮をサポートしているかどうかを返す</li>
<li><a href="phar.canwrite.php" class="index">Phar::canWrite</a> - phar 拡張モジュールが phar の書き込みや作成をサポートしているかどうかを返す</li>
<li><a href="phar.compress.php" class="index">Phar::compress</a> - Phar アーカイブ全体を Gzip あるいは Bzip2 で圧縮する</li>
<li><a href="phar.compressfiles.php" class="index">Phar::compressFiles</a> - 現在の Phar アーカイブ内のすべてのファイルを圧縮する</li>
<li><a href="phar.converttodata.php" class="index">Phar::convertToData</a> - phar アーカイブを実行可能でない tar あるいは zip ファイルに変換する</li>
<li><a href="phar.converttoexecutable.php" class="index">Phar::convertToExecutable</a> - phar アーカイブを実行可能な別の phar アーカイブ形式に変換する</li>
<li><a href="phar.copy.php" class="index">Phar::copy</a> - phar アーカイブ内のファイルを、phar 内で別の新しいファイルとしてコピーする</li>
<li><a href="phar.count.php" class="index">Phar::count</a> - Phar アーカイブ内のエントリ (ファイル) の数を返す</li>
<li><a href="phar.createdefaultstub.php" class="index">Phar::createDefaultStub</a> - phar ファイルフォーマット用のスタブを作成する</li>
<li><a href="phar.decompress.php" class="index">Phar::decompress</a> - Phar アーカイブ全体の圧縮を解除する</li>
<li><a href="phar.decompressfiles.php" class="index">Phar::decompressFiles</a> - 現在の Phar アーカイブ内のすべてのファイルの圧縮を解除する</li>
<li><a href="phar.delete.php" class="index">Phar::delete</a> - phar アーカイブ内のファイルを削除する</li>
<li><a href="phar.delmetadata.php" class="index">Phar::delMetadata</a> - phar のグローバルメタデータを削除する</li>
<li><a href="phar.extractto.php" class="index">Phar::extractTo</a> - phar アーカイブの内容をディレクトリに展開する</li>
<li><a href="phar.getalias.php" class="index">Phar::getAlias</a> - Phar のエイリアスを取得する</li>
<li><a href="phar.getmetadata.php" class="index">Phar::getMetadata</a> - phar アーカイブのメタデータを返す</li>
<li><a href="phar.getmodified.php" class="index">Phar::getModified</a> - phar が変更されているかどうかを返す</li>
<li><a href="phar.getpath.php" class="index">Phar::getPath</a> - Pharアーカイブのディスク上の実際のパスを取得する</li>
<li><a href="phar.getsignature.php" class="index">Phar::getSignature</a> - Phar アーカイブの MD5/SHA1/SHA256/SHA512/OpenSSL シグネチャを返す</li>
<li><a href="phar.getstub.php" class="index">Phar::getStub</a> - Phar アーカイブの PHP ローダーあるいは起動スタブを返す</li>
<li><a href="phar.getsupportedcompression.php" class="index">Phar::getSupportedCompression</a> - サポートする圧縮アルゴリズムの配列を返す</li>
<li><a href="phar.getsupportedsignatures.php" class="index">Phar::getSupportedSignatures</a> - サポートするシグネチャ型の配列を返す</li>
<li><a href="phar.getversion.php" class="index">Phar::getVersion</a> - Phar アーカイブのバージョン情報を返す</li>
<li><a href="phar.hasmetadata.php" class="index">Phar::hasMetadata</a> - ファイルがグローバルなメタデータを持つかどうかを返す</li>
<li><a href="phar.interceptfilefuncs.php" class="index">Phar::interceptFileFuncs</a> - fopen、file_get_contents、opendir などの stat 関連の関数をすべて phar に横取りさせる</li>
<li><a href="phar.isbuffering.php" class="index">Phar::isBuffering</a> - Phar の書き込み操作がバッファリングされるか、あるいは直接ディスクに書き込まれるかを調べる</li>
<li><a href="phar.iscompressed.php" class="index">Phar::isCompressed</a> - phar アーカイブ全体が (.tar.gz/tar.bz などで) 圧縮されている場合に Phar::GZ あるいは PHAR::BZ2 を返す</li>
<li><a href="phar.isfileformat.php" class="index">Phar::isFileFormat</a> - phar アーカイブが、パラメータで指定した tar/phar/zip のいずれかの形式である場合に true を返す</li>
<li><a href="phar.isvalidpharfilename.php" class="index">Phar::isValidPharFilename</a> - 指定したファイル名が正しい形式の phar ファイルかどうかを返す</li>
<li><a href="phar.iswritable.php" class="index">Phar::isWritable</a> - phar アーカイブが変更可能な場合に true を返す</li>
<li><a href="phar.loadphar.php" class="index">Phar::loadPhar</a> - 任意の phar アーカイブを、エイリアスを指定して読み込む</li>
<li><a href="phar.mapphar.php" class="index">Phar::mapPhar</a> - 現在実行されている (phar 形式の) ファイルを読み込み、その内容を登録する</li>
<li><a href="phar.mount.php" class="index">Phar::mount</a> - 外部のパスあるいはファイルを phar アーカイブ内に仮想的にマウントする</li>
<li><a href="phar.mungserver.php" class="index">Phar::mungServer</a> - 最大 4 つまでの $_SERVER 変数を実行時に変更させる</li>
<li><a href="phar.offsetexists.php" class="index">Phar::offsetExists</a> - ファイルが phar 内に存在するかどうかを調べる</li>
<li><a href="phar.offsetget.php" class="index">Phar::offsetGet</a> - 指定したファイルの PharFileInfo オブジェクトを取得する</li>
<li><a href="phar.offsetset.php" class="index">Phar::offsetSet</a> - 内部ファイルに、外部ファイルの内容を設定する</li>
<li><a href="phar.offsetunset.php" class="index">Phar::offsetUnset</a> - ファイルを phar から削除する</li>
<li><a href="phar.running.php" class="index">Phar::running</a> - 現在実行中の Phar アーカイブのフルパスあるいは完全な phar URL を返す</li>
<li><a href="phar.setalias.php" class="index">Phar::setAlias</a> - Phar アーカイブのエイリアスを設定する</li>
<li><a href="phar.setdefaultstub.php" class="index">Phar::setDefaultStub</a> - Phar アーカイブの PHP ローダー (起動スタブ) をデフォルトのローダーに設定する</li>
<li><a href="phar.setmetadata.php" class="index">Phar::setMetadata</a> - phar アーカイブのメタデータを設定する</li>
<li><a href="phar.setsignaturealgorithm.php" class="index">Phar::setSignatureAlgorithm</a> - phar のシグネチャのアルゴリズムを設定して適用する</li>
<li><a href="phar.setstub.php" class="index">Phar::setStub</a> - Phar アーカイブの PHP ローダ (あるいは起動スタブ) を設定する</li>
<li><a href="phar.startbuffering.php" class="index">Phar::startBuffering</a> - Phar の書き込み操作のバッファリングを開始するが、ディスク上の Phar オブジェクトは変更しない</li>
<li><a href="phar.stopbuffering.php" class="index">Phar::stopBuffering</a> - Phar アーカイブへの書き込みリクエストのバッファリングを終了し、変更内容をディスクに書き込む</li>
<li><a href="phar.unlinkarchive.php" class="index">Phar::unlinkArchive</a> - phar アーカイブをディスクとメモリから完全に削除する</li>
<li><a href="phar.webphar.php" class="index">Phar::webPhar</a> - ブラウザからのリクエストを、phar アーカイブ内部のファイルに転送する</li>
<li><a href="phar.construct.php" class="index">Phar::__construct</a> - Phar アーカイブオブジェクトを作成する</li>
<li><a href="phar.destruct.php" class="index">Phar::__destruct</a> - アクティブな Phar オブジェクトを破棄する</li>
<li><a href="phardata.addemptydir.php" class="index">PharData::addEmptyDir</a> - 空のディレクトリを tar/zip アーカイブに追加する</li>
<li><a href="phardata.addfile.php" class="index">PharData::addFile</a> - ファイルシステム上のファイルを tar/zip アーカイブに追加する</li>
<li><a href="phardata.addfromstring.php" class="index">PharData::addFromString</a> - 内容を文字列で指定したファイルを、tar/zip アーカイブに追加する</li>
<li><a href="phardata.buildfromdirectory.php" class="index">PharData::buildFromDirectory</a> - ディレクトリ内のファイルから tar/zip アーカイブを作成する</li>
<li><a href="phardata.buildfromiterator.php" class="index">PharData::buildFromIterator</a> - イテレータから tar あるいは zip アーカイブを作成する</li>
<li><a href="phardata.compress.php" class="index">PharData::compress</a> - tar/zip アーカイブ全体を Gzip あるいは Bzip2 で圧縮する</li>
<li><a href="phardata.compressfiles.php" class="index">PharData::compressFiles</a> - 現在の tar/zip アーカイブ内のすべてのファイルを圧縮する</li>
<li><a href="phardata.converttodata.php" class="index">PharData::convertToData</a> - phar アーカイブを実行可能でない tar あるいは zip ファイルに変換する</li>
<li><a href="phardata.converttoexecutable.php" class="index">PharData::convertToExecutable</a> - 実行可能でない tar/zip アーカイブを実行可能な phar アーカイブ形式に変換する</li>
<li><a href="phardata.copy.php" class="index">PharData::copy</a> - tar/zip アーカイブ内のファイルを、同じアーカイブ内で別の新しいファイルとしてコピーする</li>
<li><a href="phardata.decompress.php" class="index">PharData::decompress</a> - Phar アーカイブ全体の圧縮を解除する</li>
<li><a href="phardata.decompressfiles.php" class="index">PharData::decompressFiles</a> - 現在の zip アーカイブ内のすべてのファイルの圧縮を解除する</li>
<li><a href="phardata.delete.php" class="index">PharData::delete</a> - tar/zip アーカイブ内のファイルを削除する</li>
<li><a href="phardata.delmetadata.php" class="index">PharData::delMetadata</a> - zip アーカイブのグローバルメタデータを削除する</li>
<li><a href="phardata.extractto.php" class="index">PharData::extractTo</a> - tar/zip アーカイブの内容をディレクトリに展開する</li>
<li><a href="phardata.iswritable.php" class="index">PharData::isWritable</a> - tar/zip アーカイブが変更可能な場合に true を返す</li>
<li><a href="phardata.offsetset.php" class="index">PharData::offsetSet</a> - tar/zip の内部のファイルに、外部ファイルあるいは文字列の内容を設定する</li>
<li><a href="phardata.offsetunset.php" class="index">PharData::offsetUnset</a> - ファイルを tar/zip アーカイブから削除する</li>
<li><a href="phardata.setalias.php" class="index">PharData::setAlias</a> - ダミー関数 (Phar::setAlias は PharData では使用不能)</li>
<li><a href="phardata.setdefaultstub.php" class="index">PharData::setDefaultStub</a> - ダミー関数 (Phar::setDefaultStub は PharData では無効)</li>
<li><a href="phardata.setmetadata.php" class="index">PharData::setMetadata</a> - phar アーカイブのメタデータを設定する</li>
<li><a href="phardata.setsignaturealgorithm.php" class="index">PharData::setSignatureAlgorithm</a> - phar のシグネチャのアルゴリズムを設定する</li>
<li><a href="phardata.setstub.php" class="index">PharData::setStub</a> - ダミー関数 (Phar::setStub は PharData では使用不能)</li>
<li><a href="phardata.construct.php" class="index">PharData::__construct</a> - 実行可能でない tar あるいは zip アーカイブオブジェクトを作成する</li>
<li><a href="phardata.destruct.php" class="index">PharData::__destruct</a> - 実行不能な tar や zip アーカイブオブジェクトを破棄する</li>
<li><a href="pharfileinfo.chmod.php" class="index">PharFileInfo::chmod</a> - ファイル固有のパーミッションビットを設定する</li>
<li><a href="pharfileinfo.compress.php" class="index">PharFileInfo::compress</a> - 現在の Phar エントリを zlib あるいは bzip2 のいずれかで圧縮する</li>
<li><a href="pharfileinfo.decompress.php" class="index">PharFileInfo::decompress</a> - phar 内の現在の Phar エントリの圧縮を解除する</li>
<li><a href="pharfileinfo.delmetadata.php" class="index">PharFileInfo::delMetadata</a> - エントリのメタデータを削除する</li>
<li><a href="pharfileinfo.getcompressedsize.php" class="index">PharFileInfo::getCompressedSize</a> - Phar アーカイブ内での実際のファイルの大きさ (圧縮された状態) を返す</li>
<li><a href="pharfileinfo.getcontent.php" class="index">PharFileInfo::getContent</a> - エントリの完全なファイルの内容を取得する</li>
<li><a href="pharfileinfo.getcrc32.php" class="index">PharFileInfo::getCRC32</a> - CRC32 コードを返すか、CRC がチェックできない場合に例外をスローする</li>
<li><a href="pharfileinfo.getmetadata.php" class="index">PharFileInfo::getMetadata</a> - ファイルとともに保存されている、ファイル固有のメタデータを返す</li>
<li><a href="pharfileinfo.getpharflags.php" class="index">PharFileInfo::getPharFlags</a> - Phar ファイルエントリのフラグを返す</li>
<li><a href="pharfileinfo.hasmetadata.php" class="index">PharFileInfo::hasMetadata</a> - エントリのメタデータを返す</li>
<li><a href="pharfileinfo.iscompressed.php" class="index">PharFileInfo::isCompressed</a> - エントリが圧縮されているかどうかを調べる</li>
<li><a href="pharfileinfo.iscrcchecked.php" class="index">PharFileInfo::isCRCChecked</a> - ファイルエントリの CRC が検証されているかどうかを調べる</li>
<li><a href="pharfileinfo.setmetadata.php" class="index">PharFileInfo::setMetadata</a> - ファイルとともに保存する、ファイル固有のメタデータを設定する</li>
<li><a href="pharfileinfo.construct.php" class="index">PharFileInfo::__construct</a> - Phar エントリオブジェクトを作成する</li>
<li><a href="pharfileinfo.destruct.php" class="index">PharFileInfo::__destruct</a> - Phar エントリオブジェクトを破棄する</li>
<li><a href="function.phpcredits.php" class="index">phpcredits</a> - PHP に関するクレジットを出力する</li>
<li><a href="function.phpdbg-break-file.php" class="index">phpdbg_break_file</a> - ファイルの行にブレークポイントを挿入する</li>
<li><a href="function.phpdbg-break-function.php" class="index">phpdbg_break_function</a> - 関数のエントリにブレークポイントを挿入する</li>
<li><a href="function.phpdbg-break-method.php" class="index">phpdbg_break_method</a> - メソッドのエントリにブレークポイントを挿入する</li>
<li><a href="function.phpdbg-break-next.php" class="index">phpdbg_break_next</a> - 次のオペコードにブレークポイントを挿入します</li>
<li><a href="function.phpdbg-clear.php" class="index">phpdbg_clear</a> - 全てのブレークポイントをクリアする</li>
<li><a href="function.phpdbg-color.php" class="index">phpdbg_color</a> - 特定の要素に色を設定する</li>
<li><a href="function.phpdbg-end-oplog.php" class="index">phpdbg_end_oplog</a> - oplog の終了</li>
<li><a href="function.phpdbg-exec.php" class="index">phpdbg_exec</a> - 実行コンテクストの設定を試みる</li>
<li><a href="function.phpdbg-get-executable.php" class="index">phpdbg_get_executable</a> - 実行可能情報を取得</li>
<li><a href="function.phpdbg-prompt.php" class="index">phpdbg_prompt</a> - コマンドのプロンプトを設定する</li>
<li><a href="function.phpdbg-start-oplog.php" class="index">phpdbg_start_oplog</a> - oplog の開始</li>
<li><a href="function.phpinfo.php" class="index">phpinfo</a> - PHP の設定情報を出力する</li>
<li><a href="phptoken.gettokenname.php" class="index">PhpToken::getTokenName</a> - トークンの名前を返す</li>
<li><a href="phptoken.is.php" class="index">PhpToken::is</a> - 指定された種類のトークンかを調べる</li>
<li><a href="phptoken.isignorable.php" class="index">PhpToken::isIgnorable</a> - トークンがPHPパーサーから無視されるかを調べる</li>
<li><a href="phptoken.tokenize.php" class="index">PhpToken::tokenize</a> - ソースコードを PhpToken オブジェクトで表現されたトークンに分割する</li>
<li><a href="phptoken.construct.php" class="index">PhpToken::__construct</a> - 新しい PhpToken オブジェクトを返す</li>
<li><a href="phptoken.tostring.php" class="index">PhpToken::__toString</a> - トークンの文字列表現を返す</li>
<li><a href="function.phpversion.php" class="index">phpversion</a> - 現在の PHP バージョンを取得する</li>
<li><a href="function.php-ini-loaded-file.php" class="index">php_ini_loaded_file</a> - 読み込まれた php.ini ファイルのパスを取得する</li>
<li><a href="function.php-ini-scanned-files.php" class="index">php_ini_scanned_files</a> - 追加の ini ディレクトリにある .ini ファイルのリストを取得する</li>
<li><a href="function.php-sapi-name.php" class="index">php_sapi_name</a> - ウェブサーバーと PHP の間のインターフェイスの型を返す</li>
<li><a href="function.php-strip-whitespace.php" class="index">php_strip_whitespace</a> - コメントと空白文字を取り除いたソースを返す</li>
<li><a href="function.php-uname.php" class="index">php_uname</a> - PHP が稼動しているオペレーティングシステムに関する情報を返す</li>
<li><a href="php-user-filter.filter.php" class="index">php_user_filter::filter</a> - フィルタを適用するときにコールされる</li>
<li><a href="php-user-filter.onclose.php" class="index">php_user_filter::onClose</a> - フィルタを閉じるときにコールされる</li>
<li><a href="php-user-filter.oncreate.php" class="index">php_user_filter::onCreate</a> - フィルタを作成するときにコールされる</li>
<li><a href="function.pi.php" class="index">pi</a> - 円周率の値を得る</li>
<li><a href="function.png2wbmp.php" class="index">png2wbmp</a> - PNG画像をWBMP画像に変換する</li>
<li><a href="pool.collect.php" class="index">Pool::collect</a> - Collect references to completed tasks</li>
<li><a href="pool.resize.php" class="index">Pool::resize</a> - Resize the Pool</li>
<li><a href="pool.shutdown.php" class="index">Pool::shutdown</a> - Shutdown all workers</li>
<li><a href="pool.submit.php" class="index">Pool::submit</a> - Submits an object for execution</li>
<li><a href="pool.submitTo.php" class="index">Pool::submitTo</a> - Submits a task to a specific worker for execution</li>
<li><a href="pool.construct.php" class="index">Pool::__construct</a> - Creates a new Pool of Workers</li>
<li><a href="function.popen.php" class="index">popen</a> - プロセスへのファイルポインタをオープンする</li>
<li><a href="function.pos.php" class="index">pos</a> - current のエイリアス</li>
<li><a href="function.posix-access.php" class="index">posix_access</a> - ファイルのアクセス権限を判断する</li>
<li><a href="function.posix-ctermid.php" class="index">posix_ctermid</a> - 制御する端末のパス名を得る</li>
<li><a href="function.posix-eaccess.php" class="index">posix_eaccess</a> - ファイルがアクセスできるかを調べる</li>
<li><a href="function.posix-errno.php" class="index">posix_errno</a> - posix_get_last_error のエイリアス</li>
<li><a href="function.posix-fpathconf.php" class="index">posix_fpathconf</a> - 設定可能なリミットの値を返す</li>
<li><a href="function.posix-getcwd.php" class="index">posix_getcwd</a> - 現在のディレクトリのパス名</li>
<li><a href="function.posix-getegid.php" class="index">posix_getegid</a> - 現在のプロセスの有効なグループ ID を返す</li>
<li><a href="function.posix-geteuid.php" class="index">posix_geteuid</a> - 現在のプロセスの有効なユーザー ID を返す</li>
<li><a href="function.posix-getgid.php" class="index">posix_getgid</a> - 現在のプロセスの実際のグループ ID を返す</li>
<li><a href="function.posix-getgrgid.php" class="index">posix_getgrgid</a> - 指定したグループ ID を有するグループに関する情報を返す</li>
<li><a href="function.posix-getgrnam.php" class="index">posix_getgrnam</a> - 指定した名前のグループに関する情報を返す</li>
<li><a href="function.posix-getgroups.php" class="index">posix_getgroups</a> - 現在のプロセスのグループセットを返す</li>
<li><a href="function.posix-getlogin.php" class="index">posix_getlogin</a> - ログイン名を返す</li>
<li><a href="function.posix-getpgid.php" class="index">posix_getpgid</a> - ジョブ制御のプロセスグループ ID を得る</li>
<li><a href="function.posix-getpgrp.php" class="index">posix_getpgrp</a> - 現在のプロセスのグループ ID を返す</li>
<li><a href="function.posix-getpid.php" class="index">posix_getpid</a> - 現在のプロセス ID を返す</li>
<li><a href="function.posix-getppid.php" class="index">posix_getppid</a> - 親プロセスの ID を返す</li>
<li><a href="function.posix-getpwnam.php" class="index">posix_getpwnam</a> - 指定した名前のユーザーに関する情報を返す</li>
<li><a href="function.posix-getpwuid.php" class="index">posix_getpwuid</a> - 指定 ID のユーザーに関する情報を返す</li>
<li><a href="function.posix-getrlimit.php" class="index">posix_getrlimit</a> - システムリソース制限に関する情報を返す</li>
<li><a href="function.posix-getsid.php" class="index">posix_getsid</a> - プロセスの現在の sid を得る</li>
<li><a href="function.posix-getuid.php" class="index">posix_getuid</a> - 現在のプロセスの実際のユーザー ID を返す</li>
<li><a href="function.posix-get-last-error.php" class="index">posix_get_last_error</a> - 直近で失敗した posix 関数が設定したエラー番号を取得する</li>
<li><a href="function.posix-initgroups.php" class="index">posix_initgroups</a> - グループアクセスリストを求める</li>
<li><a href="function.posix-isatty.php" class="index">posix_isatty</a> - ファイル記述子が対話型端末であるかどうかを定義する</li>
<li><a href="function.posix-kill.php" class="index">posix_kill</a> - プロセスにシグナルを送信する</li>
<li><a href="function.posix-mkfifo.php" class="index">posix_mkfifo</a> - fifo スペシャルファイル(名前付きパイプ)を作成する</li>
<li><a href="function.posix-mknod.php" class="index">posix_mknod</a> - スペシャルファイルあるいは通常のファイルを作成する (POSIX.1)</li>
<li><a href="function.posix-pathconf.php" class="index">posix_pathconf</a> - 設定可能なリミットの値を返す</li>
<li><a href="function.posix-setegid.php" class="index">posix_setegid</a> - 現在のプロセスの実効 GID を設定する</li>
<li><a href="function.posix-seteuid.php" class="index">posix_seteuid</a> - 現在のプロセスの実効 UID を設定する</li>
<li><a href="function.posix-setgid.php" class="index">posix_setgid</a> - 現在のプロセスの GID を設定する</li>
<li><a href="function.posix-setpgid.php" class="index">posix_setpgid</a> - ジョブ制御のプロセスグループ ID を設定する</li>
<li><a href="function.posix-setrlimit.php" class="index">posix_setrlimit</a> - システムリソース制限を設定</li>
<li><a href="function.posix-setsid.php" class="index">posix_setsid</a> - 現在のプロセスをセッションリーダーにする</li>
<li><a href="function.posix-setuid.php" class="index">posix_setuid</a> - 現在のプロセスの UID を設定する</li>
<li><a href="function.posix-strerror.php" class="index">posix_strerror</a> - 指定したエラー番号に対応するシステムのエラーメッセージを取得する</li>
<li><a href="function.posix-sysconf.php" class="index">posix_sysconf</a> - システムの実行時情報を返す</li>
<li><a href="function.posix-times.php" class="index">posix_times</a> - プロセス時間を得る</li>
<li><a href="function.posix-ttyname.php" class="index">posix_ttyname</a> - 端末のデバイス名を調べる</li>
<li><a href="function.posix-uname.php" class="index">posix_uname</a> - システム名を得る</li>
<li><a href="function.pow.php" class="index">pow</a> - 指数表現</li>
<li><a href="function.preg-filter.php" class="index">preg_filter</a> - 正規表現による検索と置換を行う</li>
<li><a href="function.preg-grep.php" class="index">preg_grep</a> - パターンにマッチする配列の要素を返す</li>
<li><a href="function.preg-last-error.php" class="index">preg_last_error</a> - 直近の PCRE 正規表現処理のエラーコードを返す</li>
<li><a href="function.preg-last-error-msg.php" class="index">preg_last_error_msg</a> - 最後に実行した PCRE 正規表現に関するエラーメッセージを返す</li>
<li><a href="function.preg-match.php" class="index">preg_match</a> - 正規表現によるマッチングを行う</li>
<li><a href="function.preg-match-all.php" class="index">preg_match_all</a> - 繰り返し正規表現検索を行う</li>
<li><a href="function.preg-quote.php" class="index">preg_quote</a> - 正規表現文字をクオートする</li>
<li><a href="function.preg-replace.php" class="index">preg_replace</a> - 正規表現検索および置換を行う</li>
<li><a href="function.preg-replace-callback.php" class="index">preg_replace_callback</a> - 正規表現検索を行い、コールバック関数を使用して置換を行う</li>
<li><a href="function.preg-replace-callback-array.php" class="index">preg_replace_callback_array</a> - 正規表現検索を行い、コールバック関数を使用して置換を行う</li>
<li><a href="function.preg-split.php" class="index">preg_split</a> - 正規表現で文字列を分割する</li>
<li><a href="function.prev.php" class="index">prev</a> - 内部の配列ポインタをひとつ前に戻す</li>
<li><a href="function.print.php" class="index">print</a> - 文字列を出力する</li>
<li><a href="function.printf.php" class="index">printf</a> - フォーマット済みの文字列を出力する</li>
<li><a href="function.print-r.php" class="index">print_r</a> - 指定した変数に関する情報を解りやすく出力する</li>
<li><a href="function.proc-close.php" class="index">proc_close</a> - proc_open で開かれたプロセスを閉じ、
  そのプロセスの終了コードを返す</li>
<li><a href="function.proc-get-status.php" class="index">proc_get_status</a> - proc_open で開かれたプロセスに関する情報を取得する</li>
<li><a href="function.proc-nice.php" class="index">proc_nice</a> - 現在のプロセスの優先度を変更する</li>
<li><a href="function.proc-open.php" class="index">proc_open</a> - コマンドを実行し、入出力用にファイルポインタを開く</li>
<li><a href="function.proc-terminate.php" class="index">proc_terminate</a> - proc_open でオープンされたプロセスを強制終了する</li>
<li><a href="function.property-exists.php" class="index">property_exists</a> - オブジェクトもしくはクラスにプロパティが存在するかどうかを調べる</li>
<li><a href="function.pspell-add-to-personal.php" class="index">pspell_add_to_personal</a> - ユーザーの単語リストに単語を追加する</li>
<li><a href="function.pspell-add-to-session.php" class="index">pspell_add_to_session</a> - 現在のセッションの単語リストに単語を追加する</li>
<li><a href="function.pspell-check.php" class="index">pspell_check</a> - 単語をチェックする</li>
<li><a href="function.pspell-clear-session.php" class="index">pspell_clear_session</a> - 現在のセッションをクリアする</li>
<li><a href="function.pspell-config-create.php" class="index">pspell_config_create</a> - 辞書をオープンする際に使用する設定を作成する</li>
<li><a href="function.pspell-config-data-dir.php" class="index">pspell_config_data_dir</a> - 言語のデータファイルの場所</li>
<li><a href="function.pspell-config-dict-dir.php" class="index">pspell_config_dict_dir</a> - メイン単語リストの場所</li>
<li><a href="function.pspell-config-ignore.php" class="index">pspell_config_ignore</a> - 長さが N 文字未満の単語を無視する</li>
<li><a href="function.pspell-config-mode.php" class="index">pspell_config_mode</a> - 返される提案の数のモードを変更する</li>
<li><a href="function.pspell-config-personal.php" class="index">pspell_config_personal</a> - 個人の単語リストを保持するファイルを設定する</li>
<li><a href="function.pspell-config-repl.php" class="index">pspell_config_repl</a> - 置換候補を保持するファイルを設定する</li>
<li><a href="function.pspell-config-runtogether.php" class="index">pspell_config_runtogether</a> - 複合語を有効な単語の組み合わせとして考慮する</li>
<li><a href="function.pspell-config-save-repl.php" class="index">pspell_config_save_repl</a> - 単語リストと共に置換リストを保存するかどうかを定義する</li>
<li><a href="function.pspell-new.php" class="index">pspell_new</a> - 新規辞書をロードする</li>
<li><a href="function.pspell-new-config.php" class="index">pspell_new_config</a> - 指定した設定に基づき新規辞書をロードする</li>
<li><a href="function.pspell-new-personal.php" class="index">pspell_new_personal</a> - 個人の単語リストを有する新規辞書をロードする</li>
<li><a href="function.pspell-save-wordlist.php" class="index">pspell_save_wordlist</a> - 個人の単語リストをファイルに保存する</li>
<li><a href="function.pspell-store-replacement.php" class="index">pspell_store_replacement</a> - 単語を置換する組を保存する</li>
<li><a href="function.pspell-suggest.php" class="index">pspell_suggest</a> - 単語のスペルについて修正候補を示す</li>
<li><a href="function.ps-add-bookmark.php" class="index">ps_add_bookmark</a> - 現在のページにブックマークを追加する</li>
<li><a href="function.ps-add-launchlink.php" class="index">ps_add_launchlink</a> - ファイルを実行するためのリンクを追加する</li>
<li><a href="function.ps-add-locallink.php" class="index">ps_add_locallink</a> - 同一ドキュメント内のページへのリンクを追加する</li>
<li><a href="function.ps-add-note.php" class="index">ps_add_note</a> - 現在のページに注釈を追加する</li>
<li><a href="function.ps-add-pdflink.php" class="index">ps_add_pdflink</a> - 別の PDF ドキュメントのページへのリンクを追加する</li>
<li><a href="function.ps-add-weblink.php" class="index">ps_add_weblink</a> - Web 上の場所へのリンクを追加する</li>
<li><a href="function.ps-arc.php" class="index">ps_arc</a> - 反時計回りに円弧を描く</li>
<li><a href="function.ps-arcn.php" class="index">ps_arcn</a> - 時計回りに円弧を描く</li>
<li><a href="function.ps-begin-page.php" class="index">ps_begin_page</a> - 新しいページを開始する</li>
<li><a href="function.ps-begin-pattern.php" class="index">ps_begin_pattern</a> - 新しいパターンを開始する</li>
<li><a href="function.ps-begin-template.php" class="index">ps_begin_template</a> - 新しいテンプレートを開始する</li>
<li><a href="function.ps-circle.php" class="index">ps_circle</a> - 円を描く</li>
<li><a href="function.ps-clip.php" class="index">ps_clip</a> - 現在のパスを描画範囲として指定する</li>
<li><a href="function.ps-close.php" class="index">ps_close</a> - PostScript ドキュメントを閉じる</li>
<li><a href="function.ps-closepath.php" class="index">ps_closepath</a> - パスを閉じる</li>
<li><a href="function.ps-closepath-stroke.php" class="index">ps_closepath_stroke</a> - パスを閉じ、描画する</li>
<li><a href="function.ps-close-image.php" class="index">ps_close_image</a> - 画像を閉じ、メモリを開放する</li>
<li><a href="function.ps-continue-text.php" class="index">ps_continue_text</a> - 次の行にテキストを続ける</li>
<li><a href="function.ps-curveto.php" class="index">ps_curveto</a> - 曲線を描く</li>
<li><a href="function.ps-delete.php" class="index">ps_delete</a> - PostScript ドキュメントの全リソースを削除する</li>
<li><a href="function.ps-end-page.php" class="index">ps_end_page</a> - ページを終了する</li>
<li><a href="function.ps-end-pattern.php" class="index">ps_end_pattern</a> - パターンを終了する</li>
<li><a href="function.ps-end-template.php" class="index">ps_end_template</a> - テンプレートを終了する</li>
<li><a href="function.ps-fill.php" class="index">ps_fill</a> - 現在のパスを塗りつぶす</li>
<li><a href="function.ps-fill-stroke.php" class="index">ps_fill_stroke</a> - 現在のパスを塗りつぶし、線を引く</li>
<li><a href="function.ps-findfont.php" class="index">ps_findfont</a> - フォントを読み込む</li>
<li><a href="function.ps-get-buffer.php" class="index">ps_get_buffer</a> - 生成された PS データを含むバッファの内容を取得する</li>
<li><a href="function.ps-get-parameter.php" class="index">ps_get_parameter</a> - パラメータを取得する</li>
<li><a href="function.ps-get-value.php" class="index">ps_get_value</a> - 値を取得する</li>
<li><a href="function.ps-hyphenate.php" class="index">ps_hyphenate</a> - 単語をハイフネーションする</li>
<li><a href="function.ps-include-file.php" class="index">ps_include_file</a> - 外部ファイルを生の PostScript コードとして読み込む</li>
<li><a href="function.ps-lineto.php" class="index">ps_lineto</a> - 直線を描く</li>
<li><a href="function.ps-makespotcolor.php" class="index">ps_makespotcolor</a> - スポット色を作成する</li>
<li><a href="function.ps-moveto.php" class="index">ps_moveto</a> - 現在位置を設定する</li>
<li><a href="function.ps-new.php" class="index">ps_new</a> - 新しい PostScript ドキュメントオブジェクトを作成する</li>
<li><a href="function.ps-open-file.php" class="index">ps_open_file</a> - 出力用のファイルを開く</li>
<li><a href="function.ps-open-image.php" class="index">ps_open_image</a> - 後で配置するために画像を読み込む</li>
<li><a href="function.ps-open-image-file.php" class="index">ps_open_image_file</a> - ファイルから画像を開く</li>
<li><a href="function.ps-open-memory-image.php" class="index">ps_open_memory_image</a> - GD 画像を受け取り、PS ドキュメントにはめ込む画像を返す</li>
<li><a href="function.ps-place-image.php" class="index">ps_place_image</a> - 画像をページに配置する</li>
<li><a href="function.ps-rect.php" class="index">ps_rect</a> - 矩形を描く</li>
<li><a href="function.ps-restore.php" class="index">ps_restore</a> - 以前に保存されたコンテキストを復元する</li>
<li><a href="function.ps-rotate.php" class="index">ps_rotate</a> - 回転の程度を設定する</li>
<li><a href="function.ps-save.php" class="index">ps_save</a> - 現在のコンテキストを保存する</li>
<li><a href="function.ps-scale.php" class="index">ps_scale</a> - 縮尺を設定する</li>
<li><a href="function.ps-setcolor.php" class="index">ps_setcolor</a> - 色を設定する</li>
<li><a href="function.ps-setdash.php" class="index">ps_setdash</a> - 破線の形状を設定する</li>
<li><a href="function.ps-setflat.php" class="index">ps_setflat</a> - 平面度を設定する</li>
<li><a href="function.ps-setfont.php" class="index">ps_setfont</a> - 以降の出力で用いるフォントを設定する</li>
<li><a href="function.ps-setgray.php" class="index">ps_setgray</a> - グレー値を設定する</li>
<li><a href="function.ps-setlinecap.php" class="index">ps_setlinecap</a> - 線端の形状を設定する</li>
<li><a href="function.ps-setlinejoin.php" class="index">ps_setlinejoin</a> - 線の連結方法を設定する</li>
<li><a href="function.ps-setlinewidth.php" class="index">ps_setlinewidth</a> - 線幅を設定する</li>
<li><a href="function.ps-setmiterlimit.php" class="index">ps_setmiterlimit</a> - miter limit 値を設定する</li>
<li><a href="function.ps-setoverprintmode.php" class="index">ps_setoverprintmode</a> - overprint モードを設定する</li>
<li><a href="function.ps-setpolydash.php" class="index">ps_setpolydash</a> - 破線の形状を設定する</li>
<li><a href="function.ps-set-border-color.php" class="index">ps_set_border_color</a> - 注記の枠線の色を設定する</li>
<li><a href="function.ps-set-border-dash.php" class="index">ps_set_border_dash</a> - 注記の枠線の、破線の状態を設定する</li>
<li><a href="function.ps-set-border-style.php" class="index">ps_set_border_style</a> - 注記の枠線の形式を設定する</li>
<li><a href="function.ps-set-info.php" class="index">ps_set_info</a> - ドキュメントの情報を設定する</li>
<li><a href="function.ps-set-parameter.php" class="index">ps_set_parameter</a> - パラメータを設定する</li>
<li><a href="function.ps-set-text-pos.php" class="index">ps_set_text_pos</a> - テキストの出力位置を設定する</li>
<li><a href="function.ps-set-value.php" class="index">ps_set_value</a> - 値を設定する</li>
<li><a href="function.ps-shading.php" class="index">ps_shading</a> - 以降の出力で用いるシェーディングを作成する</li>
<li><a href="function.ps-shading-pattern.php" class="index">ps_shading_pattern</a> - シェーディング用のパターンを作成する</li>
<li><a href="function.ps-shfill.php" class="index">ps_shfill</a> - 範囲をシェーディングで塗りつぶす</li>
<li><a href="function.ps-show.php" class="index">ps_show</a> - テキストを出力する</li>
<li><a href="function.ps-show2.php" class="index">ps_show2</a> - テキストを現在の位置に出力する</li>
<li><a href="function.ps-show-boxed.php" class="index">ps_show_boxed</a> - テキストをボックス内に出力する</li>
<li><a href="function.ps-show-xy.php" class="index">ps_show_xy</a> - 指定された位置にテキストを出力する</li>
<li><a href="function.ps-show-xy2.php" class="index">ps_show_xy2</a> - テキストを指定した位置に出力する</li>
<li><a href="function.ps-stringwidth.php" class="index">ps_stringwidth</a> - 文字列の幅を取得する</li>
<li><a href="function.ps-string-geometry.php" class="index">ps_string_geometry</a> - 文字列のジオメトリを取得する</li>
<li><a href="function.ps-stroke.php" class="index">ps_stroke</a> - 現在のパスを描画する</li>
<li><a href="function.ps-symbol.php" class="index">ps_symbol</a> - グリフを出力する</li>
<li><a href="function.ps-symbol-name.php" class="index">ps_symbol_name</a> - グリフ名を取得する</li>
<li><a href="function.ps-symbol-width.php" class="index">ps_symbol_width</a> - グリフの幅を取得する</li>
<li><a href="function.ps-translate.php" class="index">ps_translate</a> - 座標変換を設定する</li>
<li><a href="function.putenv.php" class="index">putenv</a> - 環境変数の値を設定する</li>
</ul></li>
<li class='gen-index index-for-q'>q<ul id='refentry-index-for-q'>
<li><a href="quickhashinthash.add.php" class="index">QuickHashIntHash::add</a> - This method adds a new entry to the hash</li>
<li><a href="quickhashinthash.delete.php" class="index">QuickHashIntHash::delete</a> - This method deletes an entry from the hash</li>
<li><a href="quickhashinthash.exists.php" class="index">QuickHashIntHash::exists</a> - This method checks whether a key is part of the hash</li>
<li><a href="quickhashinthash.get.php" class="index">QuickHashIntHash::get</a> - This method retrieves a value from the hash by its key</li>
<li><a href="quickhashinthash.getsize.php" class="index">QuickHashIntHash::getSize</a> - Returns the number of elements in the hash</li>
<li><a href="quickhashinthash.loadfromfile.php" class="index">QuickHashIntHash::loadFromFile</a> - This factory method creates a hash from a file</li>
<li><a href="quickhashinthash.loadfromstring.php" class="index">QuickHashIntHash::loadFromString</a> - This factory method creates a hash from a string</li>
<li><a href="quickhashinthash.savetofile.php" class="index">QuickHashIntHash::saveToFile</a> - This method stores an in-memory hash to disk</li>
<li><a href="quickhashinthash.savetostring.php" class="index">QuickHashIntHash::saveToString</a> - This method returns a serialized version of the hash</li>
<li><a href="quickhashinthash.set.php" class="index">QuickHashIntHash::set</a> - This method updates an entry in the hash with a new value, or
  adds a new one if the entry doesn't exist</li>
<li><a href="quickhashinthash.update.php" class="index">QuickHashIntHash::update</a> - This method updates an entry in the hash with a new value</li>
<li><a href="quickhashinthash.construct.php" class="index">QuickHashIntHash::__construct</a> - Creates a new QuickHashIntHash object</li>
<li><a href="quickhashintset.add.php" class="index">QuickHashIntSet::add</a> - This method adds a new entry to the set</li>
<li><a href="quickhashintset.delete.php" class="index">QuickHashIntSet::delete</a> - This method deletes an entry from the set</li>
<li><a href="quickhashintset.exists.php" class="index">QuickHashIntSet::exists</a> - This method checks whether a key is part of the set</li>
<li><a href="quickhashintset.getsize.php" class="index">QuickHashIntSet::getSize</a> - Returns the number of elements in the set</li>
<li><a href="quickhashintset.loadfromfile.php" class="index">QuickHashIntSet::loadFromFile</a> - This factory method creates a set from a file</li>
<li><a href="quickhashintset.loadfromstring.php" class="index">QuickHashIntSet::loadFromString</a> - This factory method creates a set from a string</li>
<li><a href="quickhashintset.savetofile.php" class="index">QuickHashIntSet::saveToFile</a> - This method stores an in-memory set to disk</li>
<li><a href="quickhashintset.savetostring.php" class="index">QuickHashIntSet::saveToString</a> - This method returns a serialized version of the set</li>
<li><a href="quickhashintset.construct.php" class="index">QuickHashIntSet::__construct</a> - Creates a new QuickHashIntSet object</li>
<li><a href="quickhashintstringhash.add.php" class="index">QuickHashIntStringHash::add</a> - This method adds a new entry to the hash</li>
<li><a href="quickhashintstringhash.delete.php" class="index">QuickHashIntStringHash::delete</a> - This method deletes an entry from the hash</li>
<li><a href="quickhashintstringhash.exists.php" class="index">QuickHashIntStringHash::exists</a> - This method checks whether a key is part of the hash</li>
<li><a href="quickhashintstringhash.get.php" class="index">QuickHashIntStringHash::get</a> - This method retrieves a value from the hash by its key</li>
<li><a href="quickhashintstringhash.getsize.php" class="index">QuickHashIntStringHash::getSize</a> - Returns the number of elements in the hash</li>
<li><a href="quickhashintstringhash.loadfromfile.php" class="index">QuickHashIntStringHash::loadFromFile</a> - This factory method creates a hash from a file</li>
<li><a href="quickhashintstringhash.loadfromstring.php" class="index">QuickHashIntStringHash::loadFromString</a> - This factory method creates a hash from a string</li>
<li><a href="quickhashintstringhash.savetofile.php" class="index">QuickHashIntStringHash::saveToFile</a> - This method stores an in-memory hash to disk</li>
<li><a href="quickhashintstringhash.savetostring.php" class="index">QuickHashIntStringHash::saveToString</a> - This method returns a serialized version of the hash</li>
<li><a href="quickhashintstringhash.set.php" class="index">QuickHashIntStringHash::set</a> - This method updates an entry in the hash with a new value, or
  adds a new one if the entry doesn't exist</li>
<li><a href="quickhashintstringhash.update.php" class="index">QuickHashIntStringHash::update</a> - This method updates an entry in the hash with a new value</li>
<li><a href="quickhashintstringhash.construct.php" class="index">QuickHashIntStringHash::__construct</a> - Creates a new QuickHashIntStringHash object</li>
<li><a href="quickhashstringinthash.add.php" class="index">QuickHashStringIntHash::add</a> - This method adds a new entry to the hash</li>
<li><a href="quickhashstringinthash.delete.php" class="index">QuickHashStringIntHash::delete</a> - This method deletes an entry from the hash</li>
<li><a href="quickhashstringinthash.exists.php" class="index">QuickHashStringIntHash::exists</a> - This method checks whether a key is part of the hash</li>
<li><a href="quickhashstringinthash.get.php" class="index">QuickHashStringIntHash::get</a> - This method retrieves a value from the hash by its key</li>
<li><a href="quickhashstringinthash.getsize.php" class="index">QuickHashStringIntHash::getSize</a> - Returns the number of elements in the hash</li>
<li><a href="quickhashstringinthash.loadfromfile.php" class="index">QuickHashStringIntHash::loadFromFile</a> - This factory method creates a hash from a file</li>
<li><a href="quickhashstringinthash.loadfromstring.php" class="index">QuickHashStringIntHash::loadFromString</a> - This factory method creates a hash from a string</li>
<li><a href="quickhashstringinthash.savetofile.php" class="index">QuickHashStringIntHash::saveToFile</a> - This method stores an in-memory hash to disk</li>
<li><a href="quickhashstringinthash.savetostring.php" class="index">QuickHashStringIntHash::saveToString</a> - This method returns a serialized version of the hash</li>
<li><a href="quickhashstringinthash.set.php" class="index">QuickHashStringIntHash::set</a> - This method updates an entry in the hash with a new value, or
  adds a new one if the entry doesn't exist</li>
<li><a href="quickhashstringinthash.update.php" class="index">QuickHashStringIntHash::update</a> - This method updates an entry in the hash with a new value</li>
<li><a href="quickhashstringinthash.construct.php" class="index">QuickHashStringIntHash::__construct</a> - Creates a new QuickHashStringIntHash object</li>
<li><a href="function.quoted-printable-decode.php" class="index">quoted_printable_decode</a> - quoted-printable 文字列を 8 ビット文字列に変換する</li>
<li><a href="function.quoted-printable-encode.php" class="index">quoted_printable_encode</a> - 8 ビット文字列を quoted-printable 文字列に変換する</li>
<li><a href="function.quotemeta.php" class="index">quotemeta</a> - メタ文字をクォートする</li>
</ul></li>
<li class='gen-index index-for-r'>r<ul id='refentry-index-for-r'>
<li><a href="function.rad2deg.php" class="index">rad2deg</a> - ラジアン単位の数値を度単位に変換する</li>
<li><a href="function.radius-acct-open.php" class="index">radius_acct_open</a> - 課金用の Radius ハンドルを作成する</li>
<li><a href="function.radius-add-server.php" class="index">radius_add_server</a> - サーバーを追加する</li>
<li><a href="function.radius-auth-open.php" class="index">radius_auth_open</a> - 認証用の Radius ハンドルを作成する</li>
<li><a href="function.radius-close.php" class="index">radius_close</a> - すべてのリソースを開放する</li>
<li><a href="function.radius-config.php" class="index">radius_config</a> - 指定した設定ファイルをライブラリに読み込ませる</li>
<li><a href="function.radius-create-request.php" class="index">radius_create_request</a> - 課金あるいは認証のリクエストを作成する</li>
<li><a href="function.radius-cvt-addr.php" class="index">radius_cvt_addr</a> - 生データを IP アドレスに変換する</li>
<li><a href="function.radius-cvt-int.php" class="index">radius_cvt_int</a> - 生データを整数に変換する</li>
<li><a href="function.radius-cvt-string.php" class="index">radius_cvt_string</a> - 生データを文字列に変換する</li>
<li><a href="function.radius-demangle.php" class="index">radius_demangle</a> - データを復元する</li>
<li><a href="function.radius-demangle-mppe-key.php" class="index">radius_demangle_mppe_key</a> - 変形されたデータから mppe キーを得る</li>
<li><a href="function.radius-get-attr.php" class="index">radius_get_attr</a> - 属性を取得する</li>
<li><a href="function.radius-get-tagged-attr-data.php" class="index">radius_get_tagged_attr_data</a> - Extracts the data from a tagged attribute</li>
<li><a href="function.radius-get-tagged-attr-tag.php" class="index">radius_get_tagged_attr_tag</a> - Extracts the tag from a tagged attribute</li>
<li><a href="function.radius-get-vendor-attr.php" class="index">radius_get_vendor_attr</a> - ベンダ固有の属性を取得する</li>
<li><a href="function.radius-put-addr.php" class="index">radius_put_addr</a> - IP アドレス属性を設定する</li>
<li><a href="function.radius-put-attr.php" class="index">radius_put_attr</a> - バイナリ属性を設定する</li>
<li><a href="function.radius-put-int.php" class="index">radius_put_int</a> - 整数属性を設定する</li>
<li><a href="function.radius-put-string.php" class="index">radius_put_string</a> - 文字列属性を設定する</li>
<li><a href="function.radius-put-vendor-addr.php" class="index">radius_put_vendor_addr</a> - ベンダー固有の IP アドレス属性を設定する</li>
<li><a href="function.radius-put-vendor-attr.php" class="index">radius_put_vendor_attr</a> - ベンダー固有のバイナリ属性を設定する</li>
<li><a href="function.radius-put-vendor-int.php" class="index">radius_put_vendor_int</a> - ベンダー固有の整数属性を設定する</li>
<li><a href="function.radius-put-vendor-string.php" class="index">radius_put_vendor_string</a> - ベンダー固有の文字列属性を設定する</li>
<li><a href="function.radius-request-authenticator.php" class="index">radius_request_authenticator</a> - リクエスト認証子を返す</li>
<li><a href="function.radius-salt-encrypt-attr.php" class="index">radius_salt_encrypt_attr</a> - Salt-encrypts a value</li>
<li><a href="function.radius-send-request.php" class="index">radius_send_request</a> - リクエストを送信し、応答を待つ</li>
<li><a href="function.radius-server-secret.php" class="index">radius_server_secret</a> - 共有秘密鍵を返す</li>
<li><a href="function.radius-strerror.php" class="index">radius_strerror</a> - エラーメッセージを返す</li>
<li><a href="function.rand.php" class="index">rand</a> - 乱数を生成する</li>
<li><a href="random-engine.generate.php" class="index">Random\Engine::generate</a> - ランダムな値を生成する</li>
<li><a href="random-engine-mt19937.generate.php" class="index">Random\Engine\Mt19937::generate</a> - 32ビットのランダムな値を生成する</li>
<li><a href="random-engine-mt19937.construct.php" class="index">Random\Engine\Mt19937::__construct</a> - 新しい Mt19937 エンジンを作成する</li>
<li><a href="random-engine-mt19937.debuginfo.php" class="index">Random\Engine\Mt19937::__debugInfo</a> - エンジンの内部的なステートを返す</li>
<li><a href="random-engine-mt19937.serialize.php" class="index">Random\Engine\Mt19937::__serialize</a> - Mt19937 オブジェクトをシリアライズする</li>
<li><a href="random-engine-mt19937.unserialize.php" class="index">Random\Engine\Mt19937::__unserialize</a> - 指定した data を Mt19937 オブジェクトに復元する</li>
<li><a href="random-engine-pcgoneseq128xslrr64.generate.php" class="index">Random\Engine\PcgOneseq128XslRr64::generate</a> - 64ビットのランダムな値を生成する</li>
<li><a href="random-engine-pcgoneseq128xslrr64.jump.php" class="index">Random\Engine\PcgOneseq128XslRr64::jump</a> - エンジンの内部状態を、効率的に複数ステップ進める</li>
<li><a href="random-engine-pcgoneseq128xslrr64.construct.php" class="index">Random\Engine\PcgOneseq128XslRr64::__construct</a> - 128 ビットのステートと XSL RR 変換を使う、新しいPCGエンジンを作成する</li>
<li><a href="random-engine-pcgoneseq128xslrr64.debuginfo.php" class="index">Random\Engine\PcgOneseq128XslRr64::__debugInfo</a> - エンジンの内部的なステートを返す</li>
<li><a href="random-engine-pcgoneseq128xslrr64.serialize.php" class="index">Random\Engine\PcgOneseq128XslRr64::__serialize</a> - PcgOneseq128XslRr64 オブジェクトをシリアライズする</li>
<li><a href="random-engine-pcgoneseq128xslrr64.unserialize.php" class="index">Random\Engine\PcgOneseq128XslRr64::__unserialize</a> - 指定した data を PcgOneseq128XslRr64 オブジェクトに復元する</li>
<li><a href="random-engine-secure.generate.php" class="index">Random\Engine\Secure::generate</a> - 暗号学的にセキュアな、ランダムなバイト列を生成する</li>
<li><a href="random-engine-xoshiro256starstar.generate.php" class="index">Random\Engine\Xoshiro256StarStar::generate</a> - 64ビットのランダムな値を生成する</li>
<li><a href="random-engine-xoshiro256starstar.jump.php" class="index">Random\Engine\Xoshiro256StarStar::jump</a> - エンジンの内部状態を、効率的に 2^128 ステップ進める</li>
<li><a href="random-engine-xoshiro256starstar.jumplong.php" class="index">Random\Engine\Xoshiro256StarStar::jumpLong</a> - エンジンの内部状態を、効率的に 2^192 ステップ進める</li>
<li><a href="random-engine-xoshiro256starstar.construct.php" class="index">Random\Engine\Xoshiro256StarStar::__construct</a> - 新しい xoshiro256** エンジンを作成する</li>
<li><a href="random-engine-xoshiro256starstar.debuginfo.php" class="index">Random\Engine\Xoshiro256StarStar::__debugInfo</a> - エンジンの内部的なステートを返す</li>
<li><a href="random-engine-xoshiro256starstar.serialize.php" class="index">Random\Engine\Xoshiro256StarStar::__serialize</a> - Xoshiro256StarStar オブジェクトをシリアライズする</li>
<li><a href="random-engine-xoshiro256starstar.unserialize.php" class="index">Random\Engine\Xoshiro256StarStar::__unserialize</a> - 指定した data を Xoshiro256StarStar オブジェクトに復元する</li>
<li><a href="random-randomizer.getbytes.php" class="index">Random\Randomizer::getBytes</a> - ランダムなバイト列を取得する</li>
<li><a href="random-randomizer.getbytesfromstring.php" class="index">Random\Randomizer::getBytesFromString</a> - 文字列からランダムにバイト列を取得する</li>
<li><a href="random-randomizer.getfloat.php" class="index">Random\Randomizer::getFloat</a> - 等確率に選んだ float の値を取得する</li>
<li><a href="random-randomizer.getint.php" class="index">Random\Randomizer::getInt</a> - 等確率に選ばれる整数を取得する</li>
<li><a href="random-randomizer.nextfloat.php" class="index">Random\Randomizer::nextFloat</a> - 半開区間 [0.0, 1.0) から、float の値を取得する</li>
<li><a href="random-randomizer.nextint.php" class="index">Random\Randomizer::nextInt</a> - 正の整数を取得する</li>
<li><a href="random-randomizer.pickarraykeys.php" class="index">Random\Randomizer::pickArrayKeys</a> - ランダムに配列のキーを選択する</li>
<li><a href="random-randomizer.shufflearray.php" class="index">Random\Randomizer::shuffleArray</a> - 配列の順列を取得する</li>
<li><a href="random-randomizer.shufflebytes.php" class="index">Random\Randomizer::shuffleBytes</a> - 指定された文字列の、バイト単位の順列を取得する</li>
<li><a href="random-randomizer.construct.php" class="index">Random\Randomizer::__construct</a> - 新しい Randomizer を作成する</li>
<li><a href="random-randomizer.serialize.php" class="index">Random\Randomizer::__serialize</a> - Randomizer オブジェクトをシリアライズする</li>
<li><a href="random-randomizer.unserialize.php" class="index">Random\Randomizer::__unserialize</a> - 指定した data を Randomizer オブジェクトに復元する</li>
<li><a href="function.random-bytes.php" class="index">random_bytes</a> - 暗号学的にセキュアな、ランダムなバイト列を生成する</li>
<li><a href="function.random-int.php" class="index">random_int</a> - 暗号学的にセキュアな方法で、等確率に出る整数を取得する</li>
<li><a href="function.range.php" class="index">range</a> - ある範囲の要素を含む配列を作成する</li>
<li><a href="rararchive.close.php" class="index">RarArchive::close</a> - Rar アーカイブをクローズし、全リソースを開放する</li>
<li><a href="rararchive.getcomment.php" class="index">RarArchive::getComment</a> - RAR アーカイブのコメントテキストを取得する</li>
<li><a href="rararchive.getentries.php" class="index">RarArchive::getEntries</a> - RAR アーカイブからエントリの全一覧を取得する</li>
<li><a href="rararchive.getentry.php" class="index">RarArchive::getEntry</a> - Rar アーカイブからエントリオブジェクトを取得する</li>
<li><a href="rararchive.isbroken.php" class="index">RarArchive::isBroken</a> - アーカイブが壊れている (未完成である) かどうかを調べる</li>
<li><a href="rararchive.issolid.php" class="index">RarArchive::isSolid</a> - RAR アーカイブがソリッドであるかどうかを調べる</li>
<li><a href="rararchive.open.php" class="index">RarArchive::open</a> - Rar アーカイブをオープンする</li>
<li><a href="rararchive.setallowbroken.php" class="index">RarArchive::setAllowBroken</a> - 壊れたアーカイブのオープンを許可するかどうかを設定する</li>
<li><a href="rararchive.tostring.php" class="index">RarArchive::__toString</a> - テキスト形式で取得する</li>
<li><a href="rarentry.extract.php" class="index">RarEntry::extract</a> - アーカイブのエントリを展開する</li>
<li><a href="rarentry.getattr.php" class="index">RarEntry::getAttr</a> - エントリの属性を取得する</li>
<li><a href="rarentry.getcrc.php" class="index">RarEntry::getCrc</a> - エントリの CRC を取得する</li>
<li><a href="rarentry.getfiletime.php" class="index">RarEntry::getFileTime</a> - エントリの最終更新時刻を取得する</li>
<li><a href="rarentry.gethostos.php" class="index">RarEntry::getHostOs</a> - エントリのホスト OS を取得する</li>
<li><a href="rarentry.getmethod.php" class="index">RarEntry::getMethod</a> - エントリの圧縮方法を取得する</li>
<li><a href="rarentry.getname.php" class="index">RarEntry::getName</a> - エントリの名前を取得する</li>
<li><a href="rarentry.getpackedsize.php" class="index">RarEntry::getPackedSize</a> - 圧縮後のエントリのサイズを取得する</li>
<li><a href="rarentry.getstream.php" class="index">RarEntry::getStream</a> - このエントリのファイルハンドラを取得する</li>
<li><a href="rarentry.getunpackedsize.php" class="index">RarEntry::getUnpackedSize</a> - 展開後のエントリのサイズを取得する</li>
<li><a href="rarentry.getversion.php" class="index">RarEntry::getVersion</a> - このエントリを展開するのに必要な RAR プログラムの最低バージョンを取得する</li>
<li><a href="rarentry.isdirectory.php" class="index">RarEntry::isDirectory</a> - このエントリがディレクトリであるかどうかを調べる</li>
<li><a href="rarentry.isencrypted.php" class="index">RarEntry::isEncrypted</a> - このエントリが暗号化されているかどうかを調べる</li>
<li><a href="rarentry.tostring.php" class="index">RarEntry::__toString</a> - エントリのテキスト表現を取得する</li>
<li><a href="rarexception.isusingexceptions.php" class="index">RarException::isUsingExceptions</a> - 例外によるエラー処理を使っているかどうかを調べる</li>
<li><a href="rarexception.setusingexceptions.php" class="index">RarException::setUsingExceptions</a> - 例外によるエラー処理の有効化および無効化を行う</li>
<li><a href="function.rar-wrapper-cache-stats.php" class="index">rar_wrapper_cache_stats</a> - URL ラッパーのキャッシュのヒット数</li>
<li><a href="function.rawurldecode.php" class="index">rawurldecode</a> - URL エンコードされた文字列をデコードする</li>
<li><a href="function.rawurlencode.php" class="index">rawurlencode</a> - RFC 3986 に基づき URL エンコードを行う</li>
<li><a href="function.readdir.php" class="index">readdir</a> - ディレクトリハンドルからエントリを読み込む</li>
<li><a href="function.readfile.php" class="index">readfile</a> - ファイルを出力する</li>
<li><a href="function.readgzfile.php" class="index">readgzfile</a> - gz ファイルを出力する</li>
<li><a href="function.readline.php" class="index">readline</a> - 一行読み込む</li>
<li><a href="function.readline-add-history.php" class="index">readline_add_history</a> - ヒストリに 1 行追加する</li>
<li><a href="function.readline-callback-handler-install.php" class="index">readline_callback_handler_install</a> - readline コールバックインターフェイスと端末を初期化し、
   プロンプトを表示して結果をすぐに返す</li>
<li><a href="function.readline-callback-handler-remove.php" class="index">readline_callback_handler_remove</a> - インストールされたハンドラを削除し、端末の設定をもとに戻す</li>
<li><a href="function.readline-callback-read-char.php" class="index">readline_callback_read_char</a> - 文字を読み込み、改行を受け取ると readline コールバックインターフェイスに通知する</li>
<li><a href="function.readline-clear-history.php" class="index">readline_clear_history</a> - ヒストリをクリアする</li>
<li><a href="function.readline-completion-function.php" class="index">readline_completion_function</a> - 補完関数を登録する</li>
<li><a href="function.readline-info.php" class="index">readline_info</a> - 種々の readline の内部変数を取得/設定する</li>
<li><a href="function.readline-list-history.php" class="index">readline_list_history</a> - ヒストリを一覧表示する</li>
<li><a href="function.readline-on-new-line.php" class="index">readline_on_new_line</a> - カーソルが新しい行に移動したことを readline に通知する</li>
<li><a href="function.readline-read-history.php" class="index">readline_read_history</a> - ヒストリを読み込む</li>
<li><a href="function.readline-redisplay.php" class="index">readline_redisplay</a> - 画面を再描画する</li>
<li><a href="function.readline-write-history.php" class="index">readline_write_history</a> - ヒストリを書きこむ</li>
<li><a href="function.readlink.php" class="index">readlink</a> - シンボリックリンク先を返す</li>
<li><a href="function.read-exif-data.php" class="index">read_exif_data</a> - exif_read_data のエイリアス</li>
<li><a href="function.realpath.php" class="index">realpath</a> - 正規化された絶対パス名を返す</li>
<li><a href="function.realpath-cache-get.php" class="index">realpath_cache_get</a> - realpath キャッシュ・エントリーを取得</li>
<li><a href="function.realpath-cache-size.php" class="index">realpath_cache_size</a> - realpath キャッシュサイズを取得</li>
<li><a href="function.recode.php" class="index">recode</a> - recode_string のエイリアス</li>
<li><a href="function.recode-file.php" class="index">recode_file</a> - コード変換指令に基づきファイルからファイルにコード変換する</li>
<li><a href="function.recode-string.php" class="index">recode_string</a> - コード変換指令に基づき文字列のコードを変換する</li>
<li><a href="recursivearrayiterator.getchildren.php" class="index">RecursiveArrayIterator::getChildren</a> - 現在のエントリが配列あるいはオブジェクトである場合に、そのイテレータを返す</li>
<li><a href="recursivearrayiterator.haschildren.php" class="index">RecursiveArrayIterator::hasChildren</a> - 現在のエントリが配列あるいはオブジェクトであるかどうかを返す</li>
<li><a href="recursivecachingiterator.getchildren.php" class="index">RecursiveCachingIterator::getChildren</a> - 内部イテレータの子を RecursiveCachingIterator として返す</li>
<li><a href="recursivecachingiterator.haschildren.php" class="index">RecursiveCachingIterator::hasChildren</a> - 内部イテレータの現在の要素が子を持つかどうかチェックする</li>
<li><a href="recursivecachingiterator.construct.php" class="index">RecursiveCachingIterator::__construct</a> - コンストラクタ</li>
<li><a href="recursivecallbackfilteriterator.getchildren.php" class="index">RecursiveCallbackFilterIterator::getChildren</a> - RecursiveCallbackFilterIterator に含まれる内部イテレータの子を返す</li>
<li><a href="recursivecallbackfilteriterator.haschildren.php" class="index">RecursiveCallbackFilterIterator::hasChildren</a> - 内部イテレータの現在の要素が子を持つかどうかを調べる</li>
<li><a href="recursivecallbackfilteriterator.construct.php" class="index">RecursiveCallbackFilterIterator::__construct</a> - RecursiveIterator から RecursiveCallbackFilterIterator を作成する</li>
<li><a href="recursivedirectoryiterator.getchildren.php" class="index">RecursiveDirectoryIterator::getChildren</a> - ディレクトリであれば、現在のエントリに対するイテレータを返す</li>
<li><a href="recursivedirectoryiterator.getsubpath.php" class="index">RecursiveDirectoryIterator::getSubPath</a> - サブパスを取得する</li>
<li><a href="recursivedirectoryiterator.getsubpathname.php" class="index">RecursiveDirectoryIterator::getSubPathname</a> - サブパスと名前を取得する</li>
<li><a href="recursivedirectoryiterator.haschildren.php" class="index">RecursiveDirectoryIterator::hasChildren</a> - 現在のエントリがディレクトリかつ '.' もしくは '..' でないかどうかを返す</li>
<li><a href="recursivedirectoryiterator.key.php" class="index">RecursiveDirectoryIterator::key</a> - 現在のディレクトリエントリのパスとファイル名を返す</li>
<li><a href="recursivedirectoryiterator.next.php" class="index">RecursiveDirectoryIterator::next</a> - 次のエントリに移動する</li>
<li><a href="recursivedirectoryiterator.rewind.php" class="index">RecursiveDirectoryIterator::rewind</a> - ディレクトリを最初に巻き戻す</li>
<li><a href="recursivedirectoryiterator.construct.php" class="index">RecursiveDirectoryIterator::__construct</a> - RecursiveDirectoryIterator を作成する</li>
<li><a href="recursivefilteriterator.getchildren.php" class="index">RecursiveFilterIterator::getChildren</a> - RecursiveFilterIterator に含まれる内部イテレータの子を返す</li>
<li><a href="recursivefilteriterator.haschildren.php" class="index">RecursiveFilterIterator::hasChildren</a> - 内部イテレータの現在の要素が子を持つかどうかを調べる</li>
<li><a href="recursivefilteriterator.construct.php" class="index">RecursiveFilterIterator::__construct</a> - RecursiveIterator から RecursiveFilterIterator を作成する</li>
<li><a href="recursiveiterator.getchildren.php" class="index">RecursiveIterator::getChildren</a> - 現在のエントリのイテレータを返す</li>
<li><a href="recursiveiterator.haschildren.php" class="index">RecursiveIterator::hasChildren</a> - 現在のエントリのイテレータを作れるかどうかを返す</li>
<li><a href="recursiveiteratoriterator.beginchildren.php" class="index">RecursiveIteratorIterator::beginChildren</a> - 子を開始する</li>
<li><a href="recursiveiteratoriterator.beginiteration.php" class="index">RecursiveIteratorIterator::beginIteration</a> - 反復処理を開始する</li>
<li><a href="recursiveiteratoriterator.callgetchildren.php" class="index">RecursiveIteratorIterator::callGetChildren</a> - 子を取得する</li>
<li><a href="recursiveiteratoriterator.callhaschildren.php" class="index">RecursiveIteratorIterator::callHasChildren</a> - 子を持つかどうかを調べる</li>
<li><a href="recursiveiteratoriterator.current.php" class="index">RecursiveIteratorIterator::current</a> - 現在の要素の値にアクセスする</li>
<li><a href="recursiveiteratoriterator.endchildren.php" class="index">RecursiveIteratorIterator::endChildren</a> - 子を終了する</li>
<li><a href="recursiveiteratoriterator.enditeration.php" class="index">RecursiveIteratorIterator::endIteration</a> - 反復処理を終了する</li>
<li><a href="recursiveiteratoriterator.getdepth.php" class="index">RecursiveIteratorIterator::getDepth</a> - 再帰的なイテレーションにおける現在の深さを取得する</li>
<li><a href="recursiveiteratoriterator.getinneriterator.php" class="index">RecursiveIteratorIterator::getInnerIterator</a> - 内部イテレータを取得する</li>
<li><a href="recursiveiteratoriterator.getmaxdepth.php" class="index">RecursiveIteratorIterator::getMaxDepth</a> - 最大の深さを取得する</li>
<li><a href="recursiveiteratoriterator.getsubiterator.php" class="index">RecursiveIteratorIterator::getSubIterator</a> - 現在の有効なサブイテレータを取得する</li>
<li><a href="recursiveiteratoriterator.key.php" class="index">RecursiveIteratorIterator::key</a> - 現在のキーにアクセスする</li>
<li><a href="recursiveiteratoriterator.next.php" class="index">RecursiveIteratorIterator::next</a> - 次の要素に移動する</li>
<li><a href="recursiveiteratoriterator.nextelement.php" class="index">RecursiveIteratorIterator::nextElement</a> - 次の要素</li>
<li><a href="recursiveiteratoriterator.rewind.php" class="index">RecursiveIteratorIterator::rewind</a> - トップレベルの内部イテレータの先頭要素にイテレータを巻き戻す</li>
<li><a href="recursiveiteratoriterator.setmaxdepth.php" class="index">RecursiveIteratorIterator::setMaxDepth</a> - 最大の深さを設定する</li>
<li><a href="recursiveiteratoriterator.valid.php" class="index">RecursiveIteratorIterator::valid</a> - 現在の位置が有効かどうかをチェックする</li>
<li><a href="recursiveiteratoriterator.construct.php" class="index">RecursiveIteratorIterator::__construct</a> - RecursiveIteratorIterator を作成する</li>
<li><a href="recursiveregexiterator.getchildren.php" class="index">RecursiveRegexIterator::getChildren</a> - 現在のエントリのイテレータを返す</li>
<li><a href="recursiveregexiterator.haschildren.php" class="index">RecursiveRegexIterator::hasChildren</a> - 現在のエントリのイテレータが取得可能かどうかを返す</li>
<li><a href="recursiveregexiterator.construct.php" class="index">RecursiveRegexIterator::__construct</a> - 新しい RecursiveRegexIterator を作成する</li>
<li><a href="recursivetreeiterator.beginchildren.php" class="index">RecursiveTreeIterator::beginChildren</a> - 子を開始する</li>
<li><a href="recursivetreeiterator.beginiteration.php" class="index">RecursiveTreeIterator::beginIteration</a> - 反復処理を開始する</li>
<li><a href="recursivetreeiterator.callgetchildren.php" class="index">RecursiveTreeIterator::callGetChildren</a> - 子を取得する</li>
<li><a href="recursivetreeiterator.callhaschildren.php" class="index">RecursiveTreeIterator::callHasChildren</a> - 子を持っているかどうかを調べる</li>
<li><a href="recursivetreeiterator.current.php" class="index">RecursiveTreeIterator::current</a> - 現在の要素を取得する</li>
<li><a href="recursivetreeiterator.endchildren.php" class="index">RecursiveTreeIterator::endChildren</a> - 子を終了する</li>
<li><a href="recursivetreeiterator.enditeration.php" class="index">RecursiveTreeIterator::endIteration</a> - 反復処理を終了する</li>
<li><a href="recursivetreeiterator.getentry.php" class="index">RecursiveTreeIterator::getEntry</a> - 現在のエントリを取得する</li>
<li><a href="recursivetreeiterator.getpostfix.php" class="index">RecursiveTreeIterator::getPostfix</a> - 接尾辞を取得する</li>
<li><a href="recursivetreeiterator.getprefix.php" class="index">RecursiveTreeIterator::getPrefix</a> - 接頭辞を取得する</li>
<li><a href="recursivetreeiterator.key.php" class="index">RecursiveTreeIterator::key</a> - 現在の要素のキーを取得する</li>
<li><a href="recursivetreeiterator.next.php" class="index">RecursiveTreeIterator::next</a> - 次の要素に移動する</li>
<li><a href="recursivetreeiterator.nextelement.php" class="index">RecursiveTreeIterator::nextElement</a> - 次の要素</li>
<li><a href="recursivetreeiterator.rewind.php" class="index">RecursiveTreeIterator::rewind</a> - イテレータを巻き戻す</li>
<li><a href="recursivetreeiterator.setpostfix.php" class="index">RecursiveTreeIterator::setPostfix</a> - postfix を設定する</li>
<li><a href="recursivetreeiterator.setprefixpart.php" class="index">RecursiveTreeIterator::setPrefixPart</a> - 接頭辞の部分を設定する</li>
<li><a href="recursivetreeiterator.valid.php" class="index">RecursiveTreeIterator::valid</a> - 有効性を調べる</li>
<li><a href="recursivetreeiterator.construct.php" class="index">RecursiveTreeIterator::__construct</a> - RecursiveTreeIterator を作成する</li>
<li><a href="reflection.export.php" class="index">Reflection::export</a> - エクスポートする</li>
<li><a href="reflection.getmodifiernames.php" class="index">Reflection::getModifierNames</a> - 修飾子の名前を取得する</li>
<li><a href="reflectionattribute.getarguments.php" class="index">ReflectionAttribute::getArguments</a> - アトリビュートに渡された引数を取得する</li>
<li><a href="reflectionattribute.getname.php" class="index">ReflectionAttribute::getName</a> - アトリビュートの名前を取得する</li>
<li><a href="reflectionattribute.gettarget.php" class="index">ReflectionAttribute::getTarget</a> - アトリビュートのターゲットをビットマスクとして返す</li>
<li><a href="reflectionattribute.isrepeated.php" class="index">ReflectionAttribute::isRepeated</a> - この名前のアトリビュートが、実際にコード上に繰り返し現れているかどうかを取得する</li>
<li><a href="reflectionattribute.newinstance.php" class="index">ReflectionAttribute::newInstance</a> - アトリビュートクラスをインスタンス化する</li>
<li><a href="reflectionattribute.construct.php" class="index">ReflectionAttribute::__construct</a> - private なコンストラクタのため、直接インスタンス化できません</li>
<li><a href="reflectionclass.export.php" class="index">ReflectionClass::export</a> - クラスをエクスポートする</li>
<li><a href="reflectionclass.getattributes.php" class="index">ReflectionClass::getAttributes</a> - アトリビュートを取得する</li>
<li><a href="reflectionclass.getconstant.php" class="index">ReflectionClass::getConstant</a> - 定義されている定数を取得する</li>
<li><a href="reflectionclass.getconstants.php" class="index">ReflectionClass::getConstants</a> - 定数を取得する</li>
<li><a href="reflectionclass.getconstructor.php" class="index">ReflectionClass::getConstructor</a> - クラスのコンストラクタを取得する</li>
<li><a href="reflectionclass.getdefaultproperties.php" class="index">ReflectionClass::getDefaultProperties</a> - デフォルトプロパティを取得する</li>
<li><a href="reflectionclass.getdoccomment.php" class="index">ReflectionClass::getDocComment</a> - ドキュメントコメントを取得する</li>
<li><a href="reflectionclass.getendline.php" class="index">ReflectionClass::getEndLine</a> - 終了行を取得する</li>
<li><a href="reflectionclass.getextension.php" class="index">ReflectionClass::getExtension</a> - クラスを定義する拡張モジュールを表す ReflectionExtension オブジェクトを取得する</li>
<li><a href="reflectionclass.getextensionname.php" class="index">ReflectionClass::getExtensionName</a> - クラスを定義する拡張モジュールの名前を取得する</li>
<li><a href="reflectionclass.getfilename.php" class="index">ReflectionClass::getFileName</a> - クラスが定義されているファイルのファイル名を取得する</li>
<li><a href="reflectionclass.getinterfacenames.php" class="index">ReflectionClass::getInterfaceNames</a> - インターフェイスの名前を取得する</li>
<li><a href="reflectionclass.getinterfaces.php" class="index">ReflectionClass::getInterfaces</a> - インターフェイスを取得する</li>
<li><a href="reflectionclass.getlazyinitializer.php" class="index">ReflectionClass::getLazyInitializer</a> - レイジーイニシャライザを取得する</li>
<li><a href="reflectionclass.getmethod.php" class="index">ReflectionClass::getMethod</a> - クラスメソッドの ReflectionMethod を取得する</li>
<li><a href="reflectionclass.getmethods.php" class="index">ReflectionClass::getMethods</a> - メソッドの配列を取得する</li>
<li><a href="reflectionclass.getmodifiers.php" class="index">ReflectionClass::getModifiers</a> - クラス修飾子を取得する</li>
<li><a href="reflectionclass.getname.php" class="index">ReflectionClass::getName</a> - クラスの名前を取得する</li>
<li><a href="reflectionclass.getnamespacename.php" class="index">ReflectionClass::getNamespaceName</a> - 名前空間の名前を取得する</li>
<li><a href="reflectionclass.getparentclass.php" class="index">ReflectionClass::getParentClass</a> - 親クラスを取得する</li>
<li><a href="reflectionclass.getproperties.php" class="index">ReflectionClass::getProperties</a> - プロパティを取得する</li>
<li><a href="reflectionclass.getproperty.php" class="index">ReflectionClass::getProperty</a> - クラスのプロパティを表す ReflectionProperty を取得する</li>
<li><a href="reflectionclass.getreflectionconstant.php" class="index">ReflectionClass::getReflectionConstant</a> - クラス定数の ReflectionClassConstant を取得する</li>
<li><a href="reflectionclass.getreflectionconstants.php" class="index">ReflectionClass::getReflectionConstants</a> - クラス定数を取得する</li>
<li><a href="reflectionclass.getshortname.php" class="index">ReflectionClass::getShortName</a> - 短い名前を取得する</li>
<li><a href="reflectionclass.getstartline.php" class="index">ReflectionClass::getStartLine</a> - 開始行を取得する</li>
<li><a href="reflectionclass.getstaticproperties.php" class="index">ReflectionClass::getStaticProperties</a> - staticプロパティを取得する</li>
<li><a href="reflectionclass.getstaticpropertyvalue.php" class="index">ReflectionClass::getStaticPropertyValue</a> - staticプロパティの値を取得する</li>
<li><a href="reflectionclass.gettraitaliases.php" class="index">ReflectionClass::getTraitAliases</a> - トレイトのエイリアスの配列を返す</li>
<li><a href="reflectionclass.gettraitnames.php" class="index">ReflectionClass::getTraitNames</a> - このクラスが使うトレイトの名前の配列を返す</li>
<li><a href="reflectionclass.gettraits.php" class="index">ReflectionClass::getTraits</a> - このクラスが使うトレイトの配列を返す</li>
<li><a href="reflectionclass.hasconstant.php" class="index">ReflectionClass::hasConstant</a> - 定数が定義されているかどうかを調べる</li>
<li><a href="reflectionclass.hasmethod.php" class="index">ReflectionClass::hasMethod</a> - メソッドが定義されているかどうかを調べる</li>
<li><a href="reflectionclass.hasproperty.php" class="index">ReflectionClass::hasProperty</a> - プロパティが定義されているかどうかを調べる</li>
<li><a href="reflectionclass.implementsinterface.php" class="index">ReflectionClass::implementsInterface</a> - インターフェイスの実装を調べる</li>
<li><a href="reflectionclass.initializelazyobject.php" class="index">ReflectionClass::initializeLazyObject</a> - レイジーオブジェクトを強制的に初期化する</li>
<li><a href="reflectionclass.innamespace.php" class="index">ReflectionClass::inNamespace</a> - 名前空間内にあるかどうかを調べる</li>
<li><a href="reflectionclass.isabstract.php" class="index">ReflectionClass::isAbstract</a> - 抽象クラスであるかどうかを調べる</li>
<li><a href="reflectionclass.isanonymous.php" class="index">ReflectionClass::isAnonymous</a> - クラスが無名クラスかを調べる</li>
<li><a href="reflectionclass.iscloneable.php" class="index">ReflectionClass::isCloneable</a> - このクラスがクローン可能かどうかを返す</li>
<li><a href="reflectionclass.isenum.php" class="index">ReflectionClass::isEnum</a> - 列挙型であるかどうかを返す</li>
<li><a href="reflectionclass.isfinal.php" class="index">ReflectionClass::isFinal</a> - final クラスであるかどうかを調べる</li>
<li><a href="reflectionclass.isinstance.php" class="index">ReflectionClass::isInstance</a> - クラスのインスタンスであるかどうかを調べる</li>
<li><a href="reflectionclass.isinstantiable.php" class="index">ReflectionClass::isInstantiable</a> - クラスのインスタンス化が可能であるかどうかを調べる</li>
<li><a href="reflectionclass.isinterface.php" class="index">ReflectionClass::isInterface</a> - このクラスがインターフェイスであるかどうかを調べる</li>
<li><a href="reflectionclass.isinternal.php" class="index">ReflectionClass::isInternal</a> - 拡張モジュールあるいはコアで定義された内部クラスであるかどうかを調べる</li>
<li><a href="reflectionclass.isiterable.php" class="index">ReflectionClass::isIterable</a> - このクラスがイテレーション可能かを調べる</li>
<li><a href="reflectionclass.isiterateable.php" class="index">ReflectionClass::isIterateable</a> - ReflectionClass::isIterable のエイリアス</li>
<li><a href="reflectionclass.isreadonly.php" class="index">ReflectionClass::isReadOnly</a> - クラスが readonly かを調べる</li>
<li><a href="reflectionclass.issubclassof.php" class="index">ReflectionClass::isSubclassOf</a> - サブクラスであるかどうかを調べる</li>
<li><a href="reflectionclass.istrait.php" class="index">ReflectionClass::isTrait</a> - トレイトであるかどうかを返す</li>
<li><a href="reflectionclass.isuninitializedlazyobject.php" class="index">ReflectionClass::isUninitializedLazyObject</a> - オブジェクトがレイジーで未初期化かどうかを調べる</li>
<li><a href="reflectionclass.isuserdefined.php" class="index">ReflectionClass::isUserDefined</a> - ユーザー定義であるかどうかを調べる</li>
<li><a href="reflectionclass.marklazyobjectasinitialized.php" class="index">ReflectionClass::markLazyObjectAsInitialized</a> - イニシャライザまたはファクトリを呼び出さずレイジーオブジェクトを初期化済みとしてマークする</li>
<li><a href="reflectionclass.newinstance.php" class="index">ReflectionClass::newInstance</a> - 指定した引数でクラスの新しいインスタンスを作成する</li>
<li><a href="reflectionclass.newinstanceargs.php" class="index">ReflectionClass::newInstanceArgs</a> - 指定した引数でクラスの新しいインスタンスを作成する</li>
<li><a href="reflectionclass.newinstancewithoutconstructor.php" class="index">ReflectionClass::newInstanceWithoutConstructor</a> - コンストラクタを起動せずに新しいクラスのインスタンスを作成する</li>
<li><a href="reflectionclass.newlazyghost.php" class="index">ReflectionClass::newLazyGhost</a> - 新しいレイジーゴーストインスタンスを作成する</li>
<li><a href="reflectionclass.newlazyproxy.php" class="index">ReflectionClass::newLazyProxy</a> - 新しいレイジープロキシインスタンスを作成する</li>
<li><a href="reflectionclass.resetaslazyghost.php" class="index">ReflectionClass::resetAsLazyGhost</a> - オブジェクトをリセットしてレイジーとしてマークする</li>
<li><a href="reflectionclass.resetaslazyproxy.php" class="index">ReflectionClass::resetAsLazyProxy</a> - オブジェクトをリセットしてレイジーとしてマークする</li>
<li><a href="reflectionclass.setstaticpropertyvalue.php" class="index">ReflectionClass::setStaticPropertyValue</a> - publicなstaticプロパティの値を設定する</li>
<li><a href="reflectionclass.construct.php" class="index">ReflectionClass::__construct</a> - ReflectionClass を作成する</li>
<li><a href="reflectionclass.tostring.php" class="index">ReflectionClass::__toString</a> - ReflectionClass オブジェクトの文字列表現を返す</li>
<li><a href="reflectionclassconstant.export.php" class="index">ReflectionClassConstant::export</a> - リフレクションをエクスポートする</li>
<li><a href="reflectionclassconstant.getattributes.php" class="index">ReflectionClassConstant::getAttributes</a> - アトリビュートを取得する</li>
<li><a href="reflectionclassconstant.getdeclaringclass.php" class="index">ReflectionClassConstant::getDeclaringClass</a> - 定数を宣言しているクラスを取得する</li>
<li><a href="reflectionclassconstant.getdoccomment.php" class="index">ReflectionClassConstant::getDocComment</a> - クラス定数のドキュメントコメントを取得する</li>
<li><a href="reflectionclassconstant.getmodifiers.php" class="index">ReflectionClassConstant::getModifiers</a> - クラス定数の修飾子を取得する</li>
<li><a href="reflectionclassconstant.getname.php" class="index">ReflectionClassConstant::getName</a> - 定数名を取得する</li>
<li><a href="reflectionclassconstant.gettype.php" class="index">ReflectionClassConstant::getType</a> - クラス定数の型を取得する</li>
<li><a href="reflectionclassconstant.getvalue.php" class="index">ReflectionClassConstant::getValue</a> - 値を取得する</li>
<li><a href="reflectionclassconstant.hastype.php" class="index">ReflectionClassConstant::hasType</a> - クラス定数に型が指定されているかを調べる</li>
<li><a href="reflectionclassconstant.isdeprecated.php" class="index">ReflectionClassConstant::isDeprecated</a> - クラス定数が非推奨かどうかを調べる</li>
<li><a href="reflectionclassconstant.isenumcase.php" class="index">ReflectionClassConstant::isEnumCase</a> - クラス定数が、列挙型の case かどうかを調べる</li>
<li><a href="reflectionclassconstant.isfinal.php" class="index">ReflectionClassConstant::isFinal</a> - クラス定数が final かどうかを調べる</li>
<li><a href="reflectionclassconstant.isprivate.php" class="index">ReflectionClassConstant::isPrivate</a> - クラス定数がprivateかを調べる</li>
<li><a href="reflectionclassconstant.isprotected.php" class="index">ReflectionClassConstant::isProtected</a> - クラス定数が protected かを調べる</li>
<li><a href="reflectionclassconstant.ispublic.php" class="index">ReflectionClassConstant::isPublic</a> - クラス定数が public かを調べる</li>
<li><a href="reflectionclassconstant.construct.php" class="index">ReflectionClassConstant::__construct</a> - ReflectionClassConstant を構築する</li>
<li><a href="reflectionclassconstant.tostring.php" class="index">ReflectionClassConstant::__toString</a> - ReflectionClassConstant オブジェクトの文字列表現を返す</li>
<li><a href="reflectionconstant.getextension.php" class="index">ReflectionConstant::getExtension</a> - 定数を定義した拡張モジュールの ReflectionExtension を取得する</li>
<li><a href="reflectionconstant.getextensionname.php" class="index">ReflectionConstant::getExtensionName</a> - 定数を定義した拡張モジュールの名前を取得する</li>
<li><a href="reflectionconstant.getfilename.php" class="index">ReflectionConstant::getFileName</a> - 定数を定義したファイル名を取得する</li>
<li><a href="reflectionconstant.getname.php" class="index">ReflectionConstant::getName</a> - 定数名を取得する</li>
<li><a href="reflectionconstant.getnamespacename.php" class="index">ReflectionConstant::getNamespaceName</a> - 名前空間名を取得する</li>
<li><a href="reflectionconstant.getshortname.php" class="index">ReflectionConstant::getShortName</a> - 短い名前を取得する</li>
<li><a href="reflectionconstant.getvalue.php" class="index">ReflectionConstant::getValue</a> - 値を取得する</li>
<li><a href="reflectionconstant.isdeprecated.php" class="index">ReflectionConstant::isDeprecated</a> - 非推奨かどうかを調べる</li>
<li><a href="reflectionconstant.construct.php" class="index">ReflectionConstant::__construct</a> - ReflectionConstant を構築する</li>
<li><a href="reflectionconstant.tostring.php" class="index">ReflectionConstant::__toString</a> - 文字列表現を返す</li>
<li><a href="reflectionenum.getbackingtype.php" class="index">ReflectionEnum::getBackingType</a> - 存在する場合に、列挙型が依存する型を取得する</li>
<li><a href="reflectionenum.getcase.php" class="index">ReflectionEnum::getCase</a> - 列挙型の特定の case を返す</li>
<li><a href="reflectionenum.getcases.php" class="index">ReflectionEnum::getCases</a> - 列挙型の全ての case を返す</li>
<li><a href="reflectionenum.hascase.php" class="index">ReflectionEnum::hasCase</a> - 列挙型が case を持つかを調べる</li>
<li><a href="reflectionenum.isbacked.php" class="index">ReflectionEnum::isBacked</a> - 列挙型が Backed Enum かを調べる</li>
<li><a href="reflectionenum.construct.php" class="index">ReflectionEnum::__construct</a> - ReflectionEnum オブジェクトをインスタンス化する</li>
<li><a href="reflectionenumbackedcase.getbackingvalue.php" class="index">ReflectionEnumBackedCase::getBackingValue</a> - Backed Enum の case が持つスカラー値を取得する</li>
<li><a href="reflectionenumbackedcase.construct.php" class="index">ReflectionEnumBackedCase::__construct</a> - ReflectionEnumBackedCase オブジェクトをインスタンス化する</li>
<li><a href="reflectionenumunitcase.getenum.php" class="index">ReflectionEnumUnitCase::getEnum</a> - この case が属するリフレクションオブジェクトを取得する</li>
<li><a href="reflectionenumunitcase.getvalue.php" class="index">ReflectionEnumUnitCase::getValue</a> - このリフレクションオブジェクトが表す case オブジェクトを取得する</li>
<li><a href="reflectionenumunitcase.construct.php" class="index">ReflectionEnumUnitCase::__construct</a> - ReflectionEnumUnitCase オブジェクトをインスタンス化する</li>
<li><a href="reflectionextension.export.php" class="index">ReflectionExtension::export</a> - エクスポートする</li>
<li><a href="reflectionextension.getclasses.php" class="index">ReflectionExtension::getClasses</a> - クラスを取得する</li>
<li><a href="reflectionextension.getclassnames.php" class="index">ReflectionExtension::getClassNames</a> - クラス名を取得する</li>
<li><a href="reflectionextension.getconstants.php" class="index">ReflectionExtension::getConstants</a> - 定数を取得する</li>
<li><a href="reflectionextension.getdependencies.php" class="index">ReflectionExtension::getDependencies</a> - 依存性を取得する</li>
<li><a href="reflectionextension.getfunctions.php" class="index">ReflectionExtension::getFunctions</a> - 拡張モジュールの関数を取得する</li>
<li><a href="reflectionextension.getinientries.php" class="index">ReflectionExtension::getINIEntries</a> - 拡張モジュールの ini エントリを取得する</li>
<li><a href="reflectionextension.getname.php" class="index">ReflectionExtension::getName</a> - 拡張モジュール名を取得する</li>
<li><a href="reflectionextension.getversion.php" class="index">ReflectionExtension::getVersion</a> - 拡張モジュールのバージョンを取得する</li>
<li><a href="reflectionextension.info.php" class="index">ReflectionExtension::info</a> - 拡張モジュールの情報を表示する</li>
<li><a href="reflectionextension.ispersistent.php" class="index">ReflectionExtension::isPersistent</a> - この拡張モジュールが永続性のあるものかどうかを返す</li>
<li><a href="reflectionextension.istemporary.php" class="index">ReflectionExtension::isTemporary</a> - この拡張モジュールが一時的なものかどうかを返す</li>
<li><a href="reflectionextension.clone.php" class="index">ReflectionExtension::__clone</a> - クローンする</li>
<li><a href="reflectionextension.construct.php" class="index">ReflectionExtension::__construct</a> - ReflectionExtension を作成する</li>
<li><a href="reflectionextension.tostring.php" class="index">ReflectionExtension::__toString</a> - 文字列に変換する</li>
<li><a href="reflectionfiber.getcallable.php" class="index">ReflectionFiber::getCallable</a> - Fiber の構築に使われた callable を取得する</li>
<li><a href="reflectionfiber.getexecutingfile.php" class="index">ReflectionFiber::getExecutingFile</a> - 現在実行中のファイル名を取得する</li>
<li><a href="reflectionfiber.getexecutingline.php" class="index">ReflectionFiber::getExecutingLine</a> - 現在実行中の行番号を取得する</li>
<li><a href="reflectionfiber.getfiber.php" class="index">ReflectionFiber::getFiber</a> - リフレクションされた Fiber クラスのインスタンスを取得する</li>
<li><a href="reflectionfiber.gettrace.php" class="index">ReflectionFiber::getTrace</a> - 現在実行している時点のバックトレースを取得する</li>
<li><a href="reflectionfiber.construct.php" class="index">ReflectionFiber::__construct</a> - Constructs a ReflectionFiber オブジェクトを構築する</li>
<li><a href="reflectionfunction.export.php" class="index">ReflectionFunction::export</a> - 関数をエクスポートする</li>
<li><a href="reflectionfunction.getclosure.php" class="index">ReflectionFunction::getClosure</a> - この関数に動的に作成されたクロージャを返す</li>
<li><a href="reflectionfunction.invoke.php" class="index">ReflectionFunction::invoke</a> - 関数を起動する</li>
<li><a href="reflectionfunction.invokeargs.php" class="index">ReflectionFunction::invokeArgs</a> - 引数を指定して関数を起動する</li>
<li><a href="reflectionfunction.isanonymous.php" class="index">ReflectionFunction::isAnonymous</a> - 関数が無名関数かどうかを調べる</li>
<li><a href="reflectionfunction.isdisabled.php" class="index">ReflectionFunction::isDisabled</a> - 関数が無効になっているかどうかを調べる</li>
<li><a href="reflectionfunction.construct.php" class="index">ReflectionFunction::__construct</a> - ReflectionFunction オブジェクトを作成する</li>
<li><a href="reflectionfunction.tostring.php" class="index">ReflectionFunction::__toString</a> - ReflectionFunction を表現する文字列を返す</li>
<li><a href="reflectionfunctionabstract.getattributes.php" class="index">ReflectionFunctionAbstract::getAttributes</a> - アトリビュートを取得する</li>
<li><a href="reflectionfunctionabstract.getclosurecalledclass.php" class="index">ReflectionFunctionAbstract::getClosureCalledClass</a> - クロージャ内部で static:: に対応するクラスを返す</li>
<li><a href="reflectionfunctionabstract.getclosurescopeclass.php" class="index">ReflectionFunctionAbstract::getClosureScopeClass</a> - クロージャ内部のスコープに関連づけられたクラスを返す</li>
<li><a href="reflectionfunctionabstract.getclosurethis.php" class="index">ReflectionFunctionAbstract::getClosureThis</a> - クロージャ内部の $this に関連付けられたオブジェクトを返す</li>
<li><a href="reflectionfunctionabstract.getclosureusedvariables.php" class="index">ReflectionFunctionAbstract::getClosureUsedVariables</a> - クロージャ内で使われている変数の配列を返す</li>
<li><a href="reflectionfunctionabstract.getdoccomment.php" class="index">ReflectionFunctionAbstract::getDocComment</a> - ドキュメントコメントを取得する</li>
<li><a href="reflectionfunctionabstract.getendline.php" class="index">ReflectionFunctionAbstract::getEndLine</a> - 終了行番号を取得する</li>
<li><a href="reflectionfunctionabstract.getextension.php" class="index">ReflectionFunctionAbstract::getExtension</a> - 拡張モジュールの情報を取得する</li>
<li><a href="reflectionfunctionabstract.getextensionname.php" class="index">ReflectionFunctionAbstract::getExtensionName</a> - 拡張モジュールの名前を取得する</li>
<li><a href="reflectionfunctionabstract.getfilename.php" class="index">ReflectionFunctionAbstract::getFileName</a> - ファイル名を取得する</li>
<li><a href="reflectionfunctionabstract.getname.php" class="index">ReflectionFunctionAbstract::getName</a> - 関数名を取得する</li>
<li><a href="reflectionfunctionabstract.getnamespacename.php" class="index">ReflectionFunctionAbstract::getNamespaceName</a> - 名前空間名を取得する</li>
<li><a href="reflectionfunctionabstract.getnumberofparameters.php" class="index">ReflectionFunctionAbstract::getNumberOfParameters</a> - パラメータ数を取得する</li>
<li><a href="reflectionfunctionabstract.getnumberofrequiredparameters.php" class="index">ReflectionFunctionAbstract::getNumberOfRequiredParameters</a> - 必須パラメータの数を取得する</li>
<li><a href="reflectionfunctionabstract.getparameters.php" class="index">ReflectionFunctionAbstract::getParameters</a> - パラメータを取得する</li>
<li><a href="reflectionfunctionabstract.getreturntype.php" class="index">ReflectionFunctionAbstract::getReturnType</a> - 指定された関数の戻り値の型を取得する</li>
<li><a href="reflectionfunctionabstract.getshortname.php" class="index">ReflectionFunctionAbstract::getShortName</a> - 関数の短い名前を取得する</li>
<li><a href="reflectionfunctionabstract.getstartline.php" class="index">ReflectionFunctionAbstract::getStartLine</a> - 開始行番号を取得する</li>
<li><a href="reflectionfunctionabstract.getstaticvariables.php" class="index">ReflectionFunctionAbstract::getStaticVariables</a> - static変数を取得する</li>
<li><a href="reflectionfunctionabstract.gettentativereturntype.php" class="index">ReflectionFunctionAbstract::getTentativeReturnType</a> - 関数に関連付けられた仮の戻り値の型を返す</li>
<li><a href="reflectionfunctionabstract.hasreturntype.php" class="index">ReflectionFunctionAbstract::hasReturnType</a> - 関数が戻り値の型を指定しているかを調べる</li>
<li><a href="reflectionfunctionabstract.hastentativereturntype.php" class="index">ReflectionFunctionAbstract::hasTentativeReturnType</a> - 戻り値の型を仮で宣言しているかを返す</li>
<li><a href="reflectionfunctionabstract.innamespace.php" class="index">ReflectionFunctionAbstract::inNamespace</a> - 関数が名前空間内にあるかどうかを調べる</li>
<li><a href="reflectionfunctionabstract.isclosure.php" class="index">ReflectionFunctionAbstract::isClosure</a> - クロージャであるかどうかを調べる</li>
<li><a href="reflectionfunctionabstract.isdeprecated.php" class="index">ReflectionFunctionAbstract::isDeprecated</a> - 非推奨であるかどうかを調べる</li>
<li><a href="reflectionfunctionabstract.isgenerator.php" class="index">ReflectionFunctionAbstract::isGenerator</a> - この関数がジェネレータかどうかを返す</li>
<li><a href="reflectionfunctionabstract.isinternal.php" class="index">ReflectionFunctionAbstract::isInternal</a> - 内部関数かどうかを調べる</li>
<li><a href="reflectiofunctionabstract.isstatic.php" class="index">ReflectionFunctionAbstract::isStatic</a> - 関数が static であるかどうかを調べる</li>
<li><a href="reflectionfunctionabstract.isuserdefined.php" class="index">ReflectionFunctionAbstract::isUserDefined</a> - ユーザー定義関数であるかどうかを調べる</li>
<li><a href="reflectionfunctionabstract.isvariadic.php" class="index">ReflectionFunctionAbstract::isVariadic</a> - この関数の引数が可変長かを調べる</li>
<li><a href="reflectionfunctionabstract.returnsreference.php" class="index">ReflectionFunctionAbstract::returnsReference</a> - 参照返しかどうかを調べる</li>
<li><a href="reflectionfunctionabstract.clone.php" class="index">ReflectionFunctionAbstract::__clone</a> - 関数のクローンを作成する</li>
<li><a href="reflectionfunctionabstract.tostring.php" class="index">ReflectionFunctionAbstract::__toString</a> - ReflectionFunctionAbstract を表現する文字列を返す</li>
<li><a href="reflectiongenerator.getexecutingfile.php" class="index">ReflectionGenerator::getExecutingFile</a> - 現在実行中のジェネレータのファイル名を取得する</li>
<li><a href="reflectiongenerator.getexecutinggenerator.php" class="index">ReflectionGenerator::getExecutingGenerator</a> - 実行中の Generator オブジェクトを取得する</li>
<li><a href="reflectiongenerator.getexecutingline.php" class="index">ReflectionGenerator::getExecutingLine</a> - 現在実行中のジェネレータの行を取得する</li>
<li><a href="reflectiongenerator.getfunction.php" class="index">ReflectionGenerator::getFunction</a> - ジェネレータの関数名を取得する</li>
<li><a href="reflectiongenerator.getthis.php" class="index">ReflectionGenerator::getThis</a> - ジェネレータの $this の値を取得する</li>
<li><a href="reflectiongenerator.gettrace.php" class="index">ReflectionGenerator::getTrace</a> - 実行中のジェネレータのトレースを取得する</li>
<li><a href="reflectiongenerator.isclosed.php" class="index">ReflectionGenerator::isClosed</a> - ジェネレータの実行が完了したかどうかを調べる</li>
<li><a href="reflectiongenerator.construct.php" class="index">ReflectionGenerator::__construct</a> - ReflectionGenerator オブジェクトを構築する</li>
<li><a href="reflectionintersectiontype.gettypes.php" class="index">ReflectionIntersectionType::getTypes</a> - 交差型に含まれている型を返す</li>
<li><a href="reflectionmethod.createfrommethodname.php" class="index">ReflectionMethod::createFromMethodName</a> - ReflectionMethod を作成する</li>
<li><a href="reflectionmethod.export.php" class="index">ReflectionMethod::export</a> - メソッドをエクスポートする</li>
<li><a href="reflectionmethod.getclosure.php" class="index">ReflectionMethod::getClosure</a> - このメソッドに動的に作成されたクロージャを返す</li>
<li><a href="reflectionmethod.getdeclaringclass.php" class="index">ReflectionMethod::getDeclaringClass</a> - メソッドが宣言されているクラスを取得する</li>
<li><a href="reflectionmethod.getmodifiers.php" class="index">ReflectionMethod::getModifiers</a> - メソッドの修飾子を取得する</li>
<li><a href="reflectionmethod.getprototype.php" class="index">ReflectionMethod::getPrototype</a> - メソッドのプロトタイプを (存在すれば) 取得する</li>
<li><a href="reflectionmethod.hasprototype.php" class="index">ReflectionMethod::hasPrototype</a> - メソッドがプロトタイプを持つかを調べる</li>
<li><a href="reflectionmethod.invoke.php" class="index">ReflectionMethod::invoke</a> - 実行する</li>
<li><a href="reflectionmethod.invokeargs.php" class="index">ReflectionMethod::invokeArgs</a> - 実行する</li>
<li><a href="reflectionmethod.isabstract.php" class="index">ReflectionMethod::isAbstract</a> - 抽象メソッドであるかどうかを調べる</li>
<li><a href="reflectionmethod.isconstructor.php" class="index">ReflectionMethod::isConstructor</a> - コンストラクタであるかどうかを調べる</li>
<li><a href="reflectionmethod.isdestructor.php" class="index">ReflectionMethod::isDestructor</a> - デストラクタであるかどうかを調べる</li>
<li><a href="reflectionmethod.isfinal.php" class="index">ReflectionMethod::isFinal</a> - final メソッドであるかどうかを調べる</li>
<li><a href="reflectionmethod.isprivate.php" class="index">ReflectionMethod::isPrivate</a> - private メソッドであるかどうかを調べる</li>
<li><a href="reflectionmethod.isprotected.php" class="index">ReflectionMethod::isProtected</a> - protected メソッドであるかどうかを調べる</li>
<li><a href="reflectionmethod.ispublic.php" class="index">ReflectionMethod::isPublic</a> - public メソッドであるかどうかを調べる</li>
<li><a href="reflectionmethod.setaccessible.php" class="index">ReflectionMethod::setAccessible</a> - メソッドのアクセス範囲を設定する</li>
<li><a href="reflectionmethod.construct.php" class="index">ReflectionMethod::__construct</a> - ReflectionMethod を作成する</li>
<li><a href="reflectionmethod.tostring.php" class="index">ReflectionMethod::__toString</a> - ReflectionMethod オブジェクトの文字列表現を返す</li>
<li><a href="reflectionnamedtype.getname.php" class="index">ReflectionNamedType::getName</a> - 型の名前の文字列を取得する</li>
<li><a href="reflectionnamedtype.isbuiltin.php" class="index">ReflectionNamedType::isBuiltin</a> - 組み込みの型であるかを調べる</li>
<li><a href="reflectionobject.export.php" class="index">ReflectionObject::export</a> - エクスポートする</li>
<li><a href="reflectionobject.construct.php" class="index">ReflectionObject::__construct</a> - ReflectionObject を作成する</li>
<li><a href="reflectionparameter.allowsnull.php" class="index">ReflectionParameter::allowsNull</a> - null を許可するかどうかを調べる</li>
<li><a href="reflectionparameter.canbepassedbyvalue.php" class="index">ReflectionParameter::canBePassedByValue</a> - このパラメータが値渡し可能かどうかを返す</li>
<li><a href="reflectionparameter.export.php" class="index">ReflectionParameter::export</a> - エクスポートする</li>
<li><a href="reflectionparameter.getattributes.php" class="index">ReflectionParameter::getAttributes</a> - アトリビュートを取得する</li>
<li><a href="reflectionparameter.getclass.php" class="index">ReflectionParameter::getClass</a> - リフレクションされた ReflectionClass を取得する。</li>
<li><a href="reflectionparameter.getdeclaringclass.php" class="index">ReflectionParameter::getDeclaringClass</a> - 宣言しているクラスを取得する</li>
<li><a href="reflectionparameter.getdeclaringfunction.php" class="index">ReflectionParameter::getDeclaringFunction</a> - 宣言している関数を取得する</li>
<li><a href="reflectionparameter.getdefaultvalue.php" class="index">ReflectionParameter::getDefaultValue</a> - パラメータのデフォルト値を取得する</li>
<li><a href="reflectionparameter.getdefaultvalueconstantname.php" class="index">ReflectionParameter::getDefaultValueConstantName</a> - デフォルト値が定数あるいは null の場合に、その定数名を返す</li>
<li><a href="reflectionparameter.getname.php" class="index">ReflectionParameter::getName</a> - パラメータ名を取得する</li>
<li><a href="reflectionparameter.getposition.php" class="index">ReflectionParameter::getPosition</a> - パラメータの位置を取得する</li>
<li><a href="reflectionparameter.gettype.php" class="index">ReflectionParameter::getType</a> - 引数の型を取得する</li>
<li><a href="reflectionparameter.hastype.php" class="index">ReflectionParameter::hasType</a> - 引数が型を持つかを調べる</li>
<li><a href="reflectionparameter.isarray.php" class="index">ReflectionParameter::isArray</a> - 配列を受け取るパラメータであるかどうかを調べる</li>
<li><a href="reflectionparameter.iscallable.php" class="index">ReflectionParameter::isCallable</a> - パラメータが callable かどうかを返す</li>
<li><a href="reflectionparameter.isdefaultvalueavailable.php" class="index">ReflectionParameter::isDefaultValueAvailable</a> - デフォルト値が存在するかどうかを調べる</li>
<li><a href="reflectionparameter.isdefaultvalueconstant.php" class="index">ReflectionParameter::isDefaultValueConstant</a> - このパラメータのデフォルト値が定数かどうかを返す</li>
<li><a href="reflectionparameter.isoptional.php" class="index">ReflectionParameter::isOptional</a> - 省略可能であるかどうかを調べる</li>
<li><a href="reflectionparameter.ispassedbyreference.php" class="index">ReflectionParameter::isPassedByReference</a> - 参照渡しかどうかを調べる</li>
<li><a href="reflectionparameter.ispromoted.php" class="index">ReflectionParameter::isPromoted</a> - パラメータがプロパティに昇格しているかを調べる</li>
<li><a href="reflectionparameter.isvariadic.php" class="index">ReflectionParameter::isVariadic</a> - 引数が可変長の個数であるかをチェックする</li>
<li><a href="reflectionparameter.clone.php" class="index">ReflectionParameter::__clone</a> - クローンする</li>
<li><a href="reflectionparameter.construct.php" class="index">ReflectionParameter::__construct</a> - コンストラクタ</li>
<li><a href="reflectionparameter.tostring.php" class="index">ReflectionParameter::__toString</a> - 文字列に変換する</li>
<li><a href="reflectionproperty.export.php" class="index">ReflectionProperty::export</a> - エクスポートする</li>
<li><a href="reflectionproperty.getattributes.php" class="index">ReflectionProperty::getAttributes</a> - アトリビュートを取得する</li>
<li><a href="reflectionproperty.getdeclaringclass.php" class="index">ReflectionProperty::getDeclaringClass</a> - 宣言しているクラスを取得する</li>
<li><a href="reflectionproperty.getdefaultvalue.php" class="index">ReflectionProperty::getDefaultValue</a> - プロパティで宣言されたデフォルト値を返す</li>
<li><a href="reflectionproperty.getdoccomment.php" class="index">ReflectionProperty::getDocComment</a> - プロパティのドキュメントコメントを取得する</li>
<li><a href="reflectionproperty.gethook.php" class="index">ReflectionProperty::getHook</a> - 指定したフックに対応するリフレクションオブジェクトを返す</li>
<li><a href="reflectionproperty.gethooks.php" class="index">ReflectionProperty::getHooks</a> - このプロパティに指定された全てのフックを配列で返す</li>
<li><a href="reflectionproperty.getmodifiers.php" class="index">ReflectionProperty::getModifiers</a> - プロパティの修飾子を取得する</li>
<li><a href="reflectionproperty.getname.php" class="index">ReflectionProperty::getName</a> - プロパティ名を取得する</li>
<li><a href="reflectionproperty.getrawvalue.php" class="index">ReflectionProperty::getRawValue</a> - get フックが定義されていたとしても、それを迂回してプロパティの値を返す</li>
<li><a href="reflectionproperty.getsettabletype.php" class="index">ReflectionProperty::getSettableType</a> - set フックのパラメータの型を返す</li>
<li><a href="reflectionproperty.gettype.php" class="index">ReflectionProperty::getType</a> - プロパティの型を取得する</li>
<li><a href="reflectionproperty.getvalue.php" class="index">ReflectionProperty::getValue</a> - 値を取得する</li>
<li><a href="reflectionproperty.hasdefaultvalue.php" class="index">ReflectionProperty::hasDefaultValue</a> - デフォルト値が宣言されているかをチェックする</li>
<li><a href="reflectionproperty.hashook.php" class="index">ReflectionProperty::hasHook</a> - プロパティに指定されたフックが定義されているかどうかを返す</li>
<li><a href="reflectionproperty.hashooks.php" class="index">ReflectionProperty::hasHooks</a> - プロパティに何かしらのフックが定義されているかどうかを返す</li>
<li><a href="reflectionproperty.hastype.php" class="index">ReflectionProperty::hasType</a> - プロパティが型を持つかをチェックする</li>
<li><a href="reflectionproperty.isabstract.php" class="index">ReflectionProperty::isAbstract</a> - プロパティが abstract かどうかを判定する</li>
<li><a href="reflectionproperty.isdefault.php" class="index">ReflectionProperty::isDefault</a> - デフォルトプロパティであるかどうかを調べる</li>
<li><a href="reflectionproperty.isdynamic.php" class="index">ReflectionProperty::isDynamic</a> - 動的なプロパティかどうかを調べる</li>
<li><a href="reflectionproperty.isfinal.php" class="index">ReflectionProperty::isFinal</a> - プロパティが final かどうかを判定する</li>
<li><a href="reflectionproperty.isinitialized.php" class="index">ReflectionProperty::isInitialized</a> - プロパティが初期化されているかをチェックする</li>
<li><a href="reflectionproperty.islazy.php" class="index">ReflectionProperty::isLazy</a> - プロパティがレイジーであるかどうかを調べる</li>
<li><a href="reflectionproperty.isprivate.php" class="index">ReflectionProperty::isPrivate</a> - private プロパティであるかどうかを調べる</li>
<li><a href="reflectionproperty.isprivateset.php" class="index">ReflectionProperty::isPrivateSet</a> - プロパティが書き込みについて private かどうかを調べる</li>
<li><a href="reflectionproperty.ispromoted.php" class="index">ReflectionProperty::isPromoted</a> - プロパティがコンストラクタの引数から昇格したものかを調べる</li>
<li><a href="reflectionproperty.isprotected.php" class="index">ReflectionProperty::isProtected</a> - protected プロパティであるかどうかを調べる</li>
<li><a href="reflectionproperty.isprotectedset.php" class="index">ReflectionProperty::isProtectedSet</a> - プロパティが書き込みについて protected かどうかを調べる</li>
<li><a href="reflectionproperty.ispublic.php" class="index">ReflectionProperty::isPublic</a> - public プロパティであるかどうかを調べる</li>
<li><a href="reflectionproperty.isreadonly.php" class="index">ReflectionProperty::isReadOnly</a> - プロパティが readonly かを調べる</li>
<li><a href="reflectionproperty.isstatic.php" class="index">ReflectionProperty::isStatic</a> - staticプロパティであるかどうかを調べる</li>
<li><a href="reflectionproperty.isvirtual.php" class="index">ReflectionProperty::isVirtual</a> - プロパティが仮想プロパティかどうかを判定する</li>
<li><a href="reflectionproperty.setaccessible.php" class="index">ReflectionProperty::setAccessible</a> - プロパティのアクセス範囲を設定する</li>
<li><a href="reflectionproperty.setrawvalue.php" class="index">ReflectionProperty::setRawValue</a> - set フックが定義されていたとしても、それを迂回してプロパティの値を設定する</li>
<li><a href="reflectionproperty.setrawvaluewithoutlazyinitialization.php" class="index">ReflectionProperty::setRawValueWithoutLazyInitialization</a> - 遅延初期化をトリガーせず生のプロパティ値を設定する</li>
<li><a href="reflectionproperty.setvalue.php" class="index">ReflectionProperty::setValue</a> - プロパティの値を設定する</li>
<li><a href="reflectionproperty.skiplazyinitialization.php" class="index">ReflectionProperty::skipLazyInitialization</a> - プロパティを非レイジーとしてマークする</li>
<li><a href="reflectionproperty.clone.php" class="index">ReflectionProperty::__clone</a> - クローンする</li>
<li><a href="reflectionproperty.construct.php" class="index">ReflectionProperty::__construct</a> - ReflectionProperty オブジェクトを作成する</li>
<li><a href="reflectionproperty.tostring.php" class="index">ReflectionProperty::__toString</a> - 文字列に変換する</li>
<li><a href="reflectionreference.fromarrayelement.php" class="index">ReflectionReference::fromArrayElement</a> - 配列の要素から、ReflectionReference を生成する</li>
<li><a href="reflectionreference.getid.php" class="index">ReflectionReference::getId</a> - リファレンスのユニークなIDを取得する</li>
<li><a href="reflectionreference.construct.php" class="index">ReflectionReference::__construct</a> - private なコンストラクタのため、直接インスタンス化できません</li>
<li><a href="reflectiontype.allowsnull.php" class="index">ReflectionType::allowsNull</a> - null が許されるかをチェックする</li>
<li><a href="reflectiontype.tostring.php" class="index">ReflectionType::__toString</a> - 文字列に変換する</li>
<li><a href="reflectionuniontype.gettypes.php" class="index">ReflectionUnionType::getTypes</a> - union 型に含まれる型を返す。</li>
<li><a href="reflectionzendextension.export.php" class="index">ReflectionZendExtension::export</a> - エクスポート</li>
<li><a href="reflectionzendextension.getauthor.php" class="index">ReflectionZendExtension::getAuthor</a> - 作者を取得する</li>
<li><a href="reflectionzendextension.getcopyright.php" class="index">ReflectionZendExtension::getCopyright</a> - 著作権情報を取得する</li>
<li><a href="reflectionzendextension.getname.php" class="index">ReflectionZendExtension::getName</a> - 名前を取得する</li>
<li><a href="reflectionzendextension.geturl.php" class="index">ReflectionZendExtension::getURL</a> - URL を取得する</li>
<li><a href="reflectionzendextension.getversion.php" class="index">ReflectionZendExtension::getVersion</a> - バージョンを取得する</li>
<li><a href="reflectionzendextension.clone.php" class="index">ReflectionZendExtension::__clone</a> - Clone のハンドラ</li>
<li><a href="reflectionzendextension.construct.php" class="index">ReflectionZendExtension::__construct</a> - ReflectionZendExtension オブジェクトを作成する</li>
<li><a href="reflectionzendextension.tostring.php" class="index">ReflectionZendExtension::__toString</a> - 文字列変換のハンドラ</li>
<li><a href="reflector.export.php" class="index">Reflector::export</a> - エクスポートする</li>
<li><a href="regexiterator.accept.php" class="index">RegexIterator::accept</a> - 受け入れ状況を取得する</li>
<li><a href="regexiterator.getflags.php" class="index">RegexIterator::getFlags</a> - フラグを取得する</li>
<li><a href="regexiterator.getmode.php" class="index">RegexIterator::getMode</a> - 操作モードを返す</li>
<li><a href="regexiterator.getpregflags.php" class="index">RegexIterator::getPregFlags</a> - 正規表現フラグを返す</li>
<li><a href="regexiterator.getregex.php" class="index">RegexIterator::getRegex</a> - 現在の正規表現を返す</li>
<li><a href="regexiterator.setflags.php" class="index">RegexIterator::setFlags</a> - フラグを設定する</li>
<li><a href="regexiterator.setmode.php" class="index">RegexIterator::setMode</a> - 操作モードを設定する</li>
<li><a href="regexiterator.setpregflags.php" class="index">RegexIterator::setPregFlags</a> - 正規表現フラグを設定する</li>
<li><a href="regexiterator.construct.php" class="index">RegexIterator::__construct</a> - 新しい RegexIterator を作成する</li>
<li><a href="function.register-shutdown-function.php" class="index">register_shutdown_function</a> - シャットダウン時に実行する関数を登録する</li>
<li><a href="function.register-tick-function.php" class="index">register_tick_function</a> - 各 tick で実行する関数を登録する</li>
<li><a href="function.rename.php" class="index">rename</a> - ファイルをリネームする</li>
<li><a href="function.request-parse-body.php" class="index">request_parse_body</a> - リクエストボディを読み取り、解析して結果を返す</li>
<li><a href="function.reset.php" class="index">reset</a> - 配列の内部ポインタを先頭の要素にセットする</li>
<li><a href="resourcebundle.count.php" class="index">ResourceBundle::count</a> - バンドル内の要素数を取得する</li>
<li><a href="resourcebundle.create.php" class="index">ResourceBundle::create</a> - リソースバンドルを作成する</li>
<li><a href="resourcebundle.get.php" class="index">ResourceBundle::get</a> - バンドルからデータを取得する</li>
<li><a href="resourcebundle.geterrorcode.php" class="index">ResourceBundle::getErrorCode</a> - バンドルの直近のエラーコードを取得する</li>
<li><a href="resourcebundle.geterrormessage.php" class="index">ResourceBundle::getErrorMessage</a> - バンドルの直近のエラーメッセージを取得する</li>
<li><a href="resourcebundle.locales.php" class="index">ResourceBundle::getLocales</a> - サポートするロケールを取得する</li>
<li><a href="function.restore-error-handler.php" class="index">restore_error_handler</a> - 以前のエラーハンドラ関数を回復する</li>
<li><a href="function.restore-exception-handler.php" class="index">restore_exception_handler</a> - 以前の例外ハンドラ関数を回復する</li>
<li><a href="function.restore-include-path.php" class="index">restore_include_path</a> - include_path 設定オプションの値を元に戻す</li>
<li><a href="mysql-xdevapi-result.getaffecteditemscount.php" class="index">Result::getAffectedItemsCount</a> - 影響を受けた行数を得る</li>
<li><a href="mysql-xdevapi-result.getautoincrementvalue.php" class="index">Result::getAutoIncrementValue</a> - 自動インクリメントされた値を取得する</li>
<li><a href="mysql-xdevapi-result.getgeneratedids.php" class="index">Result::getGeneratedIds</a> - 生成された id を取得する</li>
<li><a href="mysql-xdevapi-result.getwarnings.php" class="index">Result::getWarnings</a> - 直近の操作から発生した警告を取得する</li>
<li><a href="mysql-xdevapi-result.getwarningscount.php" class="index">Result::getWarningsCount</a> - 直近の操作から生じた警告の数を取得する</li>
<li><a href="mysql-xdevapi-result.construct.php" class="index">Result::__construct</a> - Result のコンストラクタ</li>
<li><a href="returntypewillchange.construct.php" class="index">ReturnTypeWillChange::__construct</a> - 新しい ReturnTypeWillChange のインスタンスを作成する</li>
<li><a href="function.rewind.php" class="index">rewind</a> - ファイルポインタの位置を先頭に戻す</li>
<li><a href="function.rewinddir.php" class="index">rewinddir</a> - ディレクトリハンドルを元に戻す</li>
<li><a href="function.rmdir.php" class="index">rmdir</a> - ディレクトリを削除する</li>
<li><a href="function.rnp-backend-string.php" class="index">rnp_backend_string</a> - Return cryptographic backend library name</li>
<li><a href="function.rnp-backend-version.php" class="index">rnp_backend_version</a> - Return cryptographic backend library version</li>
<li><a href="function.rnp-decrypt.php" class="index">rnp_decrypt</a> - Decrypt PGP message</li>
<li><a href="function.rnp-dump-packets.php" class="index">rnp_dump_packets</a> - Dump OpenPGP packets stream information in humand-readable format</li>
<li><a href="function.rnp-dump-packets-to-json.php" class="index">rnp_dump_packets_to_json</a> - Dump OpenPGP packets stream information to the JSON string</li>
<li><a href="function.rnp-ffi-create.php" class="index">rnp_ffi_create</a> - Create the top-level object used for interacting with the library</li>
<li><a href="function.rnp-ffi-destroy.php" class="index">rnp_ffi_destroy</a> - Destroy the top-level object used for interacting with the library</li>
<li><a href="function.rnp-ffi-set-pass-provider.php" class="index">rnp_ffi_set_pass_provider</a> - Set password provider callback function</li>
<li><a href="function.rnp-import-keys.php" class="index">rnp_import_keys</a> - Import keys from PHP string to the keyring and receive JSON describing new/updated keys</li>
<li><a href="function.rnp-import-signatures.php" class="index">rnp_import_signatures</a> - Import standalone signatures to the keyring and receive JSON describing updated keys</li>
<li><a href="function.rnp-key-export.php" class="index">rnp_key_export</a> - Export a key</li>
<li><a href="function.rnp-key-export-autocrypt.php" class="index">rnp_key_export_autocrypt</a> - Export minimal key for autocrypt feature (just 5 packets: key, uid, signature,
   encryption subkey, signature)</li>
<li><a href="function.rnp-key-export-revocation.php" class="index">rnp_key_export_revocation</a> - Generate and export primary key revocation signature</li>
<li><a href="function.rnp-key-get-info.php" class="index">rnp_key_get_info</a> - Get information about the key</li>
<li><a href="function.rnp-key-remove.php" class="index">rnp_key_remove</a> - Remove a key from keyring(s)</li>
<li><a href="function.rnp-key-revoke.php" class="index">rnp_key_revoke</a> - Revoke a key or subkey by generating and adding revocation signature</li>
<li><a href="function.rnp-list-keys.php" class="index">rnp_list_keys</a> - Enumerate all keys present in a keyring by specified identifer type</li>
<li><a href="function.rnp-load-keys.php" class="index">rnp_load_keys</a> - Load keys from PHP string</li>
<li><a href="function.rnp-load-keys-from-path.php" class="index">rnp_load_keys_from_path</a> - Load keys from specified path</li>
<li><a href="function.rnp-locate-key.php" class="index">rnp_locate_key</a> - Search for the key</li>
<li><a href="function.rnp-op-encrypt.php" class="index">rnp_op_encrypt</a> - Encrypt message</li>
<li><a href="function.rnp-op-generate-key.php" class="index">rnp_op_generate_key</a> - Generate key</li>
<li><a href="function.rnp-op-sign.php" class="index">rnp_op_sign</a> - Perform signing operation on a binary data, return embedded signature(s)</li>
<li><a href="function.rnp-op-sign-cleartext.php" class="index">rnp_op_sign_cleartext</a> - Perform signing operation on a textual data, return cleartext signed message</li>
<li><a href="function.rnp-op-sign-detached.php" class="index">rnp_op_sign_detached</a> - Perform signing operation, return detached signature(s)</li>
<li><a href="function.rnp-op-verify.php" class="index">rnp_op_verify</a> - Verify embedded or cleartext signatures</li>
<li><a href="function.rnp-op-verify-detached.php" class="index">rnp_op_verify_detached</a> - Verify detached signatures</li>
<li><a href="function.rnp-save-keys.php" class="index">rnp_save_keys</a> - Save keys to PHP string</li>
<li><a href="function.rnp-save-keys-to-path.php" class="index">rnp_save_keys_to_path</a> - Save keys to specified path</li>
<li><a href="function.rnp-supported-features.php" class="index">rnp_supported_features</a> - Get supported features in JSON format</li>
<li><a href="function.rnp-version-string.php" class="index">rnp_version_string</a> - RNP library version</li>
<li><a href="function.rnp-version-string-full.php" class="index">rnp_version_string_full</a> - Full version string of RNP library</li>
<li><a href="function.round.php" class="index">round</a> - 浮動小数点数を丸める</li>
<li><a href="mysql-xdevapi-rowresult.fetchall.php" class="index">RowResult::fetchAll</a> - 結果セットから全ての行を取得する</li>
<li><a href="mysql-xdevapi-rowresult.fetchone.php" class="index">RowResult::fetchOne</a> - 結果セットから行を取得する</li>
<li><a href="mysql-xdevapi-rowresult.getcolumnnames.php" class="index">RowResult::getColumnNames</a> - 全てのカラム名を取得する</li>
<li><a href="mysql-xdevapi-rowresult.getcolumns.php" class="index">RowResult::getColumns</a> - カラムのメタデータを取得する</li>
<li><a href="mysql-xdevapi-rowresult.getcolumncount.php" class="index">RowResult::getColumnsCount</a> - カラムの数を取得する</li>
<li><a href="mysql-xdevapi-rowresult.getwarnings.php" class="index">RowResult::getWarnings</a> - 直近の操作から生じた警告を取得する</li>
<li><a href="mysql-xdevapi-rowresult.getwarningscount.php" class="index">RowResult::getWarningsCount</a> - 直近の操作から生じた警告の数を取得する</li>
<li><a href="mysql-xdevapi-rowresult.construct.php" class="index">RowResult::__construct</a> - RowResult のコンストラクタ</li>
<li><a href="function.rpmaddtag.php" class="index">rpmaddtag</a> - Add tag retrieved in query</li>
<li><a href="function.rpmdbinfo.php" class="index">rpmdbinfo</a> - Get information from installed RPM</li>
<li><a href="function.rpmdbsearch.php" class="index">rpmdbsearch</a> - Search RPM packages</li>
<li><a href="function.rpmdefine.php" class="index">rpmdefine</a> - Define or change a RPM macro value</li>
<li><a href="function.rpmexpand.php" class="index">rpmexpand</a> - Retrieve expanded value of a RPM macro</li>
<li><a href="function.rpmexpandnumeric.php" class="index">rpmexpandnumeric</a> - Retrieve numerical value of a RPM macro</li>
<li><a href="function.rpmgetsymlink.php" class="index">rpmgetsymlink</a> - Get target of a symlink</li>
<li><a href="function.rpminfo.php" class="index">rpminfo</a> - Get information from a RPM file</li>
<li><a href="function.rpmvercmp.php" class="index">rpmvercmp</a> - RPM version comparison</li>
<li><a href="rrdcreator.addarchive.php" class="index">RRDCreator::addArchive</a> - Adds RRA - archive of data values for each data source</li>
<li><a href="rrdcreator.adddatasource.php" class="index">RRDCreator::addDataSource</a> - Adds data source definition for RRD database</li>
<li><a href="rrdcreator.save.php" class="index">RRDCreator::save</a> - Saves the RRD database to a file</li>
<li><a href="rrdcreator.construct.php" class="index">RRDCreator::__construct</a> - Creates new RRDCreator instance</li>
<li><a href="function.rrdc-disconnect.php" class="index">rrdc_disconnect</a> - Close any outstanding connection to rrd caching daemon</li>
<li><a href="rrdgraph.save.php" class="index">RRDGraph::save</a> - Saves the result of query into image</li>
<li><a href="rrdgraph.saveverbose.php" class="index">RRDGraph::saveVerbose</a> - Saves the RRD database query into image and returns the verbose
   information about generated graph</li>
<li><a href="rrdgraph.setoptions.php" class="index">RRDGraph::setOptions</a> - Sets the options for rrd graph export</li>
<li><a href="rrdgraph.construct.php" class="index">RRDGraph::__construct</a> - Creates new RRDGraph instance</li>
<li><a href="rrdupdater.update.php" class="index">RRDUpdater::update</a> - Update the RRD database file</li>
<li><a href="rrdupdater.construct.php" class="index">RRDUpdater::__construct</a> - Creates new RRDUpdater instance</li>
<li><a href="function.rrd-create.php" class="index">rrd_create</a> - Creates rrd database file</li>
<li><a href="function.rrd-error.php" class="index">rrd_error</a> - Gets latest error message</li>
<li><a href="function.rrd-fetch.php" class="index">rrd_fetch</a> - Fetch the data for graph as array</li>
<li><a href="function.rrd-first.php" class="index">rrd_first</a> - Gets the timestamp of the first sample from rrd file</li>
<li><a href="function.rrd-graph.php" class="index">rrd_graph</a> - Creates image from a data</li>
<li><a href="function.rrd-info.php" class="index">rrd_info</a> - Gets information about rrd file</li>
<li><a href="function.rrd-last.php" class="index">rrd_last</a> - Gets unix timestamp of the last sample</li>
<li><a href="function.rrd-lastupdate.php" class="index">rrd_lastupdate</a> - Gets information about last updated data</li>
<li><a href="function.rrd-restore.php" class="index">rrd_restore</a> - Restores the RRD file from XML dump</li>
<li><a href="function.rrd-tune.php" class="index">rrd_tune</a> - Tunes some RRD database file header options</li>
<li><a href="function.rrd-update.php" class="index">rrd_update</a> - Updates the RRD database</li>
<li><a href="function.rrd-version.php" class="index">rrd_version</a> - Gets information about underlying rrdtool library</li>
<li><a href="function.rrd-xport.php" class="index">rrd_xport</a> - Exports the information about RRD database</li>
<li><a href="function.rsort.php" class="index">rsort</a> - 配列を降順にソートする</li>
<li><a href="function.rtrim.php" class="index">rtrim</a> - 文字列の最後から空白 (もしくはその他の文字) を取り除く</li>
<li><a href="function.runkit7-constant-add.php" class="index">runkit7_constant_add</a> - Similar to define(), but allows defining in class definitions as well</li>
<li><a href="function.runkit7-constant-redefine.php" class="index">runkit7_constant_redefine</a> - Redefine an already defined constant</li>
<li><a href="function.runkit7-constant-remove.php" class="index">runkit7_constant_remove</a> - Remove/Delete an already defined constant</li>
<li><a href="function.runkit7-function-add.php" class="index">runkit7_function_add</a> - Add a new function, similar to create_function</li>
<li><a href="function.runkit7-function-copy.php" class="index">runkit7_function_copy</a> - Copy a function to a new function name</li>
<li><a href="function.runkit7-function-redefine.php" class="index">runkit7_function_redefine</a> - Replace a function definition with a new implementation</li>
<li><a href="function.runkit7-function-remove.php" class="index">runkit7_function_remove</a> - Remove a function definition</li>
<li><a href="function.runkit7-function-rename.php" class="index">runkit7_function_rename</a> - Change a function's name</li>
<li><a href="function.runkit7-import.php" class="index">runkit7_import</a> - Process a PHP file importing function and class definitions, overwriting where appropriate</li>
<li><a href="function.runkit7-method-add.php" class="index">runkit7_method_add</a> - Dynamically adds a new method to a given class</li>
<li><a href="function.runkit7-method-copy.php" class="index">runkit7_method_copy</a> - Copies a method from class to another</li>
<li><a href="function.runkit7-method-redefine.php" class="index">runkit7_method_redefine</a> - Dynamically changes the code of the given method</li>
<li><a href="function.runkit7-method-remove.php" class="index">runkit7_method_remove</a> - Dynamically removes the given method</li>
<li><a href="function.runkit7-method-rename.php" class="index">runkit7_method_rename</a> - Dynamically changes the name of the given method</li>
<li><a href="function.runkit7-object-id.php" class="index">runkit7_object_id</a> - Return the integer object handle for given object</li>
<li><a href="function.runkit7-superglobals.php" class="index">runkit7_superglobals</a> - Return numerically indexed array of registered superglobals</li>
<li><a href="function.runkit7-zval-inspect.php" class="index">runkit7_zval_inspect</a> - Returns information about the passed in value with data types, reference counts, etc</li>
</ul></li>
<li class='gen-index index-for-s'>s<ul id='refentry-index-for-s'>
<li><a href="function.sapi-windows-cp-conv.php" class="index">sapi_windows_cp_conv</a> - 文字列のコードページを別のものに変換する</li>
<li><a href="function.sapi-windows-cp-get.php" class="index">sapi_windows_cp_get</a> - 現在のコードページを取得する</li>
<li><a href="function.sapi-windows-cp-is-utf8.php" class="index">sapi_windows_cp_is_utf8</a> - コードページがUTF-8と互換性があるかを返す</li>
<li><a href="function.sapi-windows-cp-set.php" class="index">sapi_windows_cp_set</a> - 現在のプロセスのコードページを設定する</li>
<li><a href="function.sapi-windows-generate-ctrl-event.php" class="index">sapi_windows_generate_ctrl_event</a> - CTRLイベント を別プロセスに送信する</li>
<li><a href="function.sapi-windows-set-ctrl-handler.php" class="index">sapi_windows_set_ctrl_handler</a> - CTRLイベント のハンドラを設定したり削除したりする</li>
<li><a href="function.sapi-windows-vt100-support.php" class="index">sapi_windows_vt100_support</a> - Windows コンソールの出力バッファに関連付けられたストリームのVT100サポート状況を取得/設定する</li>
<li><a href="function.scandir.php" class="index">scandir</a> - 指定されたパスのファイルとディレクトリのリストを取得する</li>
<li><a href="mysql-xdevapi-schema.createcollection.php" class="index">Schema::createCollection</a> - スキーマにコレクションを追加する</li>
<li><a href="mysql-xdevapi-schema.dropcollection.php" class="index">Schema::dropCollection</a> - スキーマからコレクションを削除する</li>
<li><a href="mysql-xdevapi-schema.existsindatabase.php" class="index">Schema::existsInDatabase</a> - データベースに存在するかをチェックする</li>
<li><a href="mysql-xdevapi-schema.getcollection.php" class="index">Schema::getCollection</a> - スキーマからコレクションを取得する</li>
<li><a href="mysql-xdevapi-schema.getcollectionastable.php" class="index">Schema::getCollectionAsTable</a> - コレクションをテーブルオブジェクトとして取得する</li>
<li><a href="mysql-xdevapi-schema.getcollections.php" class="index">Schema::getCollections</a> - スキーマに属する全てのコレクションを取得する</li>
<li><a href="mysql-xdevapi-schema.getname.php" class="index">Schema::getName</a> - スキーマの名前を取得する</li>
<li><a href="mysql-xdevapi-schema.getsession.php" class="index">Schema::getSession</a> - スキーマのセッションを取得する</li>
<li><a href="mysql-xdevapi-schema.gettable.php" class="index">Schema::getTable</a> - スキーマのテーブルを取得する</li>
<li><a href="mysql-xdevapi-schema.gettables.php" class="index">Schema::getTables</a> - スキーマのテーブルを取得する</li>
<li><a href="mysql-xdevapi-schema.construct.php" class="index">Schema::__construct</a> - Schema のコンストラクタ</li>
<li><a href="mysql-xdevapi-schemaobject.getschema.php" class="index">SchemaObject::getSchema</a> - スキーマオブジェクトを得る</li>
<li><a href="function.scoutapm-get-calls.php" class="index">scoutapm_get_calls</a> - 収集する処理が呼ばれた情報の一覧を返す</li>
<li><a href="function.scoutapm-list-instrumented-functions.php" class="index">scoutapm_list_instrumented_functions</a> - scoutapm がデータを収集する関数の一覧</li>
<li><a href="seaslog.alert.php" class="index">SeasLog::alert</a> - Record alert log information</li>
<li><a href="seaslog.analyzercount.php" class="index">SeasLog::analyzerCount</a> - Get log count by level, log_path and key_word</li>
<li><a href="seaslog.analyzerdetail.php" class="index">SeasLog::analyzerDetail</a> - Get log detail by level, log_path, key_word, start, limit, order</li>
<li><a href="seaslog.closeloggerstream.php" class="index">SeasLog::closeLoggerStream</a> - Manually release stream flow from logger</li>
<li><a href="seaslog.critical.php" class="index">SeasLog::critical</a> - Record critical log information</li>
<li><a href="seaslog.debug.php" class="index">SeasLog::debug</a> - Record debug log information</li>
<li><a href="seaslog.emergency.php" class="index">SeasLog::emergency</a> - Record emergency log information</li>
<li><a href="seaslog.error.php" class="index">SeasLog::error</a> - Record error log information</li>
<li><a href="seaslog.flushbuffer.php" class="index">SeasLog::flushBuffer</a> - Flush logs buffer, dump to appender file, or send to remote api with tcp/udp</li>
<li><a href="seaslog.getbasepath.php" class="index">SeasLog::getBasePath</a> - Get SeasLog base path.</li>
<li><a href="seaslog.getbuffer.php" class="index">SeasLog::getBuffer</a> - Get the logs buffer in memory as array</li>
<li><a href="seaslog.getbufferenabled.php" class="index">SeasLog::getBufferEnabled</a> - Determin if buffer enabled</li>
<li><a href="seaslog.getdatetimeformat.php" class="index">SeasLog::getDatetimeFormat</a> - Get SeasLog datetime format style</li>
<li><a href="seaslog.getlastlogger.php" class="index">SeasLog::getLastLogger</a> - Get SeasLog last logger path</li>
<li><a href="seaslog.getrequestid.php" class="index">SeasLog::getRequestID</a> - Get SeasLog request_id differentiated requests</li>
<li><a href="seaslog.getrequestvariable.php" class="index">SeasLog::getRequestVariable</a> - Get SeasLog request variable</li>
<li><a href="seaslog.info.php" class="index">SeasLog::info</a> - Record info log information</li>
<li><a href="seaslog.log.php" class="index">SeasLog::log</a> - The Common Record Log Function</li>
<li><a href="seaslog.notice.php" class="index">SeasLog::notice</a> - Record notice log information</li>
<li><a href="seaslog.setbasepath.php" class="index">SeasLog::setBasePath</a> - Set SeasLog base path</li>
<li><a href="seaslog.setdatetimeformat.php" class="index">SeasLog::setDatetimeFormat</a> - Set SeasLog datetime format style</li>
<li><a href="seaslog.setlogger.php" class="index">SeasLog::setLogger</a> - Set SeasLog logger name</li>
<li><a href="seaslog.setrequestid.php" class="index">SeasLog::setRequestID</a> - Set SeasLog request_id differentiated requests</li>
<li><a href="seaslog.setrequestvariable.php" class="index">SeasLog::setRequestVariable</a> - Manually set SeasLog request variable</li>
<li><a href="seaslog.warning.php" class="index">SeasLog::warning</a> - Record warning log information</li>
<li><a href="seaslog.construct.php" class="index">SeasLog::__construct</a> - Description</li>
<li><a href="seaslog.destruct.php" class="index">SeasLog::__destruct</a> - Description</li>
<li><a href="function.seaslog-get-author.php" class="index">seaslog_get_author</a> - Get SeasLog author.</li>
<li><a href="function.seaslog-get-version.php" class="index">seaslog_get_version</a> - Get SeasLog version.</li>
<li><a href="seekableiterator.seek.php" class="index">SeekableIterator::seek</a> - 位置を移動する</li>
<li><a href="function.sem-acquire.php" class="index">sem_acquire</a> - セマフォを得る</li>
<li><a href="function.sem-get.php" class="index">sem_get</a> - セマフォ ID を得る</li>
<li><a href="function.sem-release.php" class="index">sem_release</a> - セマフォを解放する</li>
<li><a href="function.sem-remove.php" class="index">sem_remove</a> - セマフォを削除する</li>
<li><a href="sensitiveparameter.construct.php" class="index">SensitiveParameter::__construct</a> - 新しい SensitiveParameter のインスタンスを作成する</li>
<li><a href="sensitiveparametervalue.getvalue.php" class="index">SensitiveParameterValue::getValue</a> - 秘密の値を返す</li>
<li><a href="sensitiveparametervalue.construct.php" class="index">SensitiveParameterValue::__construct</a> - 新しい SensitiveParameterValue オブジェクトを作成する</li>
<li><a href="sensitiveparametervalue.debuginfo.php" class="index">SensitiveParameterValue::__debugInfo</a> - 秘密の値をうっかり公開することを防止する</li>
<li><a href="serializable.serialize.php" class="index">Serializable::serialize</a> - オブジェクトの文字列表現</li>
<li><a href="serializable.unserialize.php" class="index">Serializable::unserialize</a> - オブジェクトを作成する</li>
<li><a href="function.serialize.php" class="index">serialize</a> - 値の保存可能な表現を生成する</li>
<li><a href="mysql-xdevapi-session.close.php" class="index">Session::close</a> - セッションを閉じる</li>
<li><a href="mysql-xdevapi-session.commit.php" class="index">Session::commit</a> - トランザクションをコミットする</li>
<li><a href="mysql-xdevapi-session.createschema.php" class="index">Session::createSchema</a> - 新しいスキーマを作成する</li>
<li><a href="mysql-xdevapi-session.dropschema.php" class="index">Session::dropSchema</a> - スキーマを削除します</li>
<li><a href="mysql-xdevapi-session.generateuuid.php" class="index">Session::generateUUID</a> - 新しいUUIDを取得する</li>
<li><a href="mysql-xdevapi-session.getdefaultschema.php" class="index">Session::getDefaultSchema</a> - デフォルトのスキーマ名を取得する</li>
<li><a href="mysql-xdevapi-session.getschema.php" class="index">Session::getSchema</a> - 新しいスキーマオブジェクトを取得する</li>
<li><a href="mysql-xdevapi-session.getschemas.php" class="index">Session::getSchemas</a> - スキーマを取得する</li>
<li><a href="mysql-xdevapi-session.getserverversion.php" class="index">Session::getServerVersion</a> - サーバーのバージョンを取得する</li>
<li><a href="mysql-xdevapi-session.listclients.php" class="index">Session::listClients</a> - クライアントの一覧を取得する</li>
<li><a href="mysql-xdevapi-session.quotename.php" class="index">Session::quoteName</a> - クォートを追加する</li>
<li><a href="mysql-xdevapi-session.releasesavepoint.php" class="index">Session::releaseSavepoint</a> - 設定されたセーブポイントをリリースする</li>
<li><a href="mysql-xdevapi-session.rollback.php" class="index">Session::rollback</a> - トランザクションをロールバックする</li>
<li><a href="mysql-xdevapi-session.rollbackto.php" class="index">Session::rollbackTo</a> - セーブポイントまでトランザクションをロールバックする</li>
<li><a href="mysql-xdevapi-session.setsavepoint.php" class="index">Session::setSavepoint</a> - セーブポイントを作成する</li>
<li><a href="mysql-xdevapi-session.sql.php" class="index">Session::sql</a> - SQLクエリを作成する</li>
<li><a href="mysql-xdevapi-session.starttransaction.php" class="index">Session::startTransaction</a> - トランザクションを開始する</li>
<li><a href="mysql-xdevapi-session.construct.php" class="index">Session::__construct</a> - Session のコンストラクタ</li>
<li><a href="sessionhandler.close.php" class="index">SessionHandler::close</a> - セッションを閉じる</li>
<li><a href="sessionhandler.create-sid.php" class="index">SessionHandler::create_sid</a> - 新規セッション ID を返す</li>
<li><a href="sessionhandler.destroy.php" class="index">SessionHandler::destroy</a> - セッションを破棄する</li>
<li><a href="sessionhandler.gc.php" class="index">SessionHandler::gc</a> - 古いセッションを削除する</li>
<li><a href="sessionhandler.open.php" class="index">SessionHandler::open</a> - セッションを開始する</li>
<li><a href="sessionhandler.read.php" class="index">SessionHandler::read</a> - セッションのデータを読み込む</li>
<li><a href="sessionhandler.write.php" class="index">SessionHandler::write</a> - セッションのデータを書き込む</li>
<li><a href="sessionhandlerinterface.close.php" class="index">SessionHandlerInterface::close</a> - セッションを閉じる</li>
<li><a href="sessionhandlerinterface.destroy.php" class="index">SessionHandlerInterface::destroy</a> - セッションを破棄する</li>
<li><a href="sessionhandlerinterface.gc.php" class="index">SessionHandlerInterface::gc</a> - 古いセッションを削除する</li>
<li><a href="sessionhandlerinterface.open.php" class="index">SessionHandlerInterface::open</a> - セッションを開始する</li>
<li><a href="sessionhandlerinterface.read.php" class="index">SessionHandlerInterface::read</a> - セッションのデータを読み込む</li>
<li><a href="sessionhandlerinterface.write.php" class="index">SessionHandlerInterface::write</a> - セッションのデータを書き込む</li>
<li><a href="sessionidinterface.create-sid.php" class="index">SessionIdInterface::create_sid</a> - セッションIDを作成する</li>
<li><a href="sessionupdatetimestamphandlerinterface.updatetimestamp.php" class="index">SessionUpdateTimestampHandlerInterface::updateTimestamp</a> - タイムスタンプを更新する</li>
<li><a href="sessionupdatetimestamphandlerinterface.validateid.php" class="index">SessionUpdateTimestampHandlerInterface::validateId</a> - セッションIDを検証する</li>
<li><a href="function.session-abort.php" class="index">session_abort</a> - session 配列の変更を破棄してセッションを終了する</li>
<li><a href="function.session-cache-expire.php" class="index">session_cache_expire</a> - 現在のキャッシュの有効期限を取得/設定する</li>
<li><a href="function.session-cache-limiter.php" class="index">session_cache_limiter</a> - 現在のキャッシュリミッタを取得または設定する</li>
<li><a href="function.session-commit.php" class="index">session_commit</a> - session_write_close のエイリアス</li>
<li><a href="function.session-create-id.php" class="index">session_create_id</a> - 新しいセッションIDを作成する</li>
<li><a href="function.session-decode.php" class="index">session_decode</a> - セッションエンコードされた文字列からセッションデータをデコードする</li>
<li><a href="function.session-destroy.php" class="index">session_destroy</a> - セッションに登録されたデータを全て破棄する</li>
<li><a href="function.session-encode.php" class="index">session_encode</a> - 現在のセッションデータを、セッションエンコードされた文字列に変換する</li>
<li><a href="function.session-gc.php" class="index">session_gc</a> - セッションデータのガベージコレクションを実行する</li>
<li><a href="function.session-get-cookie-params.php" class="index">session_get_cookie_params</a> - セッションクッキーのパラメータを得る</li>
<li><a href="function.session-id.php" class="index">session_id</a> - 現在のセッション ID を取得または設定する</li>
<li><a href="function.session-module-name.php" class="index">session_module_name</a> - 現在のセッションモジュールを取得または設定する</li>
<li><a href="function.session-name.php" class="index">session_name</a> - 現在のセッション名を取得または設定する</li>
<li><a href="function.session-regenerate-id.php" class="index">session_regenerate_id</a> - 現在のセッションIDを新しく生成したものと置き換える</li>
<li><a href="function.session-register-shutdown.php" class="index">session_register_shutdown</a> - セッションのシャットダウン関数</li>
<li><a href="function.session-reset.php" class="index">session_reset</a> - session 配列を元の値で再初期化する</li>
<li><a href="function.session-save-path.php" class="index">session_save_path</a> - 現在のセッションデータ保存パスを取得または設定する</li>
<li><a href="function.session-set-cookie-params.php" class="index">session_set_cookie_params</a> - セッションクッキーパラメータを設定する</li>
<li><a href="function.session-set-save-handler.php" class="index">session_set_save_handler</a> - ユーザー定義のセッション保存関数を設定する</li>
<li><a href="function.session-start.php" class="index">session_start</a> - 新しいセッションを開始、あるいは既存のセッションを再開する</li>
<li><a href="function.session-status.php" class="index">session_status</a> - 現在のセッションの状態を返す</li>
<li><a href="function.session-unset.php" class="index">session_unset</a> - 全てのセッション変数を開放する</li>
<li><a href="function.session-write-close.php" class="index">session_write_close</a> - セッションデータを書き込んでセッションを終了する</li>
<li><a href="function.setcookie.php" class="index">setcookie</a> - クッキーを送信する</li>
<li><a href="function.setlocale.php" class="index">setlocale</a> - ロケール情報を設定する</li>
<li><a href="function.setrawcookie.php" class="index">setrawcookie</a> - 値を URL エンコードせずにクッキーを送信する</li>
<li><a href="function.settype.php" class="index">settype</a> - 変数の型をセットする</li>
<li><a href="function.set-error-handler.php" class="index">set_error_handler</a> - ユーザー定義のエラーハンドラ関数を設定する</li>
<li><a href="function.set-exception-handler.php" class="index">set_exception_handler</a> - ユーザー定義の例外ハンドラ関数を設定する</li>
<li><a href="function.set-file-buffer.php" class="index">set_file_buffer</a> - stream_set_write_buffer のエイリアス</li>
<li><a href="function.set-include-path.php" class="index">set_include_path</a> - include_path 設定オプションをセットする</li>
<li><a href="function.set-time-limit.php" class="index">set_time_limit</a> - 実行時間の最大値を制限する</li>
<li><a href="function.sha1.php" class="index">sha1</a> - 文字列の sha1 ハッシュを計算する</li>
<li><a href="function.sha1-file.php" class="index">sha1_file</a> - ファイルの sha1 ハッシュを計算する</li>
<li><a href="function.shell-exec.php" class="index">shell_exec</a> - シェルによりコマンドを実行し、文字列として出力全体を返す</li>
<li><a href="function.shmop-close.php" class="index">shmop_close</a> - 共有メモリブロックを閉じる</li>
<li><a href="function.shmop-delete.php" class="index">shmop_delete</a> - 共有メモリブロックを削除する</li>
<li><a href="function.shmop-open.php" class="index">shmop_open</a> - 共有メモリブロックを作成またはオープンする</li>
<li><a href="function.shmop-read.php" class="index">shmop_read</a> - 共有メモリブロックからデータを読み取る</li>
<li><a href="function.shmop-size.php" class="index">shmop_size</a> - 共有メモリブロックの大きさを取得する</li>
<li><a href="function.shmop-write.php" class="index">shmop_write</a> - 共有メモリブロックにデータを書き込む</li>
<li><a href="function.shm-attach.php" class="index">shm_attach</a> - 共有メモリセグメントを作成またはオープンする</li>
<li><a href="function.shm-detach.php" class="index">shm_detach</a> - 共有メモリセグメントへの接続を閉じる</li>
<li><a href="function.shm-get-var.php" class="index">shm_get_var</a> - 共有メモリから変数を返す</li>
<li><a href="function.shm-has-var.php" class="index">shm_has_var</a> - 特定のエントリが存在するかどうかを調べる</li>
<li><a href="function.shm-put-var.php" class="index">shm_put_var</a> - 共有メモリの変数を挿入または更新する</li>
<li><a href="function.shm-remove.php" class="index">shm_remove</a> - Unix システムから共有メモリを削除する</li>
<li><a href="function.shm-remove-var.php" class="index">shm_remove_var</a> - 共有メモリから変数を削除する</li>
<li><a href="function.show-source.php" class="index">show_source</a> - highlight_file のエイリアス</li>
<li><a href="function.shuffle.php" class="index">shuffle</a> - 配列をシャッフルする</li>
<li><a href="function.simdjson-decode.php" class="index">simdjson_decode</a> - Decodes a JSON string</li>
<li><a href="function.simdjson-is-valid.php" class="index">simdjson_is_valid</a> - Check if a JSON string is valid</li>
<li><a href="function.simdjson-key-count.php" class="index">simdjson_key_count</a> - Returns the value at a JSON pointer.</li>
<li><a href="function.simdjson-key-exists.php" class="index">simdjson_key_exists</a> - Check if the JSON contains the value referred to by a JSON pointer.</li>
<li><a href="function.simdjson-key-value.php" class="index">simdjson_key_value</a> - Decodes the value of a JSON string located at the requested JSON pointer.</li>
<li><a href="function.similar-text.php" class="index">similar_text</a> - 二つの文字列の間の類似性を計算する</li>
<li><a href="simplexmlelement.addattribute.php" class="index">SimpleXMLElement::addAttribute</a> - SimpleXML 要素に属性を追加する</li>
<li><a href="simplexmlelement.addchild.php" class="index">SimpleXMLElement::addChild</a> - XML ノードに子要素を追加する</li>
<li><a href="simplexmlelement.asxml.php" class="index">SimpleXMLElement::asXML</a> - SimpleXML 要素に基づき整形式の XML 文字列を返す</li>
<li><a href="simplexmlelement.attributes.php" class="index">SimpleXMLElement::attributes</a> - 要素の属性を定義する</li>
<li><a href="simplexmlelement.children.php" class="index">SimpleXMLElement::children</a> - 指定したノードの子ノードを見付ける</li>
<li><a href="simplexmlelement.count.php" class="index">SimpleXMLElement::count</a> - 子要素を数える</li>
<li><a href="simplexmlelement.current.php" class="index">SimpleXMLElement::current</a> - 現在の要素を返す</li>
<li><a href="simplexmlelement.getchildren.php" class="index">SimpleXMLElement::getChildren</a> - 現在の要素の子要素を返す</li>
<li><a href="simplexmlelement.getdocnamespaces.php" class="index">SimpleXMLElement::getDocNamespaces</a> - ドキュメントで宣言されている名前空間を返す</li>
<li><a href="simplexmlelement.getname.php" class="index">SimpleXMLElement::getName</a> - XML 要素の名前を取得する</li>
<li><a href="simplexmlelement.getnamespaces.php" class="index">SimpleXMLElement::getNamespaces</a> - ドキュメントで使用している名前空間を返す</li>
<li><a href="simplexmliterator.haschildren.php" class="index">SimpleXMLElement::hasChildren</a> - 現在の要素が子要素を持つかどうかを調べる</li>
<li><a href="simplexmlelement.key.php" class="index">SimpleXMLElement::key</a> - 現在のキーを返す</li>
<li><a href="simplexmlelement.next.php" class="index">SimpleXMLElement::next</a> - 次の要素に移動する</li>
<li><a href="simplexmlelement.registerxpathnamespace.php" class="index">SimpleXMLElement::registerXPathNamespace</a> - 次の XPath クエリ用の prefix/ns コンテキストを作成する</li>
<li><a href="simplexmlelement.rewind.php" class="index">SimpleXMLElement::rewind</a> - 最初の要素に巻き戻す</li>
<li><a href="simplexmlelement.savexml.php" class="index">SimpleXMLElement::saveXML</a> - SimpleXMLElement::asXML のエイリアス</li>
<li><a href="simplexmlelement.valid.php" class="index">SimpleXMLElement::valid</a> - 現在の要素が有効かどうかを調べる</li>
<li><a href="simplexmlelement.xpath.php" class="index">SimpleXMLElement::xpath</a> - XML データに Xpath クエリを実行する</li>
<li><a href="simplexmlelement.construct.php" class="index">SimpleXMLElement::__construct</a> - 新しい SimpleXMLElement オブジェクトを作成する</li>
<li><a href="simplexmlelement.tostring.php" class="index">SimpleXMLElement::__toString</a> - 文字列で要素の内容を返す</li>
<li><a href="function.simplexml-import-dom.php" class="index">simplexml_import_dom</a> - XML または HTML ノードから SimpleXMLElement オブジェクトを取得する</li>
<li><a href="function.simplexml-load-file.php" class="index">simplexml_load_file</a> - XMLファイルをパースし、オブジェクトに代入する</li>
<li><a href="function.simplexml-load-string.php" class="index">simplexml_load_string</a> - XML 文字列をオブジェクトに代入する</li>
<li><a href="function.sin.php" class="index">sin</a> - 正弦（サイン）</li>
<li><a href="function.sinh.php" class="index">sinh</a> - 双曲線正弦（ハイパボリックサイン）</li>
<li><a href="function.sizeof.php" class="index">sizeof</a> - count のエイリアス</li>
<li><a href="function.sleep.php" class="index">sleep</a> - 実行を遅延させる</li>
<li><a href="function.snmp2-get.php" class="index">snmp2_get</a> - SNMP オブジェクトを取得する</li>
<li><a href="function.snmp2-getnext.php" class="index">snmp2_getnext</a> - 指定したオブジェクト ID に続く SNMP オブジェクトを取得する</li>
<li><a href="function.snmp2-real-walk.php" class="index">snmp2_real_walk</a> - 指定したすべてのオブジェクトとそのオブジェクト ID を返す</li>
<li><a href="function.snmp2-set.php" class="index">snmp2_set</a> - SNMP オブジェクトの値を設定する</li>
<li><a href="function.snmp2-walk.php" class="index">snmp2_walk</a> - すべての SNMP オブジェクトをエージェントから取得する</li>
<li><a href="function.snmp3-get.php" class="index">snmp3_get</a> - SNMP オブジェクトを取得する</li>
<li><a href="function.snmp3-getnext.php" class="index">snmp3_getnext</a> - 指定したオブジェクト ID に続く SNMP オブジェクトを取得する</li>
<li><a href="function.snmp3-real-walk.php" class="index">snmp3_real_walk</a> - 指定したすべてのオブジェクトとそのオブジェクト ID を返す</li>
<li><a href="function.snmp3-set.php" class="index">snmp3_set</a> - SNMP オブジェクトの値を設定する</li>
<li><a href="function.snmp3-walk.php" class="index">snmp3_walk</a> - すべての SNMP オブジェクトをエージェントから取得する</li>
<li><a href="snmp.close.php" class="index">SNMP::close</a> - SNMP セッションを閉じる</li>
<li><a href="snmp.get.php" class="index">SNMP::get</a> - SNMP オブジェクトを取得する</li>
<li><a href="snmp.geterrno.php" class="index">SNMP::getErrno</a> - 直近のエラーコードを取得する</li>
<li><a href="snmp.geterror.php" class="index">SNMP::getError</a> - 直近のエラーメッセージを取得する</li>
<li><a href="snmp.getnext.php" class="index">SNMP::getnext</a> - 指定したオブジェクト ID に続く SNMP オブジェクトを取得する</li>
<li><a href="snmp.set.php" class="index">SNMP::set</a> - SNMP オブジェクトの値を設定する</li>
<li><a href="snmp.setsecurity.php" class="index">SNMP::setSecurity</a> - セキュリティ関連の SNMPv3 セッションパラメータを設定する</li>
<li><a href="snmp.walk.php" class="index">SNMP::walk</a> - SNMP オブジェクトのサブツリーを取得する</li>
<li><a href="snmp.construct.php" class="index">SNMP::__construct</a> - リモート SNMP エージェントへのセッションを表す SNMP インスタンスを作成する</li>
<li><a href="function.snmpget.php" class="index">snmpget</a> - SNMP オブジェクトを取得する</li>
<li><a href="function.snmpgetnext.php" class="index">snmpgetnext</a> - 指定したオブジェクト ID に続く SNMP オブジェクトを取得する</li>
<li><a href="function.snmprealwalk.php" class="index">snmprealwalk</a> - 指定したオブジェクトに関するオブジェクト ID
   を含むすべてのオブジェクトを返す</li>
<li><a href="function.snmpset.php" class="index">snmpset</a> - SNMP オブジェクトの値を設定する</li>
<li><a href="function.snmpwalk.php" class="index">snmpwalk</a> - エージェントから全ての SNMP オブジェクトを取得する</li>
<li><a href="function.snmpwalkoid.php" class="index">snmpwalkoid</a> - ネットワークエンティティに関する情報ツリーを検索する</li>
<li><a href="function.snmp-get-quick-print.php" class="index">snmp_get_quick_print</a> - NET-SNMP ライブラリの quick_print の現在の設定値を取得する</li>
<li><a href="function.snmp-get-valueretrieval.php" class="index">snmp_get_valueretrieval</a> - SNMP の値が返される方法を返す</li>
<li><a href="function.snmp-read-mib.php" class="index">snmp_read_mib</a> - アクティブな MIB ツリーの中に MIB ファイルを読み込んでパースする</li>
<li><a href="function.snmp-set-enum-print.php" class="index">snmp_set_enum_print</a> - すべての enum を、実際の整数値ではなく enum 値とともに返す</li>
<li><a href="function.snmp-set-oid-numeric-print.php" class="index">snmp_set_oid_numeric_print</a> - snmp_set_oid_output_format のエイリアス</li>
<li><a href="function.snmp-set-oid-output-format.php" class="index">snmp_set_oid_output_format</a> - OID の出力形式を設定する</li>
<li><a href="function.snmp-set-quick-print.php" class="index">snmp_set_quick_print</a> - NET-SNMP ライブラリで enable の値を設定する</li>
<li><a href="function.snmp-set-valueretrieval.php" class="index">snmp_set_valueretrieval</a> - SNMP の値が返される方法を設定する</li>
<li><a href="soapclient.call.php" class="index">SoapClient::__call</a> - SOAP 関数をコールする (非推奨)</li>
<li><a href="soapclient.construct.php" class="index">SoapClient::__construct</a> - SoapClient のコンストラクタ</li>
<li><a href="soapclient.dorequest.php" class="index">SoapClient::__doRequest</a> - SOAP リクエストを実行する</li>
<li><a href="soapclient.getcookies.php" class="index">SoapClient::__getCookies</a> - クッキーの一覧を取得する</li>
<li><a href="soapclient.getfunctions.php" class="index">SoapClient::__getFunctions</a> - SOAP 関数の一覧を返す</li>
<li><a href="soapclient.getlastrequest.php" class="index">SoapClient::__getLastRequest</a> - 直近の SOAP リクエストを返す</li>
<li><a href="soapclient.getlastrequestheaders.php" class="index">SoapClient::__getLastRequestHeaders</a> - 直近の SOAP リクエストヘッダを返す</li>
<li><a href="soapclient.getlastresponse.php" class="index">SoapClient::__getLastResponse</a> - 直近の SOAP レスポンスを返す</li>
<li><a href="soapclient.getlastresponseheaders.php" class="index">SoapClient::__getLastResponseHeaders</a> - 直近の SOAP レスポンスヘッダを返す</li>
<li><a href="soapclient.gettypes.php" class="index">SoapClient::__getTypes</a> - SOAP 型の一覧を返す</li>
<li><a href="soapclient.setcookie.php" class="index">SoapClient::__setCookie</a> - SOAP リクエストと共に送信されるクッキーを設定する</li>
<li><a href="soapclient.setlocation.php" class="index">SoapClient::__setLocation</a> - 使用するウェブサービスの場所を設定する</li>
<li><a href="soapclient.setsoapheaders.php" class="index">SoapClient::__setSoapHeaders</a> - 以降のコール用の SOAP ヘッダを設定する</li>
<li><a href="soapclient.soapcall.php" class="index">SoapClient::__soapCall</a> - SOAP 関数をコールする</li>
<li><a href="soapfault.construct.php" class="index">SoapFault::__construct</a> - SoapFault コンストラクタ</li>
<li><a href="soapfault.tostring.php" class="index">SoapFault::__toString</a> - SoapFault の文字列表現を取得する</li>
<li><a href="soapheader.construct.php" class="index">SoapHeader::__construct</a> - SoapHeader コンストラクタ</li>
<li><a href="soapparam.construct.php" class="index">SoapParam::__construct</a> - SoapParam コンストラクタ</li>
<li><a href="soapserver.addfunction.php" class="index">SoapServer::addFunction</a> - SOAP リクエストによって処理される単一もしくはいくつかの関数を追加する</li>
<li><a href="soapserver.addsoapheader.php" class="index">SoapServer::addSoapHeader</a> - SOAP ヘッダをレスポンスに追加する</li>
<li><a href="soapserver.fault.php" class="index">SoapServer::fault</a> - エラーを示す SoapServer フォールト を発行する</li>
<li><a href="soapserver.getfunctions.php" class="index">SoapServer::getFunctions</a> - 定義されている関数の一覧を返す</li>
<li><a href="soapserver.handle.php" class="index">SoapServer::handle</a> - SOAP リクエストを処理する</li>
<li><a href="soapserver.setclass.php" class="index">SoapServer::setClass</a> - SOAP リクエストを処理するクラスを設定する</li>
<li><a href="soapserver.setobject.php" class="index">SoapServer::setObject</a> - SOAP リクエストの処理に使用するオブジェクトを設定する</li>
<li><a href="soapserver.setpersistence.php" class="index">SoapServer::setPersistence</a> - SoapServer の持続モードを設定する</li>
<li><a href="soapserver.construct.php" class="index">SoapServer::__construct</a> - SoapServer コンストラクタ</li>
<li><a href="soapserver.getlastresponse.php" class="index">SoapServer::__getLastResponse</a> - 最新のSOAPレスポンスを返す</li>
<li><a href="soapvar.construct.php" class="index">SoapVar::__construct</a> - SoapVar コンストラクタ</li>
<li><a href="function.socket-accept.php" class="index">socket_accept</a> - ソケットへの接続を許可する</li>
<li><a href="function.socket-addrinfo-bind.php" class="index">socket_addrinfo_bind</a> - 与えられた addrinfo から、ソケットを作成してバインドする</li>
<li><a href="function.socket-addrinfo-connect.php" class="index">socket_addrinfo_connect</a> - 与えられた addrinfo から、ソケットを作って接続する</li>
<li><a href="function.socket-addrinfo-explain.php" class="index">socket_addrinfo_explain</a> - addrinfo に関する情報を取得する</li>
<li><a href="function.socket-addrinfo-lookup.php" class="index">socket_addrinfo_lookup</a> - 与えられたホスト名に関する getaddrinfo の内容を配列で取得する</li>
<li><a href="function.socket-atmark.php" class="index">socket_atmark</a> - ソケットに帯域外マークが付けられているかを調べる</li>
<li><a href="function.socket-bind.php" class="index">socket_bind</a> - ソケットに名前をバインドする</li>
<li><a href="function.socket-clear-error.php" class="index">socket_clear_error</a> - ソケットのエラーまたは直近のエラーコードをクリアする</li>
<li><a href="function.socket-close.php" class="index">socket_close</a> - Socket クラスのインスタンスを閉じる</li>
<li><a href="function.socket-cmsg-space.php" class="index">socket_cmsg_space</a> - メッセージバッファサイズを計算する</li>
<li><a href="function.socket-connect.php" class="index">socket_connect</a> - ソケット上の接続を初期化する</li>
<li><a href="function.socket-create.php" class="index">socket_create</a> - ソケット（通信時の終端）を作成する</li>
<li><a href="function.socket-create-listen.php" class="index">socket_create_listen</a> - 接続を受けつけるためにポートにソケットをオープンする</li>
<li><a href="function.socket-create-pair.php" class="index">socket_create_pair</a> - 区別できないソケットの組を作成し、配列に保存する</li>
<li><a href="function.socket-export-stream.php" class="index">socket_export_stream</a> - ソケットをカプセル化したストリームに、ソケットをエクスポートする</li>
<li><a href="function.socket-getopt.php" class="index">socket_getopt</a> - socket_get_option のエイリアス</li>
<li><a href="function.socket-getpeername.php" class="index">socket_getpeername</a> - 指定したソケットのリモート側に問い合わせる</li>
<li><a href="function.socket-getsockname.php" class="index">socket_getsockname</a> - 指定したソケットのローカル側に問い合わせ、その型に応じてホスト/ポート、あるいは Unix ファイルシステムのパスを返す</li>
<li><a href="function.socket-get-option.php" class="index">socket_get_option</a> - ソケットのオプションを取得する</li>
<li><a href="function.socket-get-status.php" class="index">socket_get_status</a> - stream_get_meta_data のエイリアス</li>
<li><a href="function.socket-import-stream.php" class="index">socket_import_stream</a> - ストリームをインポートする</li>
<li><a href="function.socket-last-error.php" class="index">socket_last_error</a> - ソケットの直近のエラーを返す</li>
<li><a href="function.socket-listen.php" class="index">socket_listen</a> - ソケット上で接続待ち(listen)する</li>
<li><a href="function.socket-read.php" class="index">socket_read</a> - ソケットから最大バイト長まで読みこむ</li>
<li><a href="function.socket-recv.php" class="index">socket_recv</a> - 接続したソケットからデータを受信する</li>
<li><a href="function.socket-recvfrom.php" class="index">socket_recvfrom</a> - 接続しているかどうかによらず、ソケットからデータを受信する</li>
<li><a href="function.socket-recvmsg.php" class="index">socket_recvmsg</a> - メッセージを読む</li>
<li><a href="function.socket-select.php" class="index">socket_select</a> - 与えられたソケットの配列に対し、指定した有効時間で select() システムコールを実行する</li>
<li><a href="function.socket-send.php" class="index">socket_send</a> - 接続したソケットにデータを送信する</li>
<li><a href="function.socket-sendmsg.php" class="index">socket_sendmsg</a> - メッセージを送信する</li>
<li><a href="function.socket-sendto.php" class="index">socket_sendto</a> - 接続しているかどうかによらずソケットにメッセージを送信する</li>
<li><a href="function.socket-setopt.php" class="index">socket_setopt</a> - socket_set_option のエイリアス</li>
<li><a href="function.socket-set-block.php" class="index">socket_set_block</a> - ソケットのブロッキングモードを設定する</li>
<li><a href="function.socket-set-blocking.php" class="index">socket_set_blocking</a> - stream_set_blocking のエイリアス</li>
<li><a href="function.socket-set-nonblock.php" class="index">socket_set_nonblock</a> - ソケットリソースを非ブロックモードに設定する</li>
<li><a href="function.socket-set-option.php" class="index">socket_set_option</a> - ソケットのオプションを設定する</li>
<li><a href="function.socket-set-timeout.php" class="index">socket_set_timeout</a> - stream_set_timeout のエイリアス</li>
<li><a href="function.socket-shutdown.php" class="index">socket_shutdown</a> - 受信、送信、または送受信用のソケットをシャットダウンする</li>
<li><a href="function.socket-strerror.php" class="index">socket_strerror</a> - ソケットエラーの内容を文字列として返す</li>
<li><a href="function.socket-write.php" class="index">socket_write</a> - ソケットに書き込む</li>
<li><a href="function.socket-wsaprotocol-info-export.php" class="index">socket_wsaprotocol_info_export</a> - WSAPROTOCOL_INFO 構造体をエクスポートする</li>
<li><a href="function.socket-wsaprotocol-info-import.php" class="index">socket_wsaprotocol_info_import</a> - 別のプロセスからソケットをインポートする</li>
<li><a href="function.socket-wsaprotocol-info-release.php" class="index">socket_wsaprotocol_info_release</a> - エクスポートした WSAPROTOCOL_INF 構造体を解放する</li>
<li><a href="function.sodium-add.php" class="index">sodium_add</a> - 巨大な数を加算する</li>
<li><a href="function.sodium-base642bin.php" class="index">sodium_base642bin</a> - base64 エンコードされた文字列を、生バイナリにデコードする</li>
<li><a href="function.sodium-bin2base64.php" class="index">sodium_bin2base64</a> - 生バイナリを base64 文字列にエンコードする</li>
<li><a href="function.sodium-bin2hex.php" class="index">sodium_bin2hex</a> - 16進数にエンコードする</li>
<li><a href="function.sodium-compare.php" class="index">sodium_compare</a> - 巨大な数を比較する</li>
<li><a href="function.sodium-crypto-aead-aegis128l-decrypt.php" class="index">sodium_crypto_aead_aegis128l_decrypt</a> - AEGIS-128L を用いてメッセージを検証し、復号する</li>
<li><a href="function.sodium-crypto-aead-aegis128l-encrypt.php" class="index">sodium_crypto_aead_aegis128l_encrypt</a> - AEGIS-128L を使って暗号化し、認証を行う</li>
<li><a href="function.sodium-crypto-aead-aegis128l-keygen.php" class="index">sodium_crypto_aead_aegis128l_keygen</a> - ランダムな AEGIS-128L 暗号化キーを生成する</li>
<li><a href="function.sodium-crypto-aead-aegis256-decrypt.php" class="index">sodium_crypto_aead_aegis256_decrypt</a> - AEGIS-256 を用いてメッセージを検証し、復号する</li>
<li><a href="function.sodium-crypto-aead-aegis256-encrypt.php" class="index">sodium_crypto_aead_aegis256_encrypt</a> - AEGIS-256 を使って暗号化し、認証を行う</li>
<li><a href="function.sodium-crypto-aead-aegis256-keygen.php" class="index">sodium_crypto_aead_aegis256_keygen</a> - ランダムな AEGIS-256 暗号化キーを生成する</li>
<li><a href="function.sodium-crypto-aead-aes256gcm-decrypt.php" class="index">sodium_crypto_aead_aes256gcm_decrypt</a> - AES-256-GCM を用いてメッセージを検証し、復号する</li>
<li><a href="function.sodium-crypto-aead-aes256gcm-encrypt.php" class="index">sodium_crypto_aead_aes256gcm_encrypt</a> - AES-256-GCM を使って暗号化し、認証を行う</li>
<li><a href="function.sodium-crypto-aead-aes256gcm-is-available.php" class="index">sodium_crypto_aead_aes256gcm_is_available</a> - ハードウェアが AES256-GCM をサポートしているかを確認する</li>
<li><a href="function.sodium-crypto-aead-aes256gcm-keygen.php" class="index">sodium_crypto_aead_aes256gcm_keygen</a> - ランダムな AES-256-GCM 暗号化キーを生成する</li>
<li><a href="function.sodium-crypto-aead-chacha20poly1305-decrypt.php" class="index">sodium_crypto_aead_chacha20poly1305_decrypt</a> - ChaCha20-Poly1305 を用いてメッセージを検証し、復号する</li>
<li><a href="function.sodium-crypto-aead-chacha20poly1305-encrypt.php" class="index">sodium_crypto_aead_chacha20poly1305_encrypt</a> - ChaCha20-Poly1305 を使って暗号化し、認証を行う</li>
<li><a href="function.sodium-crypto-aead-chacha20poly1305-ietf-decrypt.php" class="index">sodium_crypto_aead_chacha20poly1305_ietf_decrypt</a> - 暗号化されたテキストが、有効なタグを持っているかを調べる</li>
<li><a href="function.sodium-crypto-aead-chacha20poly1305-ietf-encrypt.php" class="index">sodium_crypto_aead_chacha20poly1305_ietf_encrypt</a> - メッセージを暗号化する</li>
<li><a href="function.sodium-crypto-aead-chacha20poly1305-ietf-keygen.php" class="index">sodium_crypto_aead_chacha20poly1305_ietf_keygen</a> - ランダムな ChaCha20-Poly1305 (IETF) 暗号化キーを生成する</li>
<li><a href="function.sodium-crypto-aead-chacha20poly1305-keygen.php" class="index">sodium_crypto_aead_chacha20poly1305_keygen</a> - ランダムな ChaCha20-Poly1305 暗号化キーを生成する</li>
<li><a href="function.sodium-crypto-aead-xchacha20poly1305-ietf-decrypt.php" class="index">sodium_crypto_aead_xchacha20poly1305_ietf_decrypt</a> - XChaCha20-Poly1305 を用いてメッセージを検証し、復号する(AEADモードのうちもっとも好ましい)</li>
<li><a href="function.sodium-crypto-aead-xchacha20poly1305-ietf-encrypt.php" class="index">sodium_crypto_aead_xchacha20poly1305_ietf_encrypt</a> - XChaCha20-Poly1305 を使って暗号化し、認証を行う(AEADモードのうちもっとも好ましい)</li>
<li><a href="function.sodium-crypto-aead-xchacha20poly1305-ietf-keygen.php" class="index">sodium_crypto_aead_xchacha20poly1305_ietf_keygen</a> - ランダムな XChaCha20-Poly1305 暗号化キーを生成する</li>
<li><a href="function.sodium-crypto-auth.php" class="index">sodium_crypto_auth</a> - メッセージに対応するタグを計算する</li>
<li><a href="function.sodium-crypto-auth-keygen.php" class="index">sodium_crypto_auth_keygen</a> - sodium_crypto_auth で使う、ランダムな鍵を生成する</li>
<li><a href="function.sodium-crypto-auth-verify.php" class="index">sodium_crypto_auth_verify</a> - メッセージのタグが有効かどうかを検証する</li>
<li><a href="function.sodium-crypto-box.php" class="index">sodium_crypto_box</a> - 認証付きの公開鍵による暗号化</li>
<li><a href="function.sodium-crypto-box-keypair.php" class="index">sodium_crypto_box_keypair</a> - 秘密鍵と、それに対応する公開鍵をランダムに生成する</li>
<li><a href="function.sodium-crypto-box-keypair-from-secretkey-and-publickey.php" class="index">sodium_crypto_box_keypair_from_secretkey_and_publickey</a> - 秘密鍵と公開鍵から、鍵ペアを生成する</li>
<li><a href="function.sodium-crypto-box-open.php" class="index">sodium_crypto_box_open</a> - 認証付きの公開鍵による復号</li>
<li><a href="function.sodium-crypto-box-publickey.php" class="index">sodium_crypto_box_publickey</a> - crypto_box 鍵ペアから、公開鍵を取り出す</li>
<li><a href="function.sodium-crypto-box-publickey-from-secretkey.php" class="index">sodium_crypto_box_publickey_from_secretkey</a> - 秘密鍵から公開鍵を計算する</li>
<li><a href="function.sodium-crypto-box-seal.php" class="index">sodium_crypto_box_seal</a> - 匿名の公開鍵暗号による暗号化</li>
<li><a href="function.sodium-crypto-box-seal-open.php" class="index">sodium_crypto_box_seal_open</a> - 匿名の公開鍵暗号による復号</li>
<li><a href="function.sodium-crypto-box-secretkey.php" class="index">sodium_crypto_box_secretkey</a> - crypto_box 鍵ペアから、秘密鍵を取り出す</li>
<li><a href="function.sodium-crypto-box-seed-keypair.php" class="index">sodium_crypto_box_seed_keypair</a> - 単一の鍵から、結果がひとつに定まる鍵ペアを派生させる</li>
<li><a href="function.sodium-crypto-core-ristretto255-add.php" class="index">sodium_crypto_core_ristretto255_add</a> - 要素を追加する</li>
<li><a href="function.sodium-crypto-core-ristretto255-from-hash.php" class="index">sodium_crypto_core_ristretto255_from_hash</a> - ベクトルをマップする</li>
<li><a href="function.sodium-crypto-core-ristretto255-is-valid-point.php" class="index">sodium_crypto_core_ristretto255_is_valid_point</a> - 座標が ristretto255 曲線上にあるかを調べる</li>
<li><a href="function.sodium-crypto-core-ristretto255-random.php" class="index">sodium_crypto_core_ristretto255_random</a> - ランダムな鍵を生成する</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-add.php" class="index">sodium_crypto_core_ristretto255_scalar_add</a> - スカラー値を追加する</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-complement.php" class="index">sodium_crypto_core_ristretto255_scalar_complement</a> - The sodium_crypto_core_ristretto255_scalar_complement purpose</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-invert.php" class="index">sodium_crypto_core_ristretto255_scalar_invert</a> - スカラー値を反転させる</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-mul.php" class="index">sodium_crypto_core_ristretto255_scalar_mul</a> - スカラー値を乗算する</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-negate.php" class="index">sodium_crypto_core_ristretto255_scalar_negate</a> - スカラー値の論理否定を行う</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-random.php" class="index">sodium_crypto_core_ristretto255_scalar_random</a> - ランダムな鍵を生成する</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-reduce.php" class="index">sodium_crypto_core_ristretto255_scalar_reduce</a> - スカラー値を縮小する</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-sub.php" class="index">sodium_crypto_core_ristretto255_scalar_sub</a> - スカラー値を減らす</li>
<li><a href="function.sodium-crypto-core-ristretto255-sub.php" class="index">sodium_crypto_core_ristretto255_sub</a> - 要素の値を減らす</li>
<li><a href="function.sodium-crypto-generichash.php" class="index">sodium_crypto_generichash</a> - メッセージのハッシュ値を得る</li>
<li><a href="function.sodium-crypto-generichash-final.php" class="index">sodium_crypto_generichash_final</a> - ハッシュ値を計算する</li>
<li><a href="function.sodium-crypto-generichash-init.php" class="index">sodium_crypto_generichash_init</a> - ストリーミングのためにハッシュを初期化する</li>
<li><a href="function.sodium-crypto-generichash-keygen.php" class="index">sodium_crypto_generichash_keygen</a> - ランダムなハッシュキーを生成する</li>
<li><a href="function.sodium-crypto-generichash-update.php" class="index">sodium_crypto_generichash_update</a> - メッセージをハッシュに追加する</li>
<li><a href="function.sodium-crypto-kdf-derive-from-key.php" class="index">sodium_crypto_kdf_derive_from_key</a> - サブキーを派生させる</li>
<li><a href="function.sodium-crypto-kdf-keygen.php" class="index">sodium_crypto_kdf_keygen</a> - KDF インターフェイスのために、ランダムなルートキーを生成する</li>
<li><a href="function.sodium-crypto-kx-client-session-keys.php" class="index">sodium_crypto_kx_client_session_keys</a> - クライアント側のセッションキーを計算する</li>
<li><a href="function.sodium-crypto-kx-keypair.php" class="index">sodium_crypto_kx_keypair</a> - 新しい sodium の鍵ペアを生成する</li>
<li><a href="function.sodium-crypto-kx-publickey.php" class="index">sodium_crypto_kx_publickey</a> - crypto_kx 鍵ペアから、公開鍵を取り出す</li>
<li><a href="function.sodium-crypto-kx-secretkey.php" class="index">sodium_crypto_kx_secretkey</a> - crypto_kx 鍵ペアから、秘密鍵を取り出す</li>
<li><a href="function.sodium-crypto-kx-seed-keypair.php" class="index">sodium_crypto_kx_seed_keypair</a> - Description</li>
<li><a href="function.sodium-crypto-kx-server-session-keys.php" class="index">sodium_crypto_kx_server_session_keys</a> - サーバー側のセッションキーを計算する</li>
<li><a href="function.sodium-crypto-pwhash.php" class="index">sodium_crypto_pwhash</a> - Argon2 アルゴリズムを使い、パスワードからキーを導出する</li>
<li><a href="function.sodium-crypto-pwhash-scryptsalsa208sha256.php" class="index">sodium_crypto_pwhash_scryptsalsa208sha256</a> - scrypt を使い、パスワードからキーを導出する</li>
<li><a href="function.sodium-crypto-pwhash-scryptsalsa208sha256-str.php" class="index">sodium_crypto_pwhash_scryptsalsa208sha256_str</a> - ASCII 文字列でエンコードされたハッシュを得る</li>
<li><a href="function.sodium-crypto-pwhash-scryptsalsa208sha256-str-verify.php" class="index">sodium_crypto_pwhash_scryptsalsa208sha256_str_verify</a> - パスワードが、有効なパスワード検証文字列かを調べる</li>
<li><a href="function.sodium-crypto-pwhash-str.php" class="index">sodium_crypto_pwhash_str</a> - ASCII 文字でエンコードされたハッシュ値を得る</li>
<li><a href="function.sodium-crypto-pwhash-str-needs-rehash.php" class="index">sodium_crypto_pwhash_str_needs_rehash</a> - パスワードを再計算する必要があるかを判定する</li>
<li><a href="function.sodium-crypto-pwhash-str-verify.php" class="index">sodium_crypto_pwhash_str_verify</a> - パスワードが、ハッシュ値と一致するかを調べる</li>
<li><a href="function.sodium-crypto-scalarmult.php" class="index">sodium_crypto_scalarmult</a> - ユーザーの秘密鍵と、別のユーザーの公開鍵を使って、共有シークレットを計算する</li>
<li><a href="function.sodium-crypto-scalarmult-base.php" class="index">sodium_crypto_scalarmult_base</a> - sodium_crypto_box_publickey_from_secretkey のエイリアス</li>
<li><a href="function.sodium-crypto-scalarmult-ristretto255.php" class="index">sodium_crypto_scalarmult_ristretto255</a> - 共有シークレットを計算する</li>
<li><a href="function.sodium-crypto-scalarmult-ristretto255-base.php" class="index">sodium_crypto_scalarmult_ristretto255_base</a> - 秘密鍵から公開鍵を計算する</li>
<li><a href="function.sodium-crypto-secretbox.php" class="index">sodium_crypto_secretbox</a> - 認証付きの共有鍵による暗号化</li>
<li><a href="function.sodium-crypto-secretbox-keygen.php" class="index">sodium_crypto_secretbox_keygen</a> - sodium_crypto_secretbox で使うランダムな鍵を生成する</li>
<li><a href="function.sodium-crypto-secretbox-open.php" class="index">sodium_crypto_secretbox_open</a> - 認証付きの共有鍵による復号</li>
<li><a href="function.sodium-crypto-secretstream-xchacha20poly1305-init-pull.php" class="index">sodium_crypto_secretstream_xchacha20poly1305_init_pull</a> - 復号のためのシークレットストリームのコンテキストを初期化する</li>
<li><a href="function.sodium-crypto-secretstream-xchacha20poly1305-init-push.php" class="index">sodium_crypto_secretstream_xchacha20poly1305_init_push</a> - 暗号化のために、シークレットストリームのコンテキストを初期化する</li>
<li><a href="function.sodium-crypto-secretstream-xchacha20poly1305-keygen.php" class="index">sodium_crypto_secretstream_xchacha20poly1305_keygen</a> - ランダムなシークレットストリームのキーを生成する</li>
<li><a href="function.sodium-crypto-secretstream-xchacha20poly1305-pull.php" class="index">sodium_crypto_secretstream_xchacha20poly1305_pull</a> - 暗号化されたストリームから、データのチャンクを複号する</li>
<li><a href="function.sodium-crypto-secretstream-xchacha20poly1305-push.php" class="index">sodium_crypto_secretstream_xchacha20poly1305_push</a> - ストリーミングAPI で安全に復号できるように、データのチャンクを暗号化する</li>
<li><a href="function.sodium-crypto-secretstream-xchacha20poly1305-rekey.php" class="index">sodium_crypto_secretstream_xchacha20poly1305_rekey</a> - シークレットストリームのステート中で、鍵を入れ替える</li>
<li><a href="function.sodium-crypto-shorthash.php" class="index">sodium_crypto_shorthash</a> - メッセージと鍵のための短いハッシュ値を計算する</li>
<li><a href="function.sodium-crypto-shorthash-keygen.php" class="index">sodium_crypto_shorthash_keygen</a> - 鍵のためのランダムなバイト値を得る</li>
<li><a href="function.sodium-crypto-sign.php" class="index">sodium_crypto_sign</a> - メッセージに署名する</li>
<li><a href="function.sodium-crypto-sign-detached.php" class="index">sodium_crypto_sign_detached</a> - メッセージに署名する</li>
<li><a href="function.sodium-crypto-sign-ed25519-pk-to-curve25519.php" class="index">sodium_crypto_sign_ed25519_pk_to_curve25519</a> - Ed25519 公開鍵を、Curve25519 公開鍵に変換する</li>
<li><a href="function.sodium-crypto-sign-ed25519-sk-to-curve25519.php" class="index">sodium_crypto_sign_ed25519_sk_to_curve25519</a> - Ed25519 秘密鍵を、Curve25519 秘密鍵に変換する</li>
<li><a href="function.sodium-crypto-sign-keypair.php" class="index">sodium_crypto_sign_keypair</a> - 秘密鍵と、対応する公開鍵をランダムに生成する</li>
<li><a href="function.sodium-crypto-sign-keypair-from-secretkey-and-publickey.php" class="index">sodium_crypto_sign_keypair_from_secretkey_and_publickey</a> - 秘密鍵と公開鍵を結合する</li>
<li><a href="function.sodium-crypto-sign-open.php" class="index">sodium_crypto_sign_open</a> - 署名済みのメッセージが、有効な署名を持っているかを調べる</li>
<li><a href="function.sodium-crypto-sign-publickey.php" class="index">sodium_crypto_sign_publickey</a> - 鍵ペアから、Ed25519 形式の公開鍵を取り出す</li>
<li><a href="function.sodium-crypto-sign-publickey-from-secretkey.php" class="index">sodium_crypto_sign_publickey_from_secretkey</a> - 秘密鍵から、Ed25519 形式の公開鍵を取り出す</li>
<li><a href="function.sodium-crypto-sign-secretkey.php" class="index">sodium_crypto_sign_secretkey</a> - 鍵ペアから、Ed25519 形式の秘密鍵を取り出す</li>
<li><a href="function.sodium-crypto-sign-seed-keypair.php" class="index">sodium_crypto_sign_seed_keypair</a> - 単一の鍵から、結果がひとつに定まる鍵ペアを派生させる</li>
<li><a href="function.sodium-crypto-sign-verify-detached.php" class="index">sodium_crypto_sign_verify_detached</a> - メッセージの署名を検証する</li>
<li><a href="function.sodium-crypto-stream.php" class="index">sodium_crypto_stream</a> - シードから、結果がひとつに定まるバイト列を生成する</li>
<li><a href="function.sodium-crypto-stream-keygen.php" class="index">sodium_crypto_stream_keygen</a> - sodium_crypto_stream で用いる、ランダムな鍵を生成する</li>
<li><a href="function.sodium-crypto-stream-xchacha20.php" class="index">sodium_crypto_stream_xchacha20</a> - 秘密鍵と nonce を、疑似ランダムなバイト列の鍵ストリームに展開する</li>
<li><a href="function.sodium-crypto-stream-xchacha20-keygen.php" class="index">sodium_crypto_stream_xchacha20_keygen</a> - ランダムな暗号化キーを生成する</li>
<li><a href="function.sodium-crypto-stream-xchacha20-xor.php" class="index">sodium_crypto_stream_xchacha20_xor</a> - nonce と秘密鍵を使ってメッセージを暗号化する(認証なし)</li>
<li><a href="function.sodium-crypto-stream-xchacha20-xor-ic.php" class="index">sodium_crypto_stream_xchacha20_xor_ic</a> - nonce と秘密鍵を使ってメッセージを暗号化する(認証なし)</li>
<li><a href="function.sodium-crypto-stream-xor.php" class="index">sodium_crypto_stream_xor</a> - 認証を行わずにメッセージを暗号化する</li>
<li><a href="function.sodium-hex2bin.php" class="index">sodium_hex2bin</a> - 16進エンコードされたバイナリ文字列をデコードする</li>
<li><a href="function.sodium-increment.php" class="index">sodium_increment</a> - 巨大な数をインクリメントする</li>
<li><a href="function.sodium-memcmp.php" class="index">sodium_memcmp</a> - 定数時間での文字列の比較</li>
<li><a href="function.sodium-memzero.php" class="index">sodium_memzero</a> - 文字列をNUL文字で上書きする</li>
<li><a href="function.sodium-pad.php" class="index">sodium_pad</a> - パディングデータを追加する</li>
<li><a href="function.sodium-unpad.php" class="index">sodium_unpad</a> - パディングを削除する</li>
<li><a href="solrclient.adddocument.php" class="index">SolrClient::addDocument</a> - Adds a document to the index</li>
<li><a href="solrclient.adddocuments.php" class="index">SolrClient::addDocuments</a> - Adds a collection of SolrInputDocument instances to the index</li>
<li><a href="solrclient.commit.php" class="index">SolrClient::commit</a> - Finalizes all add/deletes made to the index</li>
<li><a href="solrclient.deletebyid.php" class="index">SolrClient::deleteById</a> - Delete by Id</li>
<li><a href="solrclient.deletebyids.php" class="index">SolrClient::deleteByIds</a> - Deletes by Ids</li>
<li><a href="solrclient.deletebyqueries.php" class="index">SolrClient::deleteByQueries</a> - Removes all documents matching any of the queries</li>
<li><a href="solrclient.deletebyquery.php" class="index">SolrClient::deleteByQuery</a> - Deletes all documents matching the given query</li>
<li><a href="solrclient.getbyid.php" class="index">SolrClient::getById</a> - Get Document By Id. Utilizes Solr Realtime Get (RTG)</li>
<li><a href="solrclient.getbyids.php" class="index">SolrClient::getByIds</a> - Get Documents by their Ids. Utilizes Solr Realtime Get (RTG)</li>
<li><a href="solrclient.getdebug.php" class="index">SolrClient::getDebug</a> - Returns the debug data for the last connection attempt</li>
<li><a href="solrclient.getoptions.php" class="index">SolrClient::getOptions</a> - Returns the client options set internally</li>
<li><a href="solrclient.optimize.php" class="index">SolrClient::optimize</a> - Defragments the index</li>
<li><a href="solrclient.ping.php" class="index">SolrClient::ping</a> - Checks if Solr server is still up</li>
<li><a href="solrclient.query.php" class="index">SolrClient::query</a> - Sends a query to the server</li>
<li><a href="solrclient.request.php" class="index">SolrClient::request</a> - Sends a raw update request</li>
<li><a href="solrclient.rollback.php" class="index">SolrClient::rollback</a> - Rollbacks all add/deletes made to the index since the last commit</li>
<li><a href="solrclient.setresponsewriter.php" class="index">SolrClient::setResponseWriter</a> - Sets the response writer used to prepare the response from Solr</li>
<li><a href="solrclient.setservlet.php" class="index">SolrClient::setServlet</a> - Changes the specified servlet type to a new value</li>
<li><a href="solrclient.system.php" class="index">SolrClient::system</a> - Retrieve Solr Server information</li>
<li><a href="solrclient.threads.php" class="index">SolrClient::threads</a> - スレッドの状態をチェック</li>
<li><a href="solrclient.construct.php" class="index">SolrClient::__construct</a> - Constructor for the SolrClient object</li>
<li><a href="solrclient.destruct.php" class="index">SolrClient::__destruct</a> - SolrClient に対するデストラクタ</li>
<li><a href="solrclientexception.getinternalinfo.php" class="index">SolrClientException::getInternalInfo</a> - 例外がスローされた際の内部情報を返す</li>
<li><a href="solrcollapsefunction.getfield.php" class="index">SolrCollapseFunction::getField</a> - Returns the field that is being collapsed on</li>
<li><a href="solrcollapsefunction.gethint.php" class="index">SolrCollapseFunction::getHint</a> - Returns collapse hint</li>
<li><a href="solrcollapsefunction.getmax.php" class="index">SolrCollapseFunction::getMax</a> - Returns max parameter</li>
<li><a href="solrcollapsefunction.getmin.php" class="index">SolrCollapseFunction::getMin</a> - Returns min parameter</li>
<li><a href="solrcollapsefunction.getnullpolicy.php" class="index">SolrCollapseFunction::getNullPolicy</a> - Returns null policy</li>
<li><a href="solrcollapsefunction.getsize.php" class="index">SolrCollapseFunction::getSize</a> - Returns size parameter</li>
<li><a href="solrcollapsefunction.setfield.php" class="index">SolrCollapseFunction::setField</a> - Sets the field to collapse on</li>
<li><a href="solrcollapsefunction.sethint.php" class="index">SolrCollapseFunction::setHint</a> - Sets collapse hint</li>
<li><a href="solrcollapsefunction.setmax.php" class="index">SolrCollapseFunction::setMax</a> - Selects the group heads by the max value of a numeric field or function query</li>
<li><a href="solrcollapsefunction.setmin.php" class="index">SolrCollapseFunction::setMin</a> - Sets the initial size of the collapse data structures when collapsing on a numeric field only</li>
<li><a href="solrcollapsefunction.setnullpolicy.php" class="index">SolrCollapseFunction::setNullPolicy</a> - Sets the NULL Policy</li>
<li><a href="solrcollapsefunction.setsize.php" class="index">SolrCollapseFunction::setSize</a> - Sets the initial size of the collapse data structures when collapsing on a numeric field only</li>
<li><a href="solrcollapsefunction.construct.php" class="index">SolrCollapseFunction::__construct</a> - Constructor</li>
<li><a href="solrcollapsefunction.tostring.php" class="index">SolrCollapseFunction::__toString</a> - Returns a string representing the constructed collapse function</li>
<li><a href="solrdismaxquery.addbigramphrasefield.php" class="index">SolrDisMaxQuery::addBigramPhraseField</a> - Adds a Phrase Bigram Field (pf2 parameter)</li>
<li><a href="solrdismaxquery.addboostquery.php" class="index">SolrDisMaxQuery::addBoostQuery</a> - Adds a boost query field with value and optional boost (bq parameter)</li>
<li><a href="solrdismaxquery.addphrasefield.php" class="index">SolrDisMaxQuery::addPhraseField</a> - Adds a Phrase Field (pf parameter)</li>
<li><a href="solrdismaxquery.addqueryfield.php" class="index">SolrDisMaxQuery::addQueryField</a> - Add a query field with optional boost (qf parameter)</li>
<li><a href="solrdismaxquery.addtrigramphrasefield.php" class="index">SolrDisMaxQuery::addTrigramPhraseField</a> - Adds a Trigram Phrase Field (pf3 parameter)</li>
<li><a href="solrdismaxquery.adduserfield.php" class="index">SolrDisMaxQuery::addUserField</a> - Adds a field to User Fields Parameter (uf)</li>
<li><a href="solrdismaxquery.removebigramphrasefield.php" class="index">SolrDisMaxQuery::removeBigramPhraseField</a> - Removes phrase bigram field (pf2 parameter)</li>
<li><a href="solrdismaxquery.removeboostquery.php" class="index">SolrDisMaxQuery::removeBoostQuery</a> - Removes a boost query partial by field name (bq)</li>
<li><a href="solrdismaxquery.removephrasefield.php" class="index">SolrDisMaxQuery::removePhraseField</a> - Removes a Phrase Field (pf parameter)</li>
<li><a href="solrdismaxquery.removequeryfield.php" class="index">SolrDisMaxQuery::removeQueryField</a> - Removes a Query Field (qf parameter)</li>
<li><a href="solrdismaxquery.removetrigramphrasefield.php" class="index">SolrDisMaxQuery::removeTrigramPhraseField</a> - Removes a Trigram Phrase Field (pf3 parameter)</li>
<li><a href="solrdismaxquery.removeuserfield.php" class="index">SolrDisMaxQuery::removeUserField</a> - Removes a field from The User Fields Parameter (uf)</li>
<li><a href="solrdismaxquery.setbigramphrasefields.php" class="index">SolrDisMaxQuery::setBigramPhraseFields</a> - Sets Bigram Phrase Fields and their boosts (and slops) using pf2 parameter</li>
<li><a href="solrdismaxquery.setbigramphraseslop.php" class="index">SolrDisMaxQuery::setBigramPhraseSlop</a> - Sets Bigram Phrase Slop (ps2 parameter)</li>
<li><a href="solrdismaxquery.setboostfunction.php" class="index">SolrDisMaxQuery::setBoostFunction</a> - Sets a Boost Function (bf parameter)</li>
<li><a href="solrdismaxquery.setboostquery.php" class="index">SolrDisMaxQuery::setBoostQuery</a> - Directly Sets Boost Query Parameter (bq)</li>
<li><a href="solrdismaxquery.setminimummatch.php" class="index">SolrDisMaxQuery::setMinimumMatch</a> - Set Minimum &quot;Should&quot; Match (mm)</li>
<li><a href="solrdismaxquery.setphrasefields.php" class="index">SolrDisMaxQuery::setPhraseFields</a> - Sets  Phrase Fields and their boosts (and slops) using pf2 parameter</li>
<li><a href="solrdismaxquery.setphraseslop.php" class="index">SolrDisMaxQuery::setPhraseSlop</a> - Sets the default slop on phrase queries (ps parameter)</li>
<li><a href="solrdismaxquery.setqueryalt.php" class="index">SolrDisMaxQuery::setQueryAlt</a> - Set Query Alternate (q.alt parameter)</li>
<li><a href="solrdismaxquery.setqueryphraseslop.php" class="index">SolrDisMaxQuery::setQueryPhraseSlop</a> - Specifies the amount of slop permitted on phrase queries explicitly included in the user's query string (qf parameter)</li>
<li><a href="solrdismaxquery.settiebreaker.php" class="index">SolrDisMaxQuery::setTieBreaker</a> - Sets Tie Breaker parameter (tie parameter)</li>
<li><a href="solrdismaxquery.settrigramphrasefields.php" class="index">SolrDisMaxQuery::setTrigramPhraseFields</a> - Directly Sets Trigram Phrase Fields (pf3 parameter)</li>
<li><a href="solrdismaxquery.settrigramphraseslop.php" class="index">SolrDisMaxQuery::setTrigramPhraseSlop</a> - Sets Trigram Phrase Slop (ps3 parameter)</li>
<li><a href="solrdismaxquery.setuserfields.php" class="index">SolrDisMaxQuery::setUserFields</a> - Sets User Fields parameter (uf)</li>
<li><a href="solrdismaxquery.usedismaxqueryparser.php" class="index">SolrDisMaxQuery::useDisMaxQueryParser</a> - Switch QueryParser to be DisMax Query Parser</li>
<li><a href="solrdismaxquery.useedismaxqueryparser.php" class="index">SolrDisMaxQuery::useEDisMaxQueryParser</a> - Switch QueryParser to be EDisMax</li>
<li><a href="solrdismaxquery.construct.php" class="index">SolrDisMaxQuery::__construct</a> - Class Constructor</li>
<li><a href="solrdocument.addfield.php" class="index">SolrDocument::addField</a> - 文書にフィールドを追加</li>
<li><a href="solrdocument.clear.php" class="index">SolrDocument::clear</a> - Drops all the fields in the document</li>
<li><a href="solrdocument.current.php" class="index">SolrDocument::current</a> - 現行のフィールドを取得</li>
<li><a href="solrdocument.deletefield.php" class="index">SolrDocument::deleteField</a> - 文書からフィールドを除去</li>
<li><a href="solrdocument.fieldexists.php" class="index">SolrDocument::fieldExists</a> - Checks if a field exists in the document</li>
<li><a href="solrdocument.getchilddocuments.php" class="index">SolrDocument::getChildDocuments</a> - Returns an array of child documents (SolrDocument)</li>
<li><a href="solrdocument.getchilddocumentscount.php" class="index">SolrDocument::getChildDocumentsCount</a> - Returns the number of child documents</li>
<li><a href="solrdocument.getfield.php" class="index">SolrDocument::getField</a> - 名前でフィールドを取得</li>
<li><a href="solrdocument.getfieldcount.php" class="index">SolrDocument::getFieldCount</a> - この文書内のフィールド数を返す</li>
<li><a href="solrdocument.getfieldnames.php" class="index">SolrDocument::getFieldNames</a> - 文書内のフィールド名の配列を返す</li>
<li><a href="solrdocument.getinputdocument.php" class="index">SolrDocument::getInputDocument</a> - Returns a SolrInputDocument equivalent of the object</li>
<li><a href="solrdocument.haschilddocuments.php" class="index">SolrDocument::hasChildDocuments</a> - Checks whether the document has any child documents</li>
<li><a href="solrdocument.key.php" class="index">SolrDocument::key</a> - 現行のキーを返す</li>
<li><a href="solrdocument.merge.php" class="index">SolrDocument::merge</a> - Merges source to the current SolrDocument</li>
<li><a href="solrdocument.next.php" class="index">SolrDocument::next</a> - 内部ポインタを次のフィールドに移動</li>
<li><a href="solrdocument.offsetexists.php" class="index">SolrDocument::offsetExists</a> - 特定のフィールドが存在するかどうかチェック</li>
<li><a href="solrdocument.offsetget.php" class="index">SolrDocument::offsetGet</a> - フィールドを取得</li>
<li><a href="solrdocument.offsetset.php" class="index">SolrDocument::offsetSet</a> - 文書にフィールドを追加</li>
<li><a href="solrdocument.offsetunset.php" class="index">SolrDocument::offsetUnset</a> - フィールドを除去</li>
<li><a href="solrdocument.reset.php" class="index">SolrDocument::reset</a> - SolrDocument::clear のエイリアス</li>
<li><a href="solrdocument.rewind.php" class="index">SolrDocument::rewind</a> - 内部ポインタを先頭にリセット</li>
<li><a href="solrdocument.serialize.php" class="index">SolrDocument::serialize</a> - カスタムのシリアライズで使われます</li>
<li><a href="solrdocument.sort.php" class="index">SolrDocument::sort</a> - Sorts the fields in the document</li>
<li><a href="solrdocument.toarray.php" class="index">SolrDocument::toArray</a> - 文書の配列表現を返す</li>
<li><a href="solrdocument.unserialize.php" class="index">SolrDocument::unserialize</a> - Custom serialization of SolrDocument objects</li>
<li><a href="solrdocument.valid.php" class="index">SolrDocument::valid</a> - Checks if the current position internally is still valid</li>
<li><a href="solrdocument.clone.php" class="index">SolrDocument::__clone</a> - SolrDocument オブジェクトのコピーを作成</li>
<li><a href="solrdocument.construct.php" class="index">SolrDocument::__construct</a> - コンストラクタ</li>
<li><a href="solrdocument.destruct.php" class="index">SolrDocument::__destruct</a> - デストラクタ</li>
<li><a href="solrdocument.get.php" class="index">SolrDocument::__get</a> - プロパティとしてフィールドにアクセス</li>
<li><a href="solrdocument.isset.php" class="index">SolrDocument::__isset</a> - フィールドが存在するかチェック</li>
<li><a href="solrdocument.set.php" class="index">SolrDocument::__set</a> - Adds another field to the document</li>
<li><a href="solrdocument.unset.php" class="index">SolrDocument::__unset</a> - 文書からフィールドを除去</li>
<li><a href="solrdocumentfield.construct.php" class="index">SolrDocumentField::__construct</a> - コンストラクタ</li>
<li><a href="solrdocumentfield.destruct.php" class="index">SolrDocumentField::__destruct</a> - デストラクタ</li>
<li><a href="solrexception.getinternalinfo.php" class="index">SolrException::getInternalInfo</a> - 例外がスローされた際の内部情報を返す</li>
<li><a href="solrgenericresponse.construct.php" class="index">SolrGenericResponse::__construct</a> - コンストラクタ</li>
<li><a href="solrgenericresponse.destruct.php" class="index">SolrGenericResponse::__destruct</a> - デストラクタ</li>
<li><a href="solrillegalargumentexception.getinternalinfo.php" class="index">SolrIllegalArgumentException::getInternalInfo</a> - 例外がスローされた際の内部情報を返す</li>
<li><a href="solrillegaloperationexception.getinternalinfo.php" class="index">SolrIllegalOperationException::getInternalInfo</a> - 例外がスローされた際の内部情報を返す</li>
<li><a href="solrinputdocument.addchilddocument.php" class="index">SolrInputDocument::addChildDocument</a> - Adds a child document for block indexing</li>
<li><a href="solrinputdocument.addchilddocuments.php" class="index">SolrInputDocument::addChildDocuments</a> - Adds an array of child documents</li>
<li><a href="solrinputdocument.addfield.php" class="index">SolrInputDocument::addField</a> - 文書にフィールドを追加</li>
<li><a href="solrinputdocument.clear.php" class="index">SolrInputDocument::clear</a> - 入力した文書をリセット</li>
<li><a href="solrinputdocument.deletefield.php" class="index">SolrInputDocument::deleteField</a> - 文書からフィールドを除去</li>
<li><a href="solrinputdocument.fieldexists.php" class="index">SolrInputDocument::fieldExists</a> - フィールドが存在するかチェック</li>
<li><a href="solrinputdocument.getboost.php" class="index">SolrInputDocument::getBoost</a> - 文書に対する現行の boost 値を取得</li>
<li><a href="solrinputdocument.getchilddocuments.php" class="index">SolrInputDocument::getChildDocuments</a> - Returns an array of child documents (SolrInputDocument)</li>
<li><a href="solrinputdocument.getchilddocumentscount.php" class="index">SolrInputDocument::getChildDocumentsCount</a> - Returns the number of child documents</li>
<li><a href="solrinputdocument.getfield.php" class="index">SolrInputDocument::getField</a> - 名前でフィールドを取得</li>
<li><a href="solrinputdocument.getfieldboost.php" class="index">SolrInputDocument::getFieldBoost</a> - 特定のフィールドに対する boost 値を取得</li>
<li><a href="solrinputdocument.getfieldcount.php" class="index">SolrInputDocument::getFieldCount</a> - 文書内のフィールド数を返す</li>
<li><a href="solrinputdocument.getfieldnames.php" class="index">SolrInputDocument::getFieldNames</a> - 文書内のフィールドを全て含む配列を返す</li>
<li><a href="solrinputdocument.haschilddocuments.php" class="index">SolrInputDocument::hasChildDocuments</a> - Returns true if the document has any child documents</li>
<li><a href="solrinputdocument.merge.php" class="index">SolrInputDocument::merge</a> - Merges one input document into another</li>
<li><a href="solrinputdocument.reset.php" class="index">SolrInputDocument::reset</a> - SolrInputDocument::clear のエイリアス</li>
<li><a href="solrinputdocument.setboost.php" class="index">SolrInputDocument::setBoost</a> - この文書に対する boost 値を設定</li>
<li><a href="solrinputdocument.setfieldboost.php" class="index">SolrInputDocument::setFieldBoost</a> - フィールドに対するインデキシング時間の boost 値を設定</li>
<li><a href="solrinputdocument.sort.php" class="index">SolrInputDocument::sort</a> - Sorts the fields within the document</li>
<li><a href="solrinputdocument.toarray.php" class="index">SolrInputDocument::toArray</a> - 入力した文書の配列表現を返す</li>
<li><a href="solrinputdocument.clone.php" class="index">SolrInputDocument::__clone</a> - SolrDocument のコピーを作成</li>
<li><a href="solrinputdocument.construct.php" class="index">SolrInputDocument::__construct</a> - コンストラクタ</li>
<li><a href="solrinputdocument.destruct.php" class="index">SolrInputDocument::__destruct</a> - デストラクタ</li>
<li><a href="solrmodifiableparams.construct.php" class="index">SolrModifiableParams::__construct</a> - コンストラクタ</li>
<li><a href="solrmodifiableparams.destruct.php" class="index">SolrModifiableParams::__destruct</a> - デストラクタ</li>
<li><a href="solrobject.getpropertynames.php" class="index">SolrObject::getPropertyNames</a> - 全てのプロパティ名の配列を返す</li>
<li><a href="solrobject.offsetexists.php" class="index">SolrObject::offsetExists</a> - プロパティが存在するかチェック</li>
<li><a href="solrobject.offsetget.php" class="index">SolrObject::offsetGet</a> - プロパティを取得するために使用される</li>
<li><a href="solrobject.offsetset.php" class="index">SolrObject::offsetSet</a> - プロパティに対して値を設定</li>
<li><a href="solrobject.offsetunset.php" class="index">SolrObject::offsetUnset</a> - プロパティに対して値の設定を解除</li>
<li><a href="solrobject.construct.php" class="index">SolrObject::__construct</a> - Solr オブジェクトを生成</li>
<li><a href="solrobject.destruct.php" class="index">SolrObject::__destruct</a> - デストラクタ</li>
<li><a href="solrparams.add.php" class="index">SolrParams::add</a> - SolrParams::addParam のエイリアス</li>
<li><a href="solrparams.addparam.php" class="index">SolrParams::addParam</a> - オブジェクトにパラメータを追加</li>
<li><a href="solrparams.get.php" class="index">SolrParams::get</a> - SolrParams::getParam のエイリアス</li>
<li><a href="solrparams.getparam.php" class="index">SolrParams::getParam</a> - パラメータ値を返す</li>
<li><a href="solrparams.getparams.php" class="index">SolrParams::getParams</a> - URL エンコードされていないパラメータの配列を返す</li>
<li><a href="solrparams.getpreparedparams.php" class="index">SolrParams::getPreparedParams</a> - URL エンコードされたパラメータの配列を返す</li>
<li><a href="solrparams.serialize.php" class="index">SolrParams::serialize</a> - カスタムのシリアライズで使われます</li>
<li><a href="solrparams.set.php" class="index">SolrParams::set</a> - SolrParams::setParam のエイリアス</li>
<li><a href="solrparams.setparam.php" class="index">SolrParams::setParam</a> - パラメータを指定された値に設定</li>
<li><a href="solrparams.tostring.php" class="index">SolrParams::toString</a> - オブジェクト内の名前と値のペアのパラメータを全て返します</li>
<li><a href="solrparams.unserialize.php" class="index">SolrParams::unserialize</a> - カスタムのシリアライズで使われます</li>
<li><a href="solrpingresponse.getresponse.php" class="index">SolrPingResponse::getResponse</a> - サーバーからのレスポンスを返す</li>
<li><a href="solrpingresponse.construct.php" class="index">SolrPingResponse::__construct</a> - コンストラクタ</li>
<li><a href="solrpingresponse.destruct.php" class="index">SolrPingResponse::__destruct</a> - デストラクタ</li>
<li><a href="solrquery.addexpandfilterquery.php" class="index">SolrQuery::addExpandFilterQuery</a> - Overrides main filter query, determines which documents to include in the main group</li>
<li><a href="solrquery.addexpandsortfield.php" class="index">SolrQuery::addExpandSortField</a> - Orders the documents within the expanded groups (expand.sort parameter)</li>
<li><a href="solrquery.addfacetdatefield.php" class="index">SolrQuery::addFacetDateField</a> - Maps to facet.date</li>
<li><a href="solrquery.addfacetdateother.php" class="index">SolrQuery::addFacetDateOther</a> - Adds another facet.date.other parameter</li>
<li><a href="solrquery.addfacetfield.php" class="index">SolrQuery::addFacetField</a> - Adds another field to the facet</li>
<li><a href="solrquery.addfacetquery.php" class="index">SolrQuery::addFacetQuery</a> - Adds a facet query</li>
<li><a href="solrquery.addfield.php" class="index">SolrQuery::addField</a> - Specifies which fields to return in the result</li>
<li><a href="solrquery.addfilterquery.php" class="index">SolrQuery::addFilterQuery</a> - Specifies a filter query</li>
<li><a href="solrquery.addgroupfield.php" class="index">SolrQuery::addGroupField</a> - Add a field to be used to group results</li>
<li><a href="solrquery.addgroupfunction.php" class="index">SolrQuery::addGroupFunction</a> - Allows grouping results based on the unique values of a function query (group.func parameter)</li>
<li><a href="solrquery.addgroupquery.php" class="index">SolrQuery::addGroupQuery</a> - Allows grouping of documents that match the given query</li>
<li><a href="solrquery.addgroupsortfield.php" class="index">SolrQuery::addGroupSortField</a> - Add a group sort field (group.sort parameter)</li>
<li><a href="solrquery.addhighlightfield.php" class="index">SolrQuery::addHighlightField</a> - Maps to hl.fl</li>
<li><a href="solrquery.addmltfield.php" class="index">SolrQuery::addMltField</a> - Sets a field to use for similarity</li>
<li><a href="solrquery.addmltqueryfield.php" class="index">SolrQuery::addMltQueryField</a> - Maps to mlt.qf</li>
<li><a href="solrquery.addsortfield.php" class="index">SolrQuery::addSortField</a> - Used to control how the results should be sorted</li>
<li><a href="solrquery.addstatsfacet.php" class="index">SolrQuery::addStatsFacet</a> - Requests a return of sub results for values within the given facet</li>
<li><a href="solrquery.addstatsfield.php" class="index">SolrQuery::addStatsField</a> - Maps to stats.field parameter</li>
<li><a href="solrquery.collapse.php" class="index">SolrQuery::collapse</a> - Collapses the result set to a single document per group</li>
<li><a href="solrquery.getexpand.php" class="index">SolrQuery::getExpand</a> - Returns true if group expanding is enabled</li>
<li><a href="solrquery.getexpandfilterqueries.php" class="index">SolrQuery::getExpandFilterQueries</a> - Returns the expand filter queries</li>
<li><a href="solrquery.getexpandquery.php" class="index">SolrQuery::getExpandQuery</a> - Returns the expand query expand.q parameter</li>
<li><a href="solrquery.getexpandrows.php" class="index">SolrQuery::getExpandRows</a> - Returns The number of rows to display in each group (expand.rows)</li>
<li><a href="solrquery.getexpandsortfields.php" class="index">SolrQuery::getExpandSortFields</a> - Returns an array of fields</li>
<li><a href="solrquery.getfacet.php" class="index">SolrQuery::getFacet</a> - Returns the value of the facet parameter</li>
<li><a href="solrquery.getfacetdateend.php" class="index">SolrQuery::getFacetDateEnd</a> - Returns the value for the facet.date.end parameter</li>
<li><a href="solrquery.getfacetdatefields.php" class="index">SolrQuery::getFacetDateFields</a> - Returns all the facet.date fields</li>
<li><a href="solrquery.getfacetdategap.php" class="index">SolrQuery::getFacetDateGap</a> - Returns the value of the facet.date.gap parameter</li>
<li><a href="solrquery.getfacetdatehardend.php" class="index">SolrQuery::getFacetDateHardEnd</a> - Returns the value of the facet.date.hardend parameter</li>
<li><a href="solrquery.getfacetdateother.php" class="index">SolrQuery::getFacetDateOther</a> - Returns the value for the facet.date.other parameter</li>
<li><a href="solrquery.getfacetdatestart.php" class="index">SolrQuery::getFacetDateStart</a> - Returns the  lower bound for the first date range for all date faceting on this field</li>
<li><a href="solrquery.getfacetfields.php" class="index">SolrQuery::getFacetFields</a> - Returns all the facet fields</li>
<li><a href="solrquery.getfacetlimit.php" class="index">SolrQuery::getFacetLimit</a> - Returns the maximum number of constraint counts that should be returned for the facet fields</li>
<li><a href="solrquery.getfacetmethod.php" class="index">SolrQuery::getFacetMethod</a> - Returns the value of the facet.method parameter</li>
<li><a href="solrquery.getfacetmincount.php" class="index">SolrQuery::getFacetMinCount</a> - Returns the minimum counts for facet fields should be included in the response</li>
<li><a href="solrquery.getfacetmissing.php" class="index">SolrQuery::getFacetMissing</a> - Returns the current state of the facet.missing parameter</li>
<li><a href="solrquery.getfacetoffset.php" class="index">SolrQuery::getFacetOffset</a> - Returns an offset into the list of constraints to be used for pagination</li>
<li><a href="solrquery.getfacetprefix.php" class="index">SolrQuery::getFacetPrefix</a> - Returns the facet prefix</li>
<li><a href="solrquery.getfacetqueries.php" class="index">SolrQuery::getFacetQueries</a> - Returns all the facet queries</li>
<li><a href="solrquery.getfacetsort.php" class="index">SolrQuery::getFacetSort</a> - Returns the facet sort type</li>
<li><a href="solrquery.getfields.php" class="index">SolrQuery::getFields</a> - Returns the list of fields that will be returned in the response</li>
<li><a href="solrquery.getfilterqueries.php" class="index">SolrQuery::getFilterQueries</a> - Returns an array of filter queries</li>
<li><a href="solrquery.getgroup.php" class="index">SolrQuery::getGroup</a> - Returns true if grouping is enabled</li>
<li><a href="solrquery.getgroupcachepercent.php" class="index">SolrQuery::getGroupCachePercent</a> - Returns group cache percent value</li>
<li><a href="solrquery.getgroupfacet.php" class="index">SolrQuery::getGroupFacet</a> - Returns the group.facet parameter value</li>
<li><a href="solrquery.getgroupfields.php" class="index">SolrQuery::getGroupFields</a> - Returns group fields (group.field parameter values)</li>
<li><a href="solrquery.getgroupformat.php" class="index">SolrQuery::getGroupFormat</a> - Returns the group.format value</li>
<li><a href="solrquery.getgroupfunctions.php" class="index">SolrQuery::getGroupFunctions</a> - Returns group functions (group.func parameter values)</li>
<li><a href="solrquery.getgrouplimit.php" class="index">SolrQuery::getGroupLimit</a> - Returns the group.limit value</li>
<li><a href="solrquery.getgroupmain.php" class="index">SolrQuery::getGroupMain</a> - Returns the group.main value</li>
<li><a href="solrquery.getgroupngroups.php" class="index">SolrQuery::getGroupNGroups</a> - Returns the group.ngroups value</li>
<li><a href="solrquery.getgroupoffset.php" class="index">SolrQuery::getGroupOffset</a> - Returns the group.offset value</li>
<li><a href="solrquery.getgroupqueries.php" class="index">SolrQuery::getGroupQueries</a> - Returns all the group.query parameter values</li>
<li><a href="solrquery.getgroupsortfields.php" class="index">SolrQuery::getGroupSortFields</a> - Returns the group.sort value</li>
<li><a href="solrquery.getgrouptruncate.php" class="index">SolrQuery::getGroupTruncate</a> - Returns the group.truncate value</li>
<li><a href="solrquery.gethighlight.php" class="index">SolrQuery::getHighlight</a> - Returns the state of the hl parameter</li>
<li><a href="solrquery.gethighlightalternatefield.php" class="index">SolrQuery::getHighlightAlternateField</a> - Returns the highlight field to use as backup or default</li>
<li><a href="solrquery.gethighlightfields.php" class="index">SolrQuery::getHighlightFields</a> - Returns all the fields that Solr should generate highlighted snippets for</li>
<li><a href="solrquery.gethighlightformatter.php" class="index">SolrQuery::getHighlightFormatter</a> - Returns the formatter for the highlighted output</li>
<li><a href="solrquery.gethighlightfragmenter.php" class="index">SolrQuery::getHighlightFragmenter</a> - Returns the text snippet generator for highlighted text</li>
<li><a href="solrquery.gethighlightfragsize.php" class="index">SolrQuery::getHighlightFragsize</a> - Returns the number of characters of fragments to consider for highlighting</li>
<li><a href="solrquery.gethighlighthighlightmultiterm.php" class="index">SolrQuery::getHighlightHighlightMultiTerm</a> - Returns whether or not to enable highlighting for range/wildcard/fuzzy/prefix queries</li>
<li><a href="solrquery.gethighlightmaxalternatefieldlength.php" class="index">SolrQuery::getHighlightMaxAlternateFieldLength</a> - Returns the maximum number of characters of the field to return</li>
<li><a href="solrquery.gethighlightmaxanalyzedchars.php" class="index">SolrQuery::getHighlightMaxAnalyzedChars</a> - Returns the maximum number of characters into a document to look for suitable snippets</li>
<li><a href="solrquery.gethighlightmergecontiguous.php" class="index">SolrQuery::getHighlightMergeContiguous</a> - Returns whether or not the collapse contiguous fragments into a single fragment</li>
<li><a href="solrquery.gethighlightquery.php" class="index">SolrQuery::getHighlightQuery</a> - return the highlightquery (hl.q)</li>
<li><a href="solrquery.gethighlightregexmaxanalyzedchars.php" class="index">SolrQuery::getHighlightRegexMaxAnalyzedChars</a> - Returns the maximum number of characters from a field when using the regex fragmenter</li>
<li><a href="solrquery.gethighlightregexpattern.php" class="index">SolrQuery::getHighlightRegexPattern</a> - Returns the regular expression for fragmenting</li>
<li><a href="solrquery.gethighlightregexslop.php" class="index">SolrQuery::getHighlightRegexSlop</a> - Returns the deviation factor from the ideal fragment size</li>
<li><a href="solrquery.gethighlightrequirefieldmatch.php" class="index">SolrQuery::getHighlightRequireFieldMatch</a> - Returns if a field will only be highlighted if the query matched in this particular field</li>
<li><a href="solrquery.gethighlightsimplepost.php" class="index">SolrQuery::getHighlightSimplePost</a> - Returns the text which appears after a highlighted term</li>
<li><a href="solrquery.gethighlightsimplepre.php" class="index">SolrQuery::getHighlightSimplePre</a> - Returns the text which appears before a highlighted term</li>
<li><a href="solrquery.gethighlightsnippets.php" class="index">SolrQuery::getHighlightSnippets</a> - Returns the maximum number of highlighted snippets to generate per field</li>
<li><a href="solrquery.gethighlightusephrasehighlighter.php" class="index">SolrQuery::getHighlightUsePhraseHighlighter</a> - Returns the state of the hl.usePhraseHighlighter parameter</li>
<li><a href="solrquery.getmlt.php" class="index">SolrQuery::getMlt</a> - Returns whether or not MoreLikeThis results should be enabled</li>
<li><a href="solrquery.getmltboost.php" class="index">SolrQuery::getMltBoost</a> - Returns whether or not the query will be boosted by the interesting term relevance</li>
<li><a href="solrquery.getmltcount.php" class="index">SolrQuery::getMltCount</a> - Returns the number of similar documents to return for each result</li>
<li><a href="solrquery.getmltfields.php" class="index">SolrQuery::getMltFields</a> - Returns all the fields to use for similarity</li>
<li><a href="solrquery.getmltmaxnumqueryterms.php" class="index">SolrQuery::getMltMaxNumQueryTerms</a> - Returns the maximum number of query terms that will be included in any generated query</li>
<li><a href="solrquery.getmltmaxnumtokens.php" class="index">SolrQuery::getMltMaxNumTokens</a> - Returns the maximum number of tokens to parse in each document field that is not stored with TermVector support</li>
<li><a href="solrquery.getmltmaxwordlength.php" class="index">SolrQuery::getMltMaxWordLength</a> - Returns the maximum word length above which words will be ignored</li>
<li><a href="solrquery.getmltmindocfrequency.php" class="index">SolrQuery::getMltMinDocFrequency</a> - Returns the treshold frequency at which words will be ignored which do not occur in at least this many docs</li>
<li><a href="solrquery.getmltmintermfrequency.php" class="index">SolrQuery::getMltMinTermFrequency</a> - Returns the frequency below which terms will be ignored in the source document</li>
<li><a href="solrquery.getmltminwordlength.php" class="index">SolrQuery::getMltMinWordLength</a> - Returns the minimum word length below which words will be ignored</li>
<li><a href="solrquery.getmltqueryfields.php" class="index">SolrQuery::getMltQueryFields</a> - Returns the query fields and their boosts</li>
<li><a href="solrquery.getquery.php" class="index">SolrQuery::getQuery</a> - 主なクエリーを返す</li>
<li><a href="solrquery.getrows.php" class="index">SolrQuery::getRows</a> - Returns the maximum number of documents</li>
<li><a href="solrquery.getsortfields.php" class="index">SolrQuery::getSortFields</a> - Returns all the sort fields</li>
<li><a href="solrquery.getstart.php" class="index">SolrQuery::getStart</a> - Returns the offset in the complete result set</li>
<li><a href="solrquery.getstats.php" class="index">SolrQuery::getStats</a> - Returns whether or not stats is enabled</li>
<li><a href="solrquery.getstatsfacets.php" class="index">SolrQuery::getStatsFacets</a> - Returns all the stats facets that were set</li>
<li><a href="solrquery.getstatsfields.php" class="index">SolrQuery::getStatsFields</a> - Returns all the statistics fields</li>
<li><a href="solrquery.getterms.php" class="index">SolrQuery::getTerms</a> - Returns whether or not the TermsComponent is enabled</li>
<li><a href="solrquery.gettermsfield.php" class="index">SolrQuery::getTermsField</a> - Returns the field from which the terms are retrieved</li>
<li><a href="solrquery.gettermsincludelowerbound.php" class="index">SolrQuery::getTermsIncludeLowerBound</a> - Returns whether or not to include the lower bound in the result set</li>
<li><a href="solrquery.gettermsincludeupperbound.php" class="index">SolrQuery::getTermsIncludeUpperBound</a> - Returns whether or not to include the upper bound term in the result set</li>
<li><a href="solrquery.gettermslimit.php" class="index">SolrQuery::getTermsLimit</a> - Returns the maximum number of terms Solr should return</li>
<li><a href="solrquery.gettermslowerbound.php" class="index">SolrQuery::getTermsLowerBound</a> - Returns the term to start at</li>
<li><a href="solrquery.gettermsmaxcount.php" class="index">SolrQuery::getTermsMaxCount</a> - Returns the maximum document frequency</li>
<li><a href="solrquery.gettermsmincount.php" class="index">SolrQuery::getTermsMinCount</a> - Returns the minimum document frequency to return in order to be included</li>
<li><a href="solrquery.gettermsprefix.php" class="index">SolrQuery::getTermsPrefix</a> - Returns the term prefix</li>
<li><a href="solrquery.gettermsreturnraw.php" class="index">SolrQuery::getTermsReturnRaw</a> - Whether or not to return raw characters</li>
<li><a href="solrquery.gettermssort.php" class="index">SolrQuery::getTermsSort</a> - Returns an integer indicating how terms are sorted</li>
<li><a href="solrquery.gettermsupperbound.php" class="index">SolrQuery::getTermsUpperBound</a> - Returns the term to stop at</li>
<li><a href="solrquery.gettimeallowed.php" class="index">SolrQuery::getTimeAllowed</a> - Returns the time in milliseconds allowed for the query to finish</li>
<li><a href="solrquery.removeexpandfilterquery.php" class="index">SolrQuery::removeExpandFilterQuery</a> - Removes an expand filter query</li>
<li><a href="solrquery.removeexpandsortfield.php" class="index">SolrQuery::removeExpandSortField</a> - Removes an expand sort field from the expand.sort parameter</li>
<li><a href="solrquery.removefacetdatefield.php" class="index">SolrQuery::removeFacetDateField</a> - Removes one of the facet date fields</li>
<li><a href="solrquery.removefacetdateother.php" class="index">SolrQuery::removeFacetDateOther</a> - Removes one of the facet.date.other parameters</li>
<li><a href="solrquery.removefacetfield.php" class="index">SolrQuery::removeFacetField</a> - Removes one of the facet.date parameters</li>
<li><a href="solrquery.removefacetquery.php" class="index">SolrQuery::removeFacetQuery</a> - Removes one of the facet.query parameters</li>
<li><a href="solrquery.removefield.php" class="index">SolrQuery::removeField</a> - Removes a field from the list of fields</li>
<li><a href="solrquery.removefilterquery.php" class="index">SolrQuery::removeFilterQuery</a> - Removes a filter query</li>
<li><a href="solrquery.removehighlightfield.php" class="index">SolrQuery::removeHighlightField</a> - Removes one of the fields used for highlighting</li>
<li><a href="solrquery.removemltfield.php" class="index">SolrQuery::removeMltField</a> - Removes one of the moreLikeThis fields</li>
<li><a href="solrquery.removemltqueryfield.php" class="index">SolrQuery::removeMltQueryField</a> - Removes one of the moreLikeThis query fields</li>
<li><a href="solrquery.removesortfield.php" class="index">SolrQuery::removeSortField</a> - Removes one of the sort fields</li>
<li><a href="solrquery.removestatsfacet.php" class="index">SolrQuery::removeStatsFacet</a> - Removes one of the stats.facet parameters</li>
<li><a href="solrquery.removestatsfield.php" class="index">SolrQuery::removeStatsField</a> - Removes one of the stats.field parameters</li>
<li><a href="solrquery.setechohandler.php" class="index">SolrQuery::setEchoHandler</a> - Toggles the echoHandler parameter</li>
<li><a href="solrquery.setechoparams.php" class="index">SolrQuery::setEchoParams</a> - Determines what kind of parameters to include in the response</li>
<li><a href="solrquery.setexpand.php" class="index">SolrQuery::setExpand</a> - Enables/Disables the Expand Component</li>
<li><a href="solrquery.setexpandquery.php" class="index">SolrQuery::setExpandQuery</a> - Sets the expand.q parameter</li>
<li><a href="solrquery.setexpandrows.php" class="index">SolrQuery::setExpandRows</a> - Sets the number of rows to display in each group (expand.rows). Server Default 5</li>
<li><a href="solrquery.setexplainother.php" class="index">SolrQuery::setExplainOther</a> - Sets the explainOther common query parameter</li>
<li><a href="solrquery.setfacet.php" class="index">SolrQuery::setFacet</a> - Maps to the facet parameter. Enables or disables facetting</li>
<li><a href="solrquery.setfacetdateend.php" class="index">SolrQuery::setFacetDateEnd</a> - Maps to facet.date.end</li>
<li><a href="solrquery.setfacetdategap.php" class="index">SolrQuery::setFacetDateGap</a> - Maps to facet.date.gap</li>
<li><a href="solrquery.setfacetdatehardend.php" class="index">SolrQuery::setFacetDateHardEnd</a> - Maps to facet.date.hardend</li>
<li><a href="solrquery.setfacetdatestart.php" class="index">SolrQuery::setFacetDateStart</a> - Maps to facet.date.start</li>
<li><a href="solrquery.setfacetenumcachemindefaultfrequency.php" class="index">SolrQuery::setFacetEnumCacheMinDefaultFrequency</a> - Sets the minimum document frequency used for determining term count</li>
<li><a href="solrquery.setfacetlimit.php" class="index">SolrQuery::setFacetLimit</a> - Maps to facet.limit</li>
<li><a href="solrquery.setfacetmethod.php" class="index">SolrQuery::setFacetMethod</a> - Specifies the type of algorithm to use when faceting a field</li>
<li><a href="solrquery.setfacetmincount.php" class="index">SolrQuery::setFacetMinCount</a> - Maps to facet.mincount</li>
<li><a href="solrquery.setfacetmissing.php" class="index">SolrQuery::setFacetMissing</a> - Maps to facet.missing</li>
<li><a href="solrquery.setfacetoffset.php" class="index">SolrQuery::setFacetOffset</a> - Sets the offset into the list of constraints to allow for pagination</li>
<li><a href="solrquery.setfacetprefix.php" class="index">SolrQuery::setFacetPrefix</a> - Specifies a string prefix with which to limits the terms on which to facet</li>
<li><a href="solrquery.setfacetsort.php" class="index">SolrQuery::setFacetSort</a> - Determines the ordering of the facet field constraints</li>
<li><a href="solrquery.setgroup.php" class="index">SolrQuery::setGroup</a> - Enable/Disable result grouping (group parameter)</li>
<li><a href="solrquery.setgroupcachepercent.php" class="index">SolrQuery::setGroupCachePercent</a> - Enables caching for result grouping</li>
<li><a href="solrquery.setgroupfacet.php" class="index">SolrQuery::setGroupFacet</a> - Sets group.facet parameter</li>
<li><a href="solrquery.setgroupformat.php" class="index">SolrQuery::setGroupFormat</a> - Sets the group format, result structure (group.format parameter)</li>
<li><a href="solrquery.setgrouplimit.php" class="index">SolrQuery::setGroupLimit</a> - Specifies the number of results to return for each group. The server default value is 1</li>
<li><a href="solrquery.setgroupmain.php" class="index">SolrQuery::setGroupMain</a> - If true, the result of the first field grouping command is used as the main result list in the response, using group.format=simple</li>
<li><a href="solrquery.setgroupngroups.php" class="index">SolrQuery::setGroupNGroups</a> - If true, Solr includes the number of groups that have matched the query in the results</li>
<li><a href="solrquery.setgroupoffset.php" class="index">SolrQuery::setGroupOffset</a> - Sets the group.offset parameter</li>
<li><a href="solrquery.setgrouptruncate.php" class="index">SolrQuery::setGroupTruncate</a> - If true, facet counts are based on the most relevant document of each group matching the query</li>
<li><a href="solrquery.sethighlight.php" class="index">SolrQuery::setHighlight</a> - Enables or disables highlighting</li>
<li><a href="solrquery.sethighlightalternatefield.php" class="index">SolrQuery::setHighlightAlternateField</a> - Specifies the backup field to use</li>
<li><a href="solrquery.sethighlightformatter.php" class="index">SolrQuery::setHighlightFormatter</a> - Specify a formatter for the highlight output</li>
<li><a href="solrquery.sethighlightfragmenter.php" class="index">SolrQuery::setHighlightFragmenter</a> - Sets a text snippet generator for highlighted text</li>
<li><a href="solrquery.sethighlightfragsize.php" class="index">SolrQuery::setHighlightFragsize</a> - The size of fragments to consider for highlighting</li>
<li><a href="solrquery.sethighlighthighlightmultiterm.php" class="index">SolrQuery::setHighlightHighlightMultiTerm</a> - Use SpanScorer to highlight phrase terms</li>
<li><a href="solrquery.sethighlightmaxalternatefieldlength.php" class="index">SolrQuery::setHighlightMaxAlternateFieldLength</a> - Sets the maximum number of characters of the field to return</li>
<li><a href="solrquery.sethighlightmaxanalyzedchars.php" class="index">SolrQuery::setHighlightMaxAnalyzedChars</a> - Specifies the number of characters into a document to look for suitable snippets</li>
<li><a href="solrquery.sethighlightmergecontiguous.php" class="index">SolrQuery::setHighlightMergeContiguous</a> - Whether or not to collapse contiguous fragments into a single fragment</li>
<li><a href="solrquery.sethighlightquery.php" class="index">SolrQuery::setHighlightQuery</a> - A query designated for highlighting (hl.q)</li>
<li><a href="solrquery.sethighlightregexmaxanalyzedchars.php" class="index">SolrQuery::setHighlightRegexMaxAnalyzedChars</a> - Specify the maximum number of characters to analyze</li>
<li><a href="solrquery.sethighlightregexpattern.php" class="index">SolrQuery::setHighlightRegexPattern</a> - Specify the regular expression for fragmenting</li>
<li><a href="solrquery.sethighlightregexslop.php" class="index">SolrQuery::setHighlightRegexSlop</a> - Sets the factor by which the regex fragmenter can stray from the ideal fragment size</li>
<li><a href="solrquery.sethighlightrequirefieldmatch.php" class="index">SolrQuery::setHighlightRequireFieldMatch</a> - Require field matching during highlighting</li>
<li><a href="solrquery.sethighlightsimplepost.php" class="index">SolrQuery::setHighlightSimplePost</a> - Sets the text which appears after a highlighted term</li>
<li><a href="solrquery.sethighlightsimplepre.php" class="index">SolrQuery::setHighlightSimplePre</a> - Sets the text which appears before a highlighted term</li>
<li><a href="solrquery.sethighlightsnippets.php" class="index">SolrQuery::setHighlightSnippets</a> - Sets the maximum number of highlighted snippets to generate per field</li>
<li><a href="solrquery.sethighlightusephrasehighlighter.php" class="index">SolrQuery::setHighlightUsePhraseHighlighter</a> - Whether to highlight phrase terms only when they appear within the query phrase</li>
<li><a href="solrquery.setmlt.php" class="index">SolrQuery::setMlt</a> - Enables or disables moreLikeThis</li>
<li><a href="solrquery.setmltboost.php" class="index">SolrQuery::setMltBoost</a> - Set if the query will be boosted by the interesting term relevance</li>
<li><a href="solrquery.setmltcount.php" class="index">SolrQuery::setMltCount</a> - Set the number of similar documents to return for each result</li>
<li><a href="solrquery.setmltmaxnumqueryterms.php" class="index">SolrQuery::setMltMaxNumQueryTerms</a> - Sets the maximum number of query terms included</li>
<li><a href="solrquery.setmltmaxnumtokens.php" class="index">SolrQuery::setMltMaxNumTokens</a> - Specifies the maximum number of tokens to parse</li>
<li><a href="solrquery.setmltmaxwordlength.php" class="index">SolrQuery::setMltMaxWordLength</a> - Sets the maximum word length</li>
<li><a href="solrquery.setmltmindocfrequency.php" class="index">SolrQuery::setMltMinDocFrequency</a> - Sets the mltMinDoc frequency</li>
<li><a href="solrquery.setmltmintermfrequency.php" class="index">SolrQuery::setMltMinTermFrequency</a> - Sets the frequency below which terms will be ignored in the source docs</li>
<li><a href="solrquery.setmltminwordlength.php" class="index">SolrQuery::setMltMinWordLength</a> - Sets the minimum word length</li>
<li><a href="solrquery.setomitheader.php" class="index">SolrQuery::setOmitHeader</a> - Exclude the header from the returned results</li>
<li><a href="solrquery.setquery.php" class="index">SolrQuery::setQuery</a> - 検索クエリーを設定</li>
<li><a href="solrquery.setrows.php" class="index">SolrQuery::setRows</a> - Specifies the maximum number of rows to return in the result</li>
<li><a href="solrquery.setshowdebuginfo.php" class="index">SolrQuery::setShowDebugInfo</a> - Flag to show debug information</li>
<li><a href="solrquery.setstart.php" class="index">SolrQuery::setStart</a> - Specifies the number of rows to skip</li>
<li><a href="solrquery.setstats.php" class="index">SolrQuery::setStats</a> - Enables or disables the Stats component</li>
<li><a href="solrquery.setterms.php" class="index">SolrQuery::setTerms</a> - Enables or disables the TermsComponent</li>
<li><a href="solrquery.settermsfield.php" class="index">SolrQuery::setTermsField</a> - Sets the name of the field to get the Terms from</li>
<li><a href="solrquery.settermsincludelowerbound.php" class="index">SolrQuery::setTermsIncludeLowerBound</a> - Include the lower bound term in the result set</li>
<li><a href="solrquery.settermsincludeupperbound.php" class="index">SolrQuery::setTermsIncludeUpperBound</a> - Include the upper bound term in the result set</li>
<li><a href="solrquery.settermslimit.php" class="index">SolrQuery::setTermsLimit</a> - Sets the maximum number of terms to return</li>
<li><a href="solrquery.settermslowerbound.php" class="index">SolrQuery::setTermsLowerBound</a> - Specifies the Term to start from</li>
<li><a href="solrquery.settermsmaxcount.php" class="index">SolrQuery::setTermsMaxCount</a> - Sets the maximum document frequency</li>
<li><a href="solrquery.settermsmincount.php" class="index">SolrQuery::setTermsMinCount</a> - Sets the minimum document frequency</li>
<li><a href="solrquery.settermsprefix.php" class="index">SolrQuery::setTermsPrefix</a> - Restrict matches to terms that start with the prefix</li>
<li><a href="solrquery.settermsreturnraw.php" class="index">SolrQuery::setTermsReturnRaw</a> - Return the raw characters of the indexed term</li>
<li><a href="solrquery.settermssort.php" class="index">SolrQuery::setTermsSort</a> - Specifies how to sort the returned terms</li>
<li><a href="solrquery.settermsupperbound.php" class="index">SolrQuery::setTermsUpperBound</a> - Sets the term to stop at</li>
<li><a href="solrquery.settimeallowed.php" class="index">SolrQuery::setTimeAllowed</a> - The time allowed for search to finish</li>
<li><a href="solrquery.construct.php" class="index">SolrQuery::__construct</a> - コンストラクタ</li>
<li><a href="solrquery.destruct.php" class="index">SolrQuery::__destruct</a> - デストラクタ</li>
<li><a href="solrqueryresponse.construct.php" class="index">SolrQueryResponse::__construct</a> - コンストラクタ</li>
<li><a href="solrqueryresponse.destruct.php" class="index">SolrQueryResponse::__destruct</a> - デストラクタ</li>
<li><a href="solrresponse.getdigestedresponse.php" class="index">SolrResponse::getDigestedResponse</a> - シリアライズされた PHP データとして XML レスポンスを返す</li>
<li><a href="solrresponse.gethttpstatus.php" class="index">SolrResponse::getHttpStatus</a> - レスポンスの HTTP ステータスを返す</li>
<li><a href="solrresponse.gethttpstatusmessage.php" class="index">SolrResponse::getHttpStatusMessage</a> - HTTP ステータスに関する詳細を返す</li>
<li><a href="solrresponse.getrawrequest.php" class="index">SolrResponse::getRawRequest</a> - Solr サーバーに送られた生のリクエストを返す</li>
<li><a href="solrresponse.getrawrequestheaders.php" class="index">SolrResponse::getRawRequestHeaders</a> - Solr サーバーに送られた生のリクエストヘッダを返す</li>
<li><a href="solrresponse.getrawresponse.php" class="index">SolrResponse::getRawResponse</a> - Solr サーバーからの生のレスポンスを返す</li>
<li><a href="solrresponse.getrawresponseheaders.php" class="index">SolrResponse::getRawResponseHeaders</a> - Solr サーバーからの生のレスポンスヘッダを返す</li>
<li><a href="solrresponse.getrequesturl.php" class="index">SolrResponse::getRequestUrl</a> - リクエストが送られた完全な URL を返す</li>
<li><a href="solrresponse.getresponse.php" class="index">SolrResponse::getResponse</a> - サーバーからの XML レスポンスを表現する SolrObject を返す</li>
<li><a href="solrresponse.setparsemode.php" class="index">SolrResponse::setParseMode</a> - パースモードを設定</li>
<li><a href="solrresponse.success.php" class="index">SolrResponse::success</a> - リクエストが成功したか</li>
<li><a href="solrserverexception.getinternalinfo.php" class="index">SolrServerException::getInternalInfo</a> - 例外がスローされた際の内部情報を返す</li>
<li><a href="solrupdateresponse.construct.php" class="index">SolrUpdateResponse::__construct</a> - コンストラクタ</li>
<li><a href="solrupdateresponse.destruct.php" class="index">SolrUpdateResponse::__destruct</a> - デストラクタ</li>
<li><a href="solrutils.digestxmlresponse.php" class="index">SolrUtils::digestXmlResponse</a> - Parses an response XML string into a SolrObject</li>
<li><a href="solrutils.escapequerychars.php" class="index">SolrUtils::escapeQueryChars</a> - Escapes a lucene query string</li>
<li><a href="solrutils.getsolrversion.php" class="index">SolrUtils::getSolrVersion</a> - Solr 拡張モジュールの現行バージョンを返す</li>
<li><a href="solrutils.queryphrase.php" class="index">SolrUtils::queryPhrase</a> - Prepares a phrase from an unescaped lucene string</li>
<li><a href="function.solr-get-version.php" class="index">solr_get_version</a> - Apache Solr 拡張モジュールの現行バージョンを返す</li>
<li><a href="function.sort.php" class="index">sort</a> - 配列を昇順にソートする</li>
<li><a href="function.soundex.php" class="index">soundex</a> - 文字列の soundex キーを計算する</li>
<li><a href="spldoublylinkedlist.add.php" class="index">SplDoublyLinkedList::add</a> - 特定のインデックスに新しい値を 追加/挿入 する</li>
<li><a href="spldoublylinkedlist.bottom.php" class="index">SplDoublyLinkedList::bottom</a> - 双方向リンクリストの最初のノードを取得する</li>
<li><a href="spldoublylinkedlist.count.php" class="index">SplDoublyLinkedList::count</a> - 双方向リンクリストの要素数を数える</li>
<li><a href="spldoublylinkedlist.current.php" class="index">SplDoublyLinkedList::current</a> - 現在の配列の要素を返す</li>
<li><a href="spldoublylinkedlist.getiteratormode.php" class="index">SplDoublyLinkedList::getIteratorMode</a> - 反復処理のモードを返す</li>
<li><a href="spldoublylinkedlist.isempty.php" class="index">SplDoublyLinkedList::isEmpty</a> - 双方向リンクリストが空かどうかを調べる</li>
<li><a href="spldoublylinkedlist.key.php" class="index">SplDoublyLinkedList::key</a> - 現在のノードのインデックスを返す</li>
<li><a href="spldoublylinkedlist.next.php" class="index">SplDoublyLinkedList::next</a> - 次のエントリに移動する</li>
<li><a href="spldoublylinkedlist.offsetexists.php" class="index">SplDoublyLinkedList::offsetExists</a> - 指定した $index が存在するかどうかを返す</li>
<li><a href="spldoublylinkedlist.offsetget.php" class="index">SplDoublyLinkedList::offsetGet</a> - 指定した $index の値を返す</li>
<li><a href="spldoublylinkedlist.offsetset.php" class="index">SplDoublyLinkedList::offsetSet</a> - 指定した $index の値を $value に設定する</li>
<li><a href="spldoublylinkedlist.offsetunset.php" class="index">SplDoublyLinkedList::offsetUnset</a> - 指定した $index の値を削除する</li>
<li><a href="spldoublylinkedlist.pop.php" class="index">SplDoublyLinkedList::pop</a> - 双方向リンクリストの末尾からノードを取り出す</li>
<li><a href="spldoublylinkedlist.prev.php" class="index">SplDoublyLinkedList::prev</a> - 前のエントリに移動する</li>
<li><a href="spldoublylinkedlist.push.php" class="index">SplDoublyLinkedList::push</a> - 双方向リンクリストの末尾に要素を追加する</li>
<li><a href="spldoublylinkedlist.rewind.php" class="index">SplDoublyLinkedList::rewind</a> - イテレータを先頭に巻き戻す</li>
<li><a href="spldoublylinkedlist.serialize.php" class="index">SplDoublyLinkedList::serialize</a> - ストレージをシリアライズする</li>
<li><a href="spldoublylinkedlist.setiteratormode.php" class="index">SplDoublyLinkedList::setIteratorMode</a> - 反復処理のモードを設定する</li>
<li><a href="spldoublylinkedlist.shift.php" class="index">SplDoublyLinkedList::shift</a> - 双方向リンクリストの先頭からノードを取り出す</li>
<li><a href="spldoublylinkedlist.top.php" class="index">SplDoublyLinkedList::top</a> - 双方向リンクリストの最後のノードを取得する</li>
<li><a href="spldoublylinkedlist.unserialize.php" class="index">SplDoublyLinkedList::unserialize</a> - ストレージをアンシリアライズする</li>
<li><a href="spldoublylinkedlist.unshift.php" class="index">SplDoublyLinkedList::unshift</a> - 双方向リンクリストの先頭に要素を追加する</li>
<li><a href="spldoublylinkedlist.valid.php" class="index">SplDoublyLinkedList::valid</a> - 双方向リンクリストにまだノードがあるかどうかを調べる</li>
<li><a href="splfileinfo.getatime.php" class="index">SplFileInfo::getATime</a> - ファイルの最終アクセス時刻を取得する</li>
<li><a href="splfileinfo.getbasename.php" class="index">SplFileInfo::getBasename</a> - ファイルのベース名を取得する</li>
<li><a href="splfileinfo.getctime.php" class="index">SplFileInfo::getCTime</a> - inode 変更時刻を取得する</li>
<li><a href="splfileinfo.getextension.php" class="index">SplFileInfo::getExtension</a> - ファイルの拡張子を取得する</li>
<li><a href="splfileinfo.getfileinfo.php" class="index">SplFileInfo::getFileInfo</a> - ファイルの SplFileInfo オブジェクトを取得する</li>
<li><a href="splfileinfo.getfilename.php" class="index">SplFileInfo::getFilename</a> - ファイル名を取得する</li>
<li><a href="splfileinfo.getgroup.php" class="index">SplFileInfo::getGroup</a> - ファイルのグループを取得する</li>
<li><a href="splfileinfo.getinode.php" class="index">SplFileInfo::getInode</a> - ファイルの inode を取得する</li>
<li><a href="splfileinfo.getlinktarget.php" class="index">SplFileInfo::getLinkTarget</a> - リンク先を取得する</li>
<li><a href="splfileinfo.getmtime.php" class="index">SplFileInfo::getMTime</a> - 最終変更時刻を取得する</li>
<li><a href="splfileinfo.getowner.php" class="index">SplFileInfo::getOwner</a> - ファイルの所有者を取得する</li>
<li><a href="splfileinfo.getpath.php" class="index">SplFileInfo::getPath</a> - ファイル名を除いたパスを取得する</li>
<li><a href="splfileinfo.getpathinfo.php" class="index">SplFileInfo::getPathInfo</a> - パスの SplFileInfo オブジェクトを取得する</li>
<li><a href="splfileinfo.getpathname.php" class="index">SplFileInfo::getPathname</a> - ファイルへのパスを取得する</li>
<li><a href="splfileinfo.getperms.php" class="index">SplFileInfo::getPerms</a> - ファイルのパーミッションを取得する</li>
<li><a href="splfileinfo.getrealpath.php" class="index">SplFileInfo::getRealPath</a> - ファイルへの絶対パスを取得する</li>
<li><a href="splfileinfo.getsize.php" class="index">SplFileInfo::getSize</a> - ファイルサイズを取得する</li>
<li><a href="splfileinfo.gettype.php" class="index">SplFileInfo::getType</a> - ファイルタイプを取得する</li>
<li><a href="splfileinfo.isdir.php" class="index">SplFileInfo::isDir</a> - ファイルがディレクトリかどうかを調べる</li>
<li><a href="splfileinfo.isexecutable.php" class="index">SplFileInfo::isExecutable</a> - ファイルが実行可能かどうかを調べる</li>
<li><a href="splfileinfo.isfile.php" class="index">SplFileInfo::isFile</a> - オブジェクトの参照先が通常のファイルであるかどうかを調べる</li>
<li><a href="splfileinfo.islink.php" class="index">SplFileInfo::isLink</a> - ファイルがリンクであるかどうかを調べる</li>
<li><a href="splfileinfo.isreadable.php" class="index">SplFileInfo::isReadable</a> - ファイルが読み込み可能か調べる</li>
<li><a href="splfileinfo.iswritable.php" class="index">SplFileInfo::isWritable</a> - エントリが書き込み可能であるかどうかを調べる</li>
<li><a href="splfileinfo.openfile.php" class="index">SplFileInfo::openFile</a> - ファイルの SplFileObject オブジェクトを取得する</li>
<li><a href="splfileinfo.setfileclass.php" class="index">SplFileInfo::setFileClass</a> - SplFileInfo::openFile で使用するクラスを設定する</li>
<li><a href="splfileinfo.setinfoclass.php" class="index">SplFileInfo::setInfoClass</a> - SplFileInfo::getFileInfo および SplFileInfo::getPathInfo で使用するクラスを設定する</li>
<li><a href="splfileinfo.construct.php" class="index">SplFileInfo::__construct</a> - 新しい SplFileInfo オブジェクトを作成する</li>
<li><a href="splfileinfo.tostring.php" class="index">SplFileInfo::__toString</a> - ファイルへのパスを文字列で返す</li>
<li><a href="splfileobject.current.php" class="index">SplFileObject::current</a> - ファイルの現在の行を取得する</li>
<li><a href="splfileobject.eof.php" class="index">SplFileObject::eof</a> - ファイルの終端に到達しているか調べる</li>
<li><a href="splfileobject.fflush.php" class="index">SplFileObject::fflush</a> - 出力をファイルにフラッシュする</li>
<li><a href="splfileobject.fgetc.php" class="index">SplFileObject::fgetc</a> - ファイルから文字を取り出す</li>
<li><a href="splfileobject.fgetcsv.php" class="index">SplFileObject::fgetcsv</a> - ファイルから行を取り出し CSV フィールドとして処理する</li>
<li><a href="splfileobject.fgets.php" class="index">SplFileObject::fgets</a> - ファイルから 1 行取り出す</li>
<li><a href="splfileobject.fgetss.php" class="index">SplFileObject::fgetss</a> - ファイルから 1 行取り出し HTML タグを取り除く</li>
<li><a href="splfileobject.flock.php" class="index">SplFileObject::flock</a> - 簡易なファイルロックを行う</li>
<li><a href="splfileobject.fpassthru.php" class="index">SplFileObject::fpassthru</a> - ファイルポインタに残っているデータをすべて出力する</li>
<li><a href="splfileobject.fputcsv.php" class="index">SplFileObject::fputcsv</a> - フィールドの配列を CSV の行として書き出す</li>
<li><a href="splfileobject.fread.php" class="index">SplFileObject::fread</a> - ファイルから読み取る</li>
<li><a href="splfileobject.fscanf.php" class="index">SplFileObject::fscanf</a> - フォーマットに従ってファイルからの入力をパースする</li>
<li><a href="splfileobject.fseek.php" class="index">SplFileObject::fseek</a> - ファイルポインタを移動させる</li>
<li><a href="splfileobject.fstat.php" class="index">SplFileObject::fstat</a> - ファイルの情報を得る</li>
<li><a href="splfileobject.ftell.php" class="index">SplFileObject::ftell</a> - ファイルポインタの現在位置を返す</li>
<li><a href="splfileobject.ftruncate.php" class="index">SplFileObject::ftruncate</a> - ファイルを指定した長さに丸める</li>
<li><a href="splfileobject.fwrite.php" class="index">SplFileObject::fwrite</a> - ファイルに書き込む</li>
<li><a href="splfileobject.getchildren.php" class="index">SplFileObject::getChildren</a> - 用途はなし</li>
<li><a href="splfileobject.getcsvcontrol.php" class="index">SplFileObject::getCsvControl</a> - CSV の区切り、囲み文字、エスケープ文字を取得する</li>
<li><a href="splfileobject.getcurrentline.php" class="index">SplFileObject::getCurrentLine</a> - SplFileObject::fgets のエイリアス</li>
<li><a href="splfileobject.getflags.php" class="index">SplFileObject::getFlags</a> - SplFileObject のフラグを取得する</li>
<li><a href="splfileobject.getmaxlinelen.php" class="index">SplFileObject::getMaxLineLen</a> - 行の最大バイト数を取得する</li>
<li><a href="splfileobject.haschildren.php" class="index">SplFileObject::hasChildren</a> - SplFileObject は子を持ちません</li>
<li><a href="splfileobject.key.php" class="index">SplFileObject::key</a> - 行番号を取得する</li>
<li><a href="splfileobject.next.php" class="index">SplFileObject::next</a> - 次の行を読み出す</li>
<li><a href="splfileobject.rewind.php" class="index">SplFileObject::rewind</a> - ファイルポインタを先頭に巻き戻す</li>
<li><a href="splfileobject.seek.php" class="index">SplFileObject::seek</a> - ファイルポインタを指定行に移動させる</li>
<li><a href="splfileobject.setcsvcontrol.php" class="index">SplFileObject::setCsvControl</a> - CSV の区切り文字、囲み文字、エスケープ文字をセットする</li>
<li><a href="splfileobject.setflags.php" class="index">SplFileObject::setFlags</a> - SplFileObject のフラグをセットする</li>
<li><a href="splfileobject.setmaxlinelen.php" class="index">SplFileObject::setMaxLineLen</a> - 読み込む行の最大バイト数をセットする</li>
<li><a href="splfileobject.valid.php" class="index">SplFileObject::valid</a> - ファイル終端でないかチェックする</li>
<li><a href="splfileobject.construct.php" class="index">SplFileObject::__construct</a> - 新しいファイルオブジェクトを作成する</li>
<li><a href="splfileobject.tostring.php" class="index">SplFileObject::__toString</a> - 現在の行を文字列として取得する</li>
<li><a href="splfixedarray.count.php" class="index">SplFixedArray::count</a> - 配列のサイズを返す</li>
<li><a href="splfixedarray.current.php" class="index">SplFixedArray::current</a> - 現在の配列の要素を返す</li>
<li><a href="splfixedarray.fromarray.php" class="index">SplFixedArray::fromArray</a> - PHP の配列を SplFixedArray インスタンスにインポートする</li>
<li><a href="splfixedarray.getiterator.php" class="index">SplFixedArray::getIterator</a> - 配列を走査するためのイテレータを取得する</li>
<li><a href="splfixedarray.getsize.php" class="index">SplFixedArray::getSize</a> - 配列のサイズを取得する</li>
<li><a href="splfixedarray.jsonserialize.php" class="index">SplFixedArray::jsonSerialize</a> - JSON に変換可能な値の表現を返す</li>
<li><a href="splfixedarray.key.php" class="index">SplFixedArray::key</a> - 現在の配列の添字を返す</li>
<li><a href="splfixedarray.next.php" class="index">SplFixedArray::next</a> - 次のエントリに進む</li>
<li><a href="splfixedarray.offsetexists.php" class="index">SplFixedArray::offsetExists</a> - 指定した添字が存在するかどうかを返す</li>
<li><a href="splfixedarray.offsetget.php" class="index">SplFixedArray::offsetGet</a> - 指定した添字の値を返す</li>
<li><a href="splfixedarray.offsetset.php" class="index">SplFixedArray::offsetSet</a> - 指定した添字の新しい値を設定する</li>
<li><a href="splfixedarray.offsetunset.php" class="index">SplFixedArray::offsetUnset</a> - 指定した添字の値を消去する</li>
<li><a href="splfixedarray.rewind.php" class="index">SplFixedArray::rewind</a> - イテレータを先頭に巻き戻す</li>
<li><a href="splfixedarray.setsize.php" class="index">SplFixedArray::setSize</a> - 配列のサイズを変更する</li>
<li><a href="splfixedarray.toarray.php" class="index">SplFixedArray::toArray</a> - 固定長配列から PHP の配列を返す</li>
<li><a href="splfixedarray.valid.php" class="index">SplFixedArray::valid</a> - 配列にまだ要素があるかどうかを調べる</li>
<li><a href="splfixedarray.construct.php" class="index">SplFixedArray::__construct</a> - 新しい固定長配列を作成する</li>
<li><a href="splfixedarray.serialize.php" class="index">SplFixedArray::__serialize</a> - SplFixedArray オブジェクトをシリアライズする</li>
<li><a href="splfixedarray.unserialize.php" class="index">SplFixedArray::__unserialize</a> - data パラメータを SplFixedArray オブジェクトに復元する</li>
<li><a href="splfixedarray.wakeup.php" class="index">SplFixedArray::__wakeup</a> - アンシリアライズ後に配列を再初期化する</li>
<li><a href="splheap.compare.php" class="index">SplHeap::compare</a> - 要素を比較し、ヒープ内の適切な位置に置く</li>
<li><a href="splheap.count.php" class="index">SplHeap::count</a> - ヒープ内の要素数を数える</li>
<li><a href="splheap.current.php" class="index">SplHeap::current</a> - イテレータが指す現在のノードを返す</li>
<li><a href="splheap.extract.php" class="index">SplHeap::extract</a> - ヒープの先頭からノードを取り出す</li>
<li><a href="splheap.insert.php" class="index">SplHeap::insert</a> - ヒープに要素を挿入する</li>
<li><a href="splheap.iscorrupted.php" class="index">SplHeap::isCorrupted</a> - ヒープが壊れているかを調べる</li>
<li><a href="splheap.isempty.php" class="index">SplHeap::isEmpty</a> - ヒープが空かどうかを調べる</li>
<li><a href="splheap.key.php" class="index">SplHeap::key</a> - 現在のノードのインデックスを返す</li>
<li><a href="splheap.next.php" class="index">SplHeap::next</a> - 次のノードに移動する</li>
<li><a href="splheap.recoverfromcorruption.php" class="index">SplHeap::recoverFromCorruption</a> - 破壊されたヒープを復旧し、それ以降の操作をできるようにする</li>
<li><a href="splheap.rewind.php" class="index">SplHeap::rewind</a> - イテレータを先頭に巻き戻す (何もしない)</li>
<li><a href="splheap.top.php" class="index">SplHeap::top</a> - ヒープの先頭のノードを取り出す</li>
<li><a href="splheap.valid.php" class="index">SplHeap::valid</a> - ヒープにまだノードがあるかどうかを調べる</li>
<li><a href="splmaxheap.compare.php" class="index">SplMaxHeap::compare</a> - 要素を比較し、ヒープ内の適切な位置に置く</li>
<li><a href="splminheap.compare.php" class="index">SplMinHeap::compare</a> - 要素を比較し、ヒープ内の適切な位置に置く</li>
<li><a href="splobjectstorage.addall.php" class="index">SplObjectStorage::addAll</a> - 別のストレージからすべてのオブジェクトを追加する</li>
<li><a href="splobjectstorage.attach.php" class="index">SplObjectStorage::attach</a> - オブジェクトをストレージに追加する</li>
<li><a href="splobjectstorage.contains.php" class="index">SplObjectStorage::contains</a> - ストレージに特定のオブジェクトが含まれるかどうかを調べる</li>
<li><a href="splobjectstorage.count.php" class="index">SplObjectStorage::count</a> - ストレージ内のオブジェクトの数を返す</li>
<li><a href="splobjectstorage.current.php" class="index">SplObjectStorage::current</a> - 現在のストレージの要素を返す</li>
<li><a href="splobjectstorage.detach.php" class="index">SplObjectStorage::detach</a> - オブジェクトをストレージから取り除く</li>
<li><a href="splobjectstorage.gethash.php" class="index">SplObjectStorage::getHash</a> - 中に含むオブジェクトの一意な識別子を算出する</li>
<li><a href="splobjectstorage.getinfo.php" class="index">SplObjectStorage::getInfo</a> - イテレータの現在のエントリに関連づけられたデータを返す</li>
<li><a href="splobjectstorage.key.php" class="index">SplObjectStorage::key</a> - イテレータの現在位置を返す</li>
<li><a href="splobjectstorage.next.php" class="index">SplObjectStorage::next</a> - 次のエントリに移動する</li>
<li><a href="splobjectstorage.offsetexists.php" class="index">SplObjectStorage::offsetExists</a> - オブジェクトがストレージ内に存在するかどうかを調べる</li>
<li><a href="splobjectstorage.offsetget.php" class="index">SplObjectStorage::offsetGet</a> - オブジェクトに関連づけられたデータを返す</li>
<li><a href="splobjectstorage.offsetset.php" class="index">SplObjectStorage::offsetSet</a> - ストレージ内のオブジェクトにデータを関連づける</li>
<li><a href="splobjectstorage.offsetunset.php" class="index">SplObjectStorage::offsetUnset</a> - ストレージからオブジェクトを取り除く</li>
<li><a href="splobjectstorage.removeall.php" class="index">SplObjectStorage::removeAll</a> - 別のストレージに含まれているオブジェクトを現在のストレージから取り除く</li>
<li><a href="splobjectstorage.removeallexcept.php" class="index">SplObjectStorage::removeAllExcept</a> - 別のストレージに含まれているもの以外のすべてのオブジェクトを現在のストレージから取り除く</li>
<li><a href="splobjectstorage.rewind.php" class="index">SplObjectStorage::rewind</a> - イテレータをストレージの最初の要素に巻き戻す</li>
<li><a href="splobjectstorage.seek.php" class="index">SplObjectStorage::seek</a> - 位置を移動する</li>
<li><a href="splobjectstorage.serialize.php" class="index">SplObjectStorage::serialize</a> - ストレージをシリアライズする</li>
<li><a href="splobjectstorage.setinfo.php" class="index">SplObjectStorage::setInfo</a> - イテレータの現在のエントリに関連づけるデータを設定する</li>
<li><a href="splobjectstorage.unserialize.php" class="index">SplObjectStorage::unserialize</a> - ストレージの文字列表現をアンシリアライズする</li>
<li><a href="splobjectstorage.valid.php" class="index">SplObjectStorage::valid</a> - イテレータの現在のエントリが有効かどうかを返す</li>
<li><a href="splobserver.update.php" class="index">SplObserver::update</a> - subject の更新を受信する</li>
<li><a href="splpriorityqueue.compare.php" class="index">SplPriorityQueue::compare</a> - 要素の優先順位を比較し、ヒープ内の適切な位置に置く</li>
<li><a href="splpriorityqueue.count.php" class="index">SplPriorityQueue::count</a> - キュー内の要素数を数える</li>
<li><a href="splpriorityqueue.current.php" class="index">SplPriorityQueue::current</a> - イテレータが指す現在のノードを返す</li>
<li><a href="splpriorityqueue.extract.php" class="index">SplPriorityQueue::extract</a> - ヒープの先頭からノードを取り出す</li>
<li><a href="splpriorityqueue.getextractflags.php" class="index">SplPriorityQueue::getExtractFlags</a> - 展開する時のフラグを取得する</li>
<li><a href="splpriorityqueue.insert.php" class="index">SplPriorityQueue::insert</a> - キューに要素を挿入する</li>
<li><a href="splpriorityqueue.iscorrupted.php" class="index">SplPriorityQueue::isCorrupted</a> - 優先度付きキューが壊れているかを調べる</li>
<li><a href="splpriorityqueue.isempty.php" class="index">SplPriorityQueue::isEmpty</a> - キューが空かどうかを調べる</li>
<li><a href="splpriorityqueue.key.php" class="index">SplPriorityQueue::key</a> - 現在のノードのインデックスを返す</li>
<li><a href="splpriorityqueue.next.php" class="index">SplPriorityQueue::next</a> - 次のノードに移動する</li>
<li><a href="splpriorityqueue.recoverfromcorruption.php" class="index">SplPriorityQueue::recoverFromCorruption</a> - 破壊されたキューを復旧し、それ以降の操作をできるようにする</li>
<li><a href="splpriorityqueue.rewind.php" class="index">SplPriorityQueue::rewind</a> - イテレータを先頭に巻き戻す (何もしない)</li>
<li><a href="splpriorityqueue.setextractflags.php" class="index">SplPriorityQueue::setExtractFlags</a> - 取り出しモードを設定する</li>
<li><a href="splpriorityqueue.top.php" class="index">SplPriorityQueue::top</a> - キューの先頭のノードを取り出す</li>
<li><a href="splpriorityqueue.valid.php" class="index">SplPriorityQueue::valid</a> - キューにまだノードがあるかどうかを調べる</li>
<li><a href="splqueue.dequeue.php" class="index">SplQueue::dequeue</a> - キューからノードを取り出す</li>
<li><a href="splqueue.enqueue.php" class="index">SplQueue::enqueue</a> - 要素をキューに追加する</li>
<li><a href="splsubject.attach.php" class="index">SplSubject::attach</a> - SplObserver をアタッチする</li>
<li><a href="splsubject.detach.php" class="index">SplSubject::detach</a> - observer をデタッチする</li>
<li><a href="splsubject.notify.php" class="index">SplSubject::notify</a> - observer に通知する</li>
<li><a href="spltempfileobject.construct.php" class="index">SplTempFileObject::__construct</a> - 新しい一時ファイルオブジェクトを作成する</li>
<li><a href="function.spl-autoload.php" class="index">spl_autoload</a> - __autoload() のデフォルト実装</li>
<li><a href="function.spl-autoload-call.php" class="index">spl_autoload_call</a> - 要求されたクラスを読み込むために、すべての登録済みの __autoload() 関数を試す</li>
<li><a href="function.spl-autoload-extensions.php" class="index">spl_autoload_extensions</a> - spl_autoload 用のデフォルトの拡張子を登録し、それを返す</li>
<li><a href="function.spl-autoload-functions.php" class="index">spl_autoload_functions</a> - すべての登録済み __autoload() 関数を返す</li>
<li><a href="function.spl-autoload-register.php" class="index">spl_autoload_register</a> - 指定した関数を __autoload() の実装として登録する</li>
<li><a href="function.spl-autoload-unregister.php" class="index">spl_autoload_unregister</a> - 指定した関数の、__autoload() の実装としての登録を解除する</li>
<li><a href="function.spl-classes.php" class="index">spl_classes</a> - 利用可能な SPL クラスを返す</li>
<li><a href="function.spl-object-hash.php" class="index">spl_object_hash</a> - 指定したオブジェクトのハッシュ ID を返す</li>
<li><a href="function.spl-object-id.php" class="index">spl_object_id</a> - 与えられたオブジェクトを扱う数値オブジェクトを返す</li>
<li><a href="spoofchecker.areconfusable.php" class="index">Spoofchecker::areConfusable</a> - 指定された文字列が、読み手を混乱させうるかをチェックする</li>
<li><a href="spoofchecker.issuspicious.php" class="index">Spoofchecker::isSuspicious</a> - 指定されたテキストに、疑わしい文字が含まれていないかをチェックする</li>
<li><a href="spoofchecker.setallowedlocales.php" class="index">Spoofchecker::setAllowedLocales</a> - チェック時に使うロケールを設定する</li>
<li><a href="spoofchecker.setchecks.php" class="index">Spoofchecker::setChecks</a> - 実行するチェックを設定する</li>
<li><a href="spoofchecker.setrestrictionlevel.php" class="index">Spoofchecker::setRestrictionLevel</a> - 制限レベルを設定する</li>
<li><a href="spoofchecker.construct.php" class="index">Spoofchecker::__construct</a> - コンストラクタ</li>
<li><a href="function.sprintf.php" class="index">sprintf</a> - フォーマットされた文字列を返す</li>
<li><a href="sqlite3.backup.php" class="index">SQLite3::backup</a> - あるデータベースを、別のデータベースにバックアップする</li>
<li><a href="sqlite3.busytimeout.php" class="index">SQLite3::busyTimeout</a> - 接続がビジー状態のときのハンドラを設定する</li>
<li><a href="sqlite3.changes.php" class="index">SQLite3::changes</a> - 直近の SQL 文で変更 (あるいは挿入、削除) された行の数を返す</li>
<li><a href="sqlite3.close.php" class="index">SQLite3::close</a> - データベースとの接続を閉じる</li>
<li><a href="sqlite3.createaggregate.php" class="index">SQLite3::createAggregate</a> - SQL の集約関数として使用する PHP 関数を登録する</li>
<li><a href="sqlite3.createcollation.php" class="index">SQLite3::createCollation</a> - SQLのcollate関数として使うPHP関数を登録する</li>
<li><a href="sqlite3.createfunction.php" class="index">SQLite3::createFunction</a> - SQL のスカラー関数として使用する PHP 関数を登録する</li>
<li><a href="sqlite3.enableexceptions.php" class="index">SQLite3::enableExceptions</a> - 例外のスローを有効にする</li>
<li><a href="sqlite3.escapestring.php" class="index">SQLite3::escapeString</a> - 適切にエスケープされた文字列を返す</li>
<li><a href="sqlite3.exec.php" class="index">SQLite3::exec</a> - 指定したデータベースに、結果を返さないクエリを実行する</li>
<li><a href="sqlite3.lasterrorcode.php" class="index">SQLite3::lastErrorCode</a> - 直近で失敗した SQLite リクエストの結果コードを数値で返す</li>
<li><a href="sqlite3.lasterrormsg.php" class="index">SQLite3::lastErrorMsg</a> - 直近で失敗した SQLite リクエストについての英文テキストの説明を返す</li>
<li><a href="sqlite3.lastinsertrowid.php" class="index">SQLite3::lastInsertRowID</a> - 直近の INSERT 文でデータベースに追加された行の ID を返す</li>
<li><a href="sqlite3.loadextension.php" class="index">SQLite3::loadExtension</a> - SQLite 拡張ライブラリを読み込む</li>
<li><a href="sqlite3.open.php" class="index">SQLite3::open</a> - SQLite データベースをオープンする</li>
<li><a href="sqlite3.openblob.php" class="index">SQLite3::openBlob</a> - BLOB を読み取るためのストリームリソースを開く</li>
<li><a href="sqlite3.prepare.php" class="index">SQLite3::prepare</a> - 実行する SQL 文を準備する</li>
<li><a href="sqlite3.query.php" class="index">SQLite3::query</a> - SQL クエリを実行する</li>
<li><a href="sqlite3.querysingle.php" class="index">SQLite3::querySingle</a> - クエリを実行し、単一の結果を返す</li>
<li><a href="sqlite3.setauthorizer.php" class="index">SQLite3::setAuthorizer</a> - SQL文が出来ることを限定するため、authorizer として使われるコールバックを設定する</li>
<li><a href="sqlite3.version.php" class="index">SQLite3::version</a> - SQLite3 ライブラリのバージョンを、文字列定数と数値で返す</li>
<li><a href="sqlite3.construct.php" class="index">SQLite3::__construct</a> - SQLite3 オブジェクトを作成し、SQLite 3 データベースをオープンする</li>
<li><a href="sqlite3result.columnname.php" class="index">SQLite3Result::columnName</a> - n 番目のカラムの名前を返す</li>
<li><a href="sqlite3result.columntype.php" class="index">SQLite3Result::columnType</a> - n 番目のカラムの型を返す</li>
<li><a href="sqlite3result.fetcharray.php" class="index">SQLite3Result::fetchArray</a> - 結果の行を、連想配列あるいは数値添字配列あるいはその両方で取得する</li>
<li><a href="sqlite3result.finalize.php" class="index">SQLite3Result::finalize</a> - 結果セットを閉じる</li>
<li><a href="sqlite3result.numcolumns.php" class="index">SQLite3Result::numColumns</a> - 結果セットのカラム数を返す</li>
<li><a href="sqlite3result.reset.php" class="index">SQLite3Result::reset</a> - 結果セットを最初の行に戻す</li>
<li><a href="sqlite3result.construct.php" class="index">SQLite3Result::__construct</a> - SQLite3Result を構築する</li>
<li><a href="sqlite3stmt.bindparam.php" class="index">SQLite3Stmt::bindParam</a> - パラメータを変数にバインドする</li>
<li><a href="sqlite3stmt.bindvalue.php" class="index">SQLite3Stmt::bindValue</a> - パラメータの値を変数にバインドする</li>
<li><a href="sqlite3stmt.clear.php" class="index">SQLite3Stmt::clear</a> - 現在バインドされているすべてのパラメータをクリアする</li>
<li><a href="sqlite3stmt.close.php" class="index">SQLite3Stmt::close</a> - プリペアドステートメントを閉じる</li>
<li><a href="sqlite3stmt.execute.php" class="index">SQLite3Stmt::execute</a> - プリペアドステートメントを実行し、結果セットオブジェクトを返す</li>
<li><a href="sqlite3stmt.getsql.php" class="index">SQLite3Stmt::getSQL</a> - ステートメントのSQLを取得する</li>
<li><a href="sqlite3stmt.paramcount.php" class="index">SQLite3Stmt::paramCount</a> - プリペアドステートメント内のパラメータの数を返す</li>
<li><a href="sqlite3stmt.readonly.php" class="index">SQLite3Stmt::readOnly</a> - ステートメントが読み取り専用かどうかを返す</li>
<li><a href="sqlite3stmt.reset.php" class="index">SQLite3Stmt::reset</a> - プリペアドステートメントをリセットする</li>
<li><a href="sqlite3stmt.construct.php" class="index">SQLite3Stmt::__construct</a> - SQLite3Stmt オブジェクトを構築する</li>
<li><a href="function.sqlsrv-begin-transaction.php" class="index">sqlsrv_begin_transaction</a> - Begins a database transaction</li>
<li><a href="function.sqlsrv-cancel.php" class="index">sqlsrv_cancel</a> - Cancels a statement</li>
<li><a href="function.sqlsrv-client-info.php" class="index">sqlsrv_client_info</a> - Returns information about the client and specified connection</li>
<li><a href="function.sqlsrv-close.php" class="index">sqlsrv_close</a> - Closes an open connection and releases resourses associated with the connection</li>
<li><a href="function.sqlsrv-commit.php" class="index">sqlsrv_commit</a> - Commits a transaction that was begun with sqlsrv_begin_transaction</li>
<li><a href="function.sqlsrv-configure.php" class="index">sqlsrv_configure</a> - Changes the driver error handling and logging configurations</li>
<li><a href="function.sqlsrv-connect.php" class="index">sqlsrv_connect</a> - Opens a connection to a Microsoft SQL Server database</li>
<li><a href="function.sqlsrv-errors.php" class="index">sqlsrv_errors</a> - Returns error and warning information about the last SQLSRV operation performed</li>
<li><a href="function.sqlsrv-execute.php" class="index">sqlsrv_execute</a> - Executes a statement prepared with sqlsrv_prepare</li>
<li><a href="function.sqlsrv-fetch.php" class="index">sqlsrv_fetch</a> - Makes the next row in a result set available for reading</li>
<li><a href="function.sqlsrv-fetch-array.php" class="index">sqlsrv_fetch_array</a> - 行を配列として返す</li>
<li><a href="function.sqlsrv-fetch-object.php" class="index">sqlsrv_fetch_object</a> - Retrieves the next row of data in a result set as an object</li>
<li><a href="function.sqlsrv-field-metadata.php" class="index">sqlsrv_field_metadata</a> - Retrieves metadata for the fields of a statement prepared by
  sqlsrv_prepare or sqlsrv_query</li>
<li><a href="function.sqlsrv-free-stmt.php" class="index">sqlsrv_free_stmt</a> - Frees all resources for the specified statement</li>
<li><a href="function.sqlsrv-get-config.php" class="index">sqlsrv_get_config</a> - Returns the value of the specified configuration setting</li>
<li><a href="function.sqlsrv-get-field.php" class="index">sqlsrv_get_field</a> - Gets field data from the currently selected row</li>
<li><a href="function.sqlsrv-has-rows.php" class="index">sqlsrv_has_rows</a> - Indicates whether the specified statement has rows</li>
<li><a href="function.sqlsrv-next-result.php" class="index">sqlsrv_next_result</a> - Makes the next result of the specified statement active</li>
<li><a href="function.sqlsrv-num-fields.php" class="index">sqlsrv_num_fields</a> - Retrieves the number of fields (columns) on a statement</li>
<li><a href="function.sqlsrv-num-rows.php" class="index">sqlsrv_num_rows</a> - Retrieves the number of rows in a result set</li>
<li><a href="function.sqlsrv-prepare.php" class="index">sqlsrv_prepare</a> - Prepares a query for execution</li>
<li><a href="function.sqlsrv-query.php" class="index">sqlsrv_query</a> - Prepares and executes a query</li>
<li><a href="function.sqlsrv-rollback.php" class="index">sqlsrv_rollback</a> - Rolls back a transaction that was begun with
  sqlsrv_begin_transaction</li>
<li><a href="function.sqlsrv-rows-affected.php" class="index">sqlsrv_rows_affected</a> - Returns the number of rows modified by the last INSERT, UPDATE, or
  DELETE query executed</li>
<li><a href="function.sqlsrv-send-stream-data.php" class="index">sqlsrv_send_stream_data</a> - Sends data from parameter streams to the server</li>
<li><a href="function.sqlsrv-server-info.php" class="index">sqlsrv_server_info</a> - Returns information about the server</li>
<li><a href="mysql-xdevapi-sqlstatement.bind.php" class="index">SqlStatement::bind</a> - ステートメントのパラメータをバインドする</li>
<li><a href="mysql-xdevapi-sqlstatement.execute.php" class="index">SqlStatement::execute</a> - 操作を実行する</li>
<li><a href="mysql-xdevapi-sqlstatement.getnextresult.php" class="index">SqlStatement::getNextResult</a> - 次の結果を取得する</li>
<li><a href="mysql-xdevapi-sqlstatement.getresult.php" class="index">SqlStatement::getResult</a> - 結果を取得する</li>
<li><a href="mysql-xdevapi-sqlstatement.hasmoreresults.php" class="index">SqlStatement::hasMoreResults</a> - さらに結果があるかを調べる</li>
<li><a href="mysql-xdevapi-sqlstatement.construct.php" class="index">SqlStatement::__construct</a> - SqlStatement のコンストラクタ</li>
<li><a href="mysql-xdevapi-sqlstatementresult.fetchall.php" class="index">SqlStatementResult::fetchAll</a> - 結果セットから全行取得する</li>
<li><a href="mysql-xdevapi-sqlstatementresult.fetchone.php" class="index">SqlStatementResult::fetchOne</a> - 単一の行を取得する</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getaffecteditemscount.php" class="index">SqlStatementResult::getAffectedItemsCount</a> - 影響を受けた行数を取得する</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getcolumnnames.php" class="index">SqlStatementResult::getColumnNames</a> - カラム名を取得する</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getcolumns.php" class="index">SqlStatementResult::getColumns</a> - カラムを取得する</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getcolumncount.php" class="index">SqlStatementResult::getColumnsCount</a> - カラムの数を取得する</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getgeneratedids.php" class="index">SqlStatementResult::getGeneratedIds</a> - 生成された id を取得する</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getlastinsertid.php" class="index">SqlStatementResult::getLastInsertId</a> - 最後に挿入されたidを取得する</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getwarnings.php" class="index">SqlStatementResult::getWarnings</a> - 直近の操作から発生した警告を取得する</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getwarningcount.php" class="index">SqlStatementResult::getWarningsCount</a> - 直近の操作で発生した警告の数を取得する</li>
<li><a href="mysql-xdevapi-sqlstatementresult.hasdata.php" class="index">SqlStatementResult::hasData</a> - 結果がデータを持っているかを調べる</li>
<li><a href="mysql-xdevapi-sqlstatementresult.nextresult.php" class="index">SqlStatementResult::nextResult</a> - 次の結果を取得する</li>
<li><a href="mysql-xdevapi-sqlstatementresult.construct.php" class="index">SqlStatementResult::__construct</a> - SqlStatementResult のコンストラクタ</li>
<li><a href="function.sqrt.php" class="index">sqrt</a> - 平方根</li>
<li><a href="function.srand.php" class="index">srand</a> - 乱数生成器を初期化する</li>
<li><a href="function.sscanf.php" class="index">sscanf</a> - フォーマット文字列に基づき入力を処理する</li>
<li><a href="function.ssdeep-fuzzy-compare.php" class="index">ssdeep_fuzzy_compare</a> - Calculates the match score between two fuzzy hash signatures</li>
<li><a href="function.ssdeep-fuzzy-hash.php" class="index">ssdeep_fuzzy_hash</a> - Create a fuzzy hash from a string</li>
<li><a href="function.ssdeep-fuzzy-hash-filename.php" class="index">ssdeep_fuzzy_hash_filename</a> - Create a fuzzy hash from a file</li>
<li><a href="function.ssh2-auth-agent.php" class="index">ssh2_auth_agent</a> - SSH の認証を、ssh agent を使って行う</li>
<li><a href="function.ssh2-auth-hostbased-file.php" class="index">ssh2_auth_hostbased_file</a> - ホスト公開鍵を使用して認証を行う</li>
<li><a href="function.ssh2-auth-none.php" class="index">ssh2_auth_none</a> - &quot;none&quot; として認証する</li>
<li><a href="function.ssh2-auth-password.php" class="index">ssh2_auth_password</a> - SSH 上でプレーンなパスワードを使用した認証を行う</li>
<li><a href="function.ssh2-auth-pubkey.php" class="index">ssh2_auth_pubkey</a> - Authenticate using a public key in a variable</li>
<li><a href="function.ssh2-auth-pubkey-file.php" class="index">ssh2_auth_pubkey_file</a> - ファイルから読み込んだ公開鍵を使用した認証を行う</li>
<li><a href="function.ssh2-connect.php" class="index">ssh2_connect</a> - SSH サーバーに接続する</li>
<li><a href="function.ssh2-disconnect.php" class="index">ssh2_disconnect</a> - Close a connection to a remote SSH server</li>
<li><a href="function.ssh2-exec.php" class="index">ssh2_exec</a> - リモートサーバー上でコマンドを実行する</li>
<li><a href="function.ssh2-fetch-stream.php" class="index">ssh2_fetch_stream</a> - 拡張データストリームを取得する</li>
<li><a href="function.ssh2-fingerprint.php" class="index">ssh2_fingerprint</a> - リモートサーバーのフィンガープリントを処理する</li>
<li><a href="function.ssh2-forward-accept.php" class="index">ssh2_forward_accept</a> - リスナーによって作られた接続を受け付ける</li>
<li><a href="function.ssh2-forward-listen.php" class="index">ssh2_forward_listen</a> - リモートサーバー上のポートにバインドし、接続を待つ</li>
<li><a href="function.ssh2-methods-negotiated.php" class="index">ssh2_methods_negotiated</a> - ネゴシエートされたメソッドのリストを返す</li>
<li><a href="function.ssh2-poll.php" class="index">ssh2_poll</a> - チャンネル/リスナー/ストリーム のイベントをポーリングする</li>
<li><a href="function.ssh2-publickey-add.php" class="index">ssh2_publickey_add</a> - 認証済み公開鍵を追加する</li>
<li><a href="function.ssh2-publickey-init.php" class="index">ssh2_publickey_init</a> - 公開鍵サブシステムを初期化する</li>
<li><a href="function.ssh2-publickey-list.php" class="index">ssh2_publickey_list</a> - 現在認証済みの公開鍵の一覧を表示する</li>
<li><a href="function.ssh2-publickey-remove.php" class="index">ssh2_publickey_remove</a> - 認証済み公開鍵を取り除く</li>
<li><a href="function.ssh2-scp-recv.php" class="index">ssh2_scp_recv</a> - SCP 経由でファイルを要求する</li>
<li><a href="function.ssh2-scp-send.php" class="index">ssh2_scp_send</a> - SCP 経由でファイルを送信する</li>
<li><a href="function.ssh2-send-eof.php" class="index">ssh2_send_eof</a> - ストリームに EOF を送信する</li>
<li><a href="function.ssh2-sftp.php" class="index">ssh2_sftp</a> - SFTP サブシステムを初期化する</li>
<li><a href="function.ssh2-sftp-chmod.php" class="index">ssh2_sftp_chmod</a> - ファイルのモードを変更する</li>
<li><a href="function.ssh2-sftp-lstat.php" class="index">ssh2_sftp_lstat</a> - シンボリックリンクの情報を取得する</li>
<li><a href="function.ssh2-sftp-mkdir.php" class="index">ssh2_sftp_mkdir</a> - ディレクトリを作成する</li>
<li><a href="function.ssh2-sftp-readlink.php" class="index">ssh2_sftp_readlink</a> - シンボリックリンクのターゲットを返す</li>
<li><a href="function.ssh2-sftp-realpath.php" class="index">ssh2_sftp_realpath</a> - 指定されたパス文字列の実パスを解決する</li>
<li><a href="function.ssh2-sftp-rename.php" class="index">ssh2_sftp_rename</a> - リモートファイルを改名する</li>
<li><a href="function.ssh2-sftp-rmdir.php" class="index">ssh2_sftp_rmdir</a> - ディレクトリを削除する</li>
<li><a href="function.ssh2-sftp-stat.php" class="index">ssh2_sftp_stat</a> - リモートファイルシステム上のファイルの情報を取得する</li>
<li><a href="function.ssh2-sftp-symlink.php" class="index">ssh2_sftp_symlink</a> - シンボリックリンクを作成する</li>
<li><a href="function.ssh2-sftp-unlink.php" class="index">ssh2_sftp_unlink</a> - ファイルを削除する</li>
<li><a href="function.ssh2-shell.php" class="index">ssh2_shell</a> - 対話式のシェルを要求する</li>
<li><a href="function.ssh2-tunnel.php" class="index">ssh2_tunnel</a> - リモートサーバーを経由するトンネルをオープンする</li>
<li><a href="function.stat.php" class="index">stat</a> - ファイルに関する情報を取得する</li>
<li><a href="mysql-xdevapi-statement.getnextresult.php" class="index">Statement::getNextResult</a> - 次の結果を取得する</li>
<li><a href="mysql-xdevapi-statement.getresult.php" class="index">Statement::getResult</a> - 結果を取得する</li>
<li><a href="mysql-xdevapi-statement.hasmoreresults.php" class="index">Statement::hasMoreResults</a> - さらに結果があるかを調べる</li>
<li><a href="mysql-xdevapi-statement.construct.php" class="index">Statement::__construct</a> - Statement のコンストラクタ</li>
<li><a href="function.stats-absolute-deviation.php" class="index">stats_absolute_deviation</a> - Returns the absolute deviation of an array of values</li>
<li><a href="function.stats-cdf-beta.php" class="index">stats_cdf_beta</a> - Calculates any one parameter of the beta distribution given values for the others</li>
<li><a href="function.stats-cdf-binomial.php" class="index">stats_cdf_binomial</a> - Calculates any one parameter of the binomial distribution given values for the others</li>
<li><a href="function.stats-cdf-cauchy.php" class="index">stats_cdf_cauchy</a> - Calculates any one parameter of the Cauchy distribution given values for the others</li>
<li><a href="function.stats-cdf-chisquare.php" class="index">stats_cdf_chisquare</a> - Calculates any one parameter of the chi-square distribution given values for the others</li>
<li><a href="function.stats-cdf-exponential.php" class="index">stats_cdf_exponential</a> - Calculates any one parameter of the exponential distribution given values for the others</li>
<li><a href="function.stats-cdf-f.php" class="index">stats_cdf_f</a> - Calculates any one parameter of the F distribution given values for the others</li>
<li><a href="function.stats-cdf-gamma.php" class="index">stats_cdf_gamma</a> - Calculates any one parameter of the gamma distribution given values for the others</li>
<li><a href="function.stats-cdf-laplace.php" class="index">stats_cdf_laplace</a> - Calculates any one parameter of the Laplace distribution given values for the others</li>
<li><a href="function.stats-cdf-logistic.php" class="index">stats_cdf_logistic</a> - Calculates any one parameter of the logistic distribution given values for the others</li>
<li><a href="function.stats-cdf-negative-binomial.php" class="index">stats_cdf_negative_binomial</a> - Calculates any one parameter of the negative binomial distribution given values for the others</li>
<li><a href="function.stats-cdf-noncentral-chisquare.php" class="index">stats_cdf_noncentral_chisquare</a> - Calculates any one parameter of the non-central chi-square distribution given values for the others</li>
<li><a href="function.stats-cdf-noncentral-f.php" class="index">stats_cdf_noncentral_f</a> - Calculates any one parameter of the non-central F distribution given values for the others</li>
<li><a href="function.stats-cdf-noncentral-t.php" class="index">stats_cdf_noncentral_t</a> - Calculates any one parameter of the non-central t-distribution give values for the others</li>
<li><a href="function.stats-cdf-normal.php" class="index">stats_cdf_normal</a> - Calculates any one parameter of the normal distribution given values for the others</li>
<li><a href="function.stats-cdf-poisson.php" class="index">stats_cdf_poisson</a> - Calculates any one parameter of the Poisson distribution given values for the others</li>
<li><a href="function.stats-cdf-t.php" class="index">stats_cdf_t</a> - Calculates any one parameter of the t-distribution given values for the others</li>
<li><a href="function.stats-cdf-uniform.php" class="index">stats_cdf_uniform</a> - Calculates any one parameter of the uniform distribution given values for the others</li>
<li><a href="function.stats-cdf-weibull.php" class="index">stats_cdf_weibull</a> - Calculates any one parameter of the Weibull distribution given values for the others</li>
<li><a href="function.stats-covariance.php" class="index">stats_covariance</a> - Computes the covariance of two data sets</li>
<li><a href="function.stats-dens-beta.php" class="index">stats_dens_beta</a> - Probability density function of the beta distribution</li>
<li><a href="function.stats-dens-cauchy.php" class="index">stats_dens_cauchy</a> - Probability density function of the Cauchy distribution</li>
<li><a href="function.stats-dens-chisquare.php" class="index">stats_dens_chisquare</a> - Probability density function of the chi-square distribution</li>
<li><a href="function.stats-dens-exponential.php" class="index">stats_dens_exponential</a> - Probability density function of the exponential distribution</li>
<li><a href="function.stats-dens-f.php" class="index">stats_dens_f</a> - Probability density function of the F distribution</li>
<li><a href="function.stats-dens-gamma.php" class="index">stats_dens_gamma</a> - Probability density function of the gamma distribution</li>
<li><a href="function.stats-dens-laplace.php" class="index">stats_dens_laplace</a> - Probability density function of the Laplace distribution</li>
<li><a href="function.stats-dens-logistic.php" class="index">stats_dens_logistic</a> - Probability density function of the logistic distribution</li>
<li><a href="function.stats-dens-normal.php" class="index">stats_dens_normal</a> - Probability density function of the normal distribution</li>
<li><a href="function.stats-dens-pmf-binomial.php" class="index">stats_dens_pmf_binomial</a> - Probability mass function of the binomial distribution</li>
<li><a href="function.stats-dens-pmf-hypergeometric.php" class="index">stats_dens_pmf_hypergeometric</a> - Probability mass function of the hypergeometric distribution</li>
<li><a href="function.stats-dens-pmf-negative-binomial.php" class="index">stats_dens_pmf_negative_binomial</a> - Probability mass function of the negative binomial distribution</li>
<li><a href="function.stats-dens-pmf-poisson.php" class="index">stats_dens_pmf_poisson</a> - Probability mass function of the Poisson distribution</li>
<li><a href="function.stats-dens-t.php" class="index">stats_dens_t</a> - Probability density function of the t-distribution</li>
<li><a href="function.stats-dens-uniform.php" class="index">stats_dens_uniform</a> - Probability density function of the uniform distribution</li>
<li><a href="function.stats-dens-weibull.php" class="index">stats_dens_weibull</a> - Probability density function of the Weibull distribution</li>
<li><a href="function.stats-harmonic-mean.php" class="index">stats_harmonic_mean</a> - Returns the harmonic mean of an array of values</li>
<li><a href="function.stats-kurtosis.php" class="index">stats_kurtosis</a> - Computes the kurtosis of the data in the array</li>
<li><a href="function.stats-rand-gen-beta.php" class="index">stats_rand_gen_beta</a> - Generates a random deviate from the beta distribution</li>
<li><a href="function.stats-rand-gen-chisquare.php" class="index">stats_rand_gen_chisquare</a> - Generates a random deviate from the chi-square distribution</li>
<li><a href="function.stats-rand-gen-exponential.php" class="index">stats_rand_gen_exponential</a> - Generates a random deviate from the exponential distribution</li>
<li><a href="function.stats-rand-gen-f.php" class="index">stats_rand_gen_f</a> - Generates a random deviate from the F distribution</li>
<li><a href="function.stats-rand-gen-funiform.php" class="index">stats_rand_gen_funiform</a> - Generates uniform float between low (exclusive) and high (exclusive)</li>
<li><a href="function.stats-rand-gen-gamma.php" class="index">stats_rand_gen_gamma</a> - Generates a random deviate from the gamma distribution</li>
<li><a href="function.stats-rand-gen-ibinomial.php" class="index">stats_rand_gen_ibinomial</a> - Generates a random deviate from the binomial distribution</li>
<li><a href="function.stats-rand-gen-ibinomial-negative.php" class="index">stats_rand_gen_ibinomial_negative</a> - Generates a random deviate from the negative binomial distribution</li>
<li><a href="function.stats-rand-gen-int.php" class="index">stats_rand_gen_int</a> - Generates random integer between 1 and 2147483562</li>
<li><a href="function.stats-rand-gen-ipoisson.php" class="index">stats_rand_gen_ipoisson</a> - Generates a single random deviate from a Poisson distribution</li>
<li><a href="function.stats-rand-gen-iuniform.php" class="index">stats_rand_gen_iuniform</a> - Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)</li>
<li><a href="function.stats-rand-gen-noncentral-chisquare.php" class="index">stats_rand_gen_noncentral_chisquare</a> - Generates a random deviate from the non-central chi-square distribution</li>
<li><a href="function.stats-rand-gen-noncentral-f.php" class="index">stats_rand_gen_noncentral_f</a> - Generates a random deviate from the noncentral F distribution</li>
<li><a href="function.stats-rand-gen-noncentral-t.php" class="index">stats_rand_gen_noncentral_t</a> - Generates a single random deviate from a non-central t-distribution</li>
<li><a href="function.stats-rand-gen-normal.php" class="index">stats_rand_gen_normal</a> - Generates a single random deviate from a normal distribution</li>
<li><a href="function.stats-rand-gen-t.php" class="index">stats_rand_gen_t</a> - Generates a single random deviate from a t-distribution</li>
<li><a href="function.stats-rand-get-seeds.php" class="index">stats_rand_get_seeds</a> - Get the seed values of the random number generator</li>
<li><a href="function.stats-rand-phrase-to-seeds.php" class="index">stats_rand_phrase_to_seeds</a> - Generate two seeds for the RGN random number generator</li>
<li><a href="function.stats-rand-ranf.php" class="index">stats_rand_ranf</a> - Generates a random floating point number between 0 and 1</li>
<li><a href="function.stats-rand-setall.php" class="index">stats_rand_setall</a> - Set seed values to the random generator</li>
<li><a href="function.stats-skew.php" class="index">stats_skew</a> - Computes the skewness of the data in the array</li>
<li><a href="function.stats-standard-deviation.php" class="index">stats_standard_deviation</a> - Returns the standard deviation</li>
<li><a href="function.stats-stat-binomial-coef.php" class="index">stats_stat_binomial_coef</a> - Returns a binomial coefficient</li>
<li><a href="function.stats-stat-correlation.php" class="index">stats_stat_correlation</a> - Returns the Pearson correlation coefficient of two data sets</li>
<li><a href="function.stats-stat-factorial.php" class="index">stats_stat_factorial</a> - Returns the factorial of an integer</li>
<li><a href="function.stats-stat-independent-t.php" class="index">stats_stat_independent_t</a> - Returns the t-value from the independent two-sample t-test</li>
<li><a href="function.stats-stat-innerproduct.php" class="index">stats_stat_innerproduct</a> - Returns the inner product of two vectors</li>
<li><a href="function.stats-stat-paired-t.php" class="index">stats_stat_paired_t</a> - Returns the t-value of the dependent t-test for paired samples</li>
<li><a href="function.stats-stat-percentile.php" class="index">stats_stat_percentile</a> - Returns the percentile value</li>
<li><a href="function.stats-stat-powersum.php" class="index">stats_stat_powersum</a> - Returns the power sum of a vector</li>
<li><a href="function.stats-variance.php" class="index">stats_variance</a> - Returns the variance</li>
<li><a href="stomp.abort.php" class="index">Stomp::abort</a> - Rolls back a transaction in progress</li>
<li><a href="stomp.ack.php" class="index">Stomp::ack</a> - Acknowledges consumption of a message</li>
<li><a href="stomp.begin.php" class="index">Stomp::begin</a> - Starts a transaction</li>
<li><a href="stomp.commit.php" class="index">Stomp::commit</a> - Commits a transaction in progress</li>
<li><a href="stomp.error.php" class="index">Stomp::error</a> - Gets the last stomp error</li>
<li><a href="stomp.getreadtimeout.php" class="index">Stomp::getReadTimeout</a> - Gets read timeout</li>
<li><a href="stomp.getsessionid.php" class="index">Stomp::getSessionId</a> - Gets the current stomp session ID</li>
<li><a href="stomp.hasframe.php" class="index">Stomp::hasFrame</a> - Indicates whether or not there is a frame ready to read</li>
<li><a href="stomp.readframe.php" class="index">Stomp::readFrame</a> - Reads the next frame</li>
<li><a href="stomp.send.php" class="index">Stomp::send</a> - Sends a message</li>
<li><a href="stomp.setreadtimeout.php" class="index">Stomp::setReadTimeout</a> - Sets read timeout</li>
<li><a href="stomp.subscribe.php" class="index">Stomp::subscribe</a> - Registers to listen to a given destination</li>
<li><a href="stomp.unsubscribe.php" class="index">Stomp::unsubscribe</a> - Removes an existing subscription</li>
<li><a href="stomp.construct.php" class="index">Stomp::__construct</a> - Opens a connection</li>
<li><a href="stomp.destruct.php" class="index">Stomp::__destruct</a> - Closes stomp connection</li>
<li><a href="stomp.getdetails.php" class="index">StompException::getDetails</a> - Get exception details</li>
<li><a href="stompframe.construct.php" class="index">StompFrame::__construct</a> - Constructor</li>
<li><a href="function.stomp-connect-error.php" class="index">stomp_connect_error</a> - Returns a string description of the last connect error</li>
<li><a href="function.stomp-version.php" class="index">stomp_version</a> - Gets the current stomp extension version</li>
<li><a href="function.strcasecmp.php" class="index">strcasecmp</a> - 大文字小文字を区別しないバイナリセーフな文字列比較を行う</li>
<li><a href="function.strchr.php" class="index">strchr</a> - strstr のエイリアス</li>
<li><a href="function.strcmp.php" class="index">strcmp</a> - バイナリセーフな文字列比較</li>
<li><a href="function.strcoll.php" class="index">strcoll</a> - ロケールに基づく文字列比較</li>
<li><a href="function.strcspn.php" class="index">strcspn</a> - マスクにマッチしない最初のセグメントの長さを返す</li>
<li><a href="streamwrapper.dir-closedir.php" class="index">streamWrapper::dir_closedir</a> - ディレクトリハンドルを閉じる</li>
<li><a href="streamwrapper.dir-opendir.php" class="index">streamWrapper::dir_opendir</a> - ディレクトリハンドルをオープンする</li>
<li><a href="streamwrapper.dir-readdir.php" class="index">streamWrapper::dir_readdir</a> - ディレクトリハンドルからエントリを読み込む</li>
<li><a href="streamwrapper.dir-rewinddir.php" class="index">streamWrapper::dir_rewinddir</a> - ディレクトリハンドルを巻き戻す</li>
<li><a href="streamwrapper.mkdir.php" class="index">streamWrapper::mkdir</a> - ディレクトリを作成する</li>
<li><a href="streamwrapper.rename.php" class="index">streamWrapper::rename</a> - ファイルあるいはディレクトリの名前を変える</li>
<li><a href="streamwrapper.rmdir.php" class="index">streamWrapper::rmdir</a> - ディレクトリを削除する</li>
<li><a href="streamwrapper.stream-cast.php" class="index">streamWrapper::stream_cast</a> - 元となるリソースを取得する</li>
<li><a href="streamwrapper.stream-close.php" class="index">streamWrapper::stream_close</a> - リソースを閉じる</li>
<li><a href="streamwrapper.stream-eof.php" class="index">streamWrapper::stream_eof</a> - ファイルポインタが終端にあるかどうかを調べる</li>
<li><a href="streamwrapper.stream-flush.php" class="index">streamWrapper::stream_flush</a> - 出力をフラッシュする</li>
<li><a href="streamwrapper.stream-lock.php" class="index">streamWrapper::stream_lock</a> - ファイルのアドバイザリ・ロック</li>
<li><a href="streamwrapper.stream-metadata.php" class="index">streamWrapper::stream_metadata</a> - ストリームメタデータを変更する</li>
<li><a href="streamwrapper.stream-open.php" class="index">streamWrapper::stream_open</a> - ファイルあるいは URL をオープンする</li>
<li><a href="streamwrapper.stream-read.php" class="index">streamWrapper::stream_read</a> - ストリームから読み込む</li>
<li><a href="streamwrapper.stream-seek.php" class="index">streamWrapper::stream_seek</a> - ストリーム内の特定の場所に移動する</li>
<li><a href="streamwrapper.stream-set-option.php" class="index">streamWrapper::stream_set_option</a> - ストリームのオプションを変更する</li>
<li><a href="streamwrapper.stream-stat.php" class="index">streamWrapper::stream_stat</a> - ファイルリソースについての情報を取得する</li>
<li><a href="streamwrapper.stream-tell.php" class="index">streamWrapper::stream_tell</a> - ストリームの現在位置を取得する</li>
<li><a href="streamwrapper.stream-truncate.php" class="index">streamWrapper::stream_truncate</a> - ストリームを丸める</li>
<li><a href="streamwrapper.stream-write.php" class="index">streamWrapper::stream_write</a> - ストリームに書き込む</li>
<li><a href="streamwrapper.unlink.php" class="index">streamWrapper::unlink</a> - ファイルを削除する</li>
<li><a href="streamwrapper.url-stat.php" class="index">streamWrapper::url_stat</a> - ファイルについての情報を取得する</li>
<li><a href="streamwrapper.construct.php" class="index">streamWrapper::__construct</a> - 新しいストリームラッパーを作成する</li>
<li><a href="streamwrapper.destruct.php" class="index">streamWrapper::__destruct</a> - 既存のストリームラッパーを破棄する</li>
<li><a href="function.stream-bucket-append.php" class="index">stream_bucket_append</a> - bucket を brigade に追加する</li>
<li><a href="function.stream-bucket-make-writeable.php" class="index">stream_bucket_make_writeable</a> - 操作する brigade から bucket オブジェクトを返す</li>
<li><a href="function.stream-bucket-new.php" class="index">stream_bucket_new</a> - 現在のストリームで使用する新しい bucket を作成する</li>
<li><a href="function.stream-bucket-prepend.php" class="index">stream_bucket_prepend</a> - bucket を brigade の先頭に追加する</li>
<li><a href="function.stream-context-create.php" class="index">stream_context_create</a> - ストリームコンテキストを作成する</li>
<li><a href="function.stream-context-get-default.php" class="index">stream_context_get_default</a> - デフォルトのストリームコンテキストを取得する</li>
<li><a href="function.stream-context-get-options.php" class="index">stream_context_get_options</a> - ストリーム / ラッパー / コンテキストに設定されているオプションを取得する</li>
<li><a href="function.stream-context-get-params.php" class="index">stream_context_get_params</a> - コンテキストのパラメータを取得する</li>
<li><a href="function.stream-context-set-default.php" class="index">stream_context_set_default</a> - デフォルトのストリームコンテキストを設定する</li>
<li><a href="function.stream-context-set-option.php" class="index">stream_context_set_option</a> - ストリーム / ラッパー / コンテキストのオプションを設定する</li>
<li><a href="function.stream-context-set-options.php" class="index">stream_context_set_options</a> - 指定されたコンテキストのオプションを設定する</li>
<li><a href="function.stream-context-set-params.php" class="index">stream_context_set_params</a> - ストリーム / ラッパー / コンテキストのパラメータを設定する</li>
<li><a href="function.stream-copy-to-stream.php" class="index">stream_copy_to_stream</a> - データをあるストリームから別のストリームにコピーする</li>
<li><a href="function.stream-filter-append.php" class="index">stream_filter_append</a> - ストリームにフィルタを付加する</li>
<li><a href="function.stream-filter-prepend.php" class="index">stream_filter_prepend</a> - フィルタをストリームに付加する</li>
<li><a href="function.stream-filter-register.php" class="index">stream_filter_register</a> - ユーザー定義のストリームフィルタを登録する</li>
<li><a href="function.stream-filter-remove.php" class="index">stream_filter_remove</a> - ストリームからフィルタを取り除く</li>
<li><a href="function.stream-get-contents.php" class="index">stream_get_contents</a> - 残りのストリームを文字列に読み込む</li>
<li><a href="function.stream-get-filters.php" class="index">stream_get_filters</a> - 登録されているフィルタのリストを取得する</li>
<li><a href="function.stream-get-line.php" class="index">stream_get_line</a> - 指定されたデリミタの位置までのデータを一行分としてストリームから読み込む</li>
<li><a href="function.stream-get-meta-data.php" class="index">stream_get_meta_data</a> - ヘッダーあるいはメタデータをストリームまたはファイルポインタから取得する</li>
<li><a href="function.stream-get-transports.php" class="index">stream_get_transports</a> - 登録されたソケットのトランスポートの一覧を取得する</li>
<li><a href="function.stream-get-wrappers.php" class="index">stream_get_wrappers</a> - 登録されているストリームのラッパーのリストを取得する</li>
<li><a href="function.stream-isatty.php" class="index">stream_isatty</a> - ストリームがターミナル型のデバイスかを調べる</li>
<li><a href="function.stream-is-local.php" class="index">stream_is_local</a> - ローカルストリームかどうかを調べる</li>
<li><a href="function.stream-notification-callback.php" class="index">stream_notification_callback</a> - notification コンテキストパラメータ用のコールバック関数</li>
<li><a href="function.stream-register-wrapper.php" class="index">stream_register_wrapper</a> - stream_wrapper_register のエイリアス</li>
<li><a href="function.stream-resolve-include-path.php" class="index">stream_resolve_include_path</a> - インクルードパスに対してファイル名を解決する</li>
<li><a href="function.stream-select.php" class="index">stream_select</a> - select() システムコールと同等の操作を、
   ストリームの配列に対して seconds と microseconds で指定されたタイムアウト時間をもって行う</li>
<li><a href="function.stream-set-blocking.php" class="index">stream_set_blocking</a> - ストリームのブロックモードを有効にする / 解除する</li>
<li><a href="function.stream-set-chunk-size.php" class="index">stream_set_chunk_size</a> - ストリームのチャンクサイズを設定する</li>
<li><a href="function.stream-set-read-buffer.php" class="index">stream_set_read_buffer</a> - 指定したストリームのファイル読み込みバッファリングを有効にする</li>
<li><a href="function.stream-set-timeout.php" class="index">stream_set_timeout</a> - ストリームにタイムアウトを設定する</li>
<li><a href="function.stream-set-write-buffer.php" class="index">stream_set_write_buffer</a> - 指定されたストリームのファイル書き込みバッファリングを有効にする</li>
<li><a href="function.stream-socket-accept.php" class="index">stream_socket_accept</a> - stream_socket_server で作られたソケットの接続を受け入れる</li>
<li><a href="function.stream-socket-client.php" class="index">stream_socket_client</a> - インターネットドメインまたは Unix ドメインのソケット接続を開く</li>
<li><a href="function.stream-socket-enable-crypto.php" class="index">stream_socket_enable_crypto</a> - 接続済みのソケットについて暗号化の on/off を切り替える</li>
<li><a href="function.stream-socket-get-name.php" class="index">stream_socket_get_name</a> - ローカルまたはリモートのソケットの名前を取得する</li>
<li><a href="function.stream-socket-pair.php" class="index">stream_socket_pair</a> - 接続された、区別できないソケットストリームの組を作成する</li>
<li><a href="function.stream-socket-recvfrom.php" class="index">stream_socket_recvfrom</a> - 接続されているかどうかにかかわらず、ソケットからのデータを受信する</li>
<li><a href="function.stream-socket-sendto.php" class="index">stream_socket_sendto</a> - 接続されているかどうかにかかわらず、ソケットにデータを送信する</li>
<li><a href="function.stream-socket-server.php" class="index">stream_socket_server</a> - インターネットドメインまたは Unix ドメインのサーバーソケットを作成する</li>
<li><a href="function.stream-socket-shutdown.php" class="index">stream_socket_shutdown</a> - 全二重接続を終了する</li>
<li><a href="function.stream-supports-lock.php" class="index">stream_supports_lock</a> - ストリームがロックをサポートしているかどうかを調べる</li>
<li><a href="function.stream-wrapper-register.php" class="index">stream_wrapper_register</a> - PHP のクラスとして実装された URL ラッパーを登録する</li>
<li><a href="function.stream-wrapper-restore.php" class="index">stream_wrapper_restore</a> - 事前に登録を解除された組み込みラッパーを復元する</li>
<li><a href="function.stream-wrapper-unregister.php" class="index">stream_wrapper_unregister</a> - URL ラッパーの登録を解除する</li>
<li><a href="function.strftime.php" class="index">strftime</a> - ロケールの設定に基づいてローカルな日付・時間をフォーマットする</li>
<li><a href="stringable.tostring.php" class="index">Stringable::__toString</a> - オブジェクトの文字列表現を取得する</li>
<li><a href="function.stripcslashes.php" class="index">stripcslashes</a> - addcslashes でクォートされた文字列をアンクォートする</li>
<li><a href="function.stripos.php" class="index">stripos</a> - 大文字小文字を区別せずに文字列が最初に現れる位置を探す</li>
<li><a href="function.stripslashes.php" class="index">stripslashes</a> - クォートされた文字列のクォート部分を取り除く</li>
<li><a href="function.strip-tags.php" class="index">strip_tags</a> - 文字列から HTML および PHP タグを取り除く</li>
<li><a href="function.stristr.php" class="index">stristr</a> - 大文字小文字を区別しない strstr</li>
<li><a href="function.strlen.php" class="index">strlen</a> - 文字列の長さを得る</li>
<li><a href="function.strnatcasecmp.php" class="index">strnatcasecmp</a> - &quot;自然順&quot;アルゴリズムにより大文字小文字を区別しない文字列比較を行う</li>
<li><a href="function.strnatcmp.php" class="index">strnatcmp</a> - &quot;自然順&quot;アルゴリズムにより文字列比較を行う</li>
<li><a href="function.strncasecmp.php" class="index">strncasecmp</a> - バイナリセーフで大文字小文字を区別しない文字列比較を、最初の n 文字について行う</li>
<li><a href="function.strncmp.php" class="index">strncmp</a> - 最初の n 文字についてバイナリセーフな文字列比較を行う</li>
<li><a href="function.strpbrk.php" class="index">strpbrk</a> - 文字列の中から任意の文字を探す</li>
<li><a href="function.strpos.php" class="index">strpos</a> - 文字列内の部分文字列が最初に現れる場所を見つける</li>
<li><a href="function.strptime.php" class="index">strptime</a> - strftime が生成した日付/時刻をパースする</li>
<li><a href="function.strrchr.php" class="index">strrchr</a> - 文字列中に文字が最後に現れる場所を取得する</li>
<li><a href="function.strrev.php" class="index">strrev</a> - 文字列を逆順にする</li>
<li><a href="function.strripos.php" class="index">strripos</a> - 文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す</li>
<li><a href="function.strrpos.php" class="index">strrpos</a> - 文字列中に、ある部分文字列が最後に現れる場所を探す</li>
<li><a href="function.strspn.php" class="index">strspn</a> - 指定したマスク内に含まれる文字からなる文字列の最初のセグメントの長さを探す</li>
<li><a href="function.strstr.php" class="index">strstr</a> - 文字列が最初に現れる位置を見つける</li>
<li><a href="function.strtok.php" class="index">strtok</a> - 文字列をトークンに分割する</li>
<li><a href="function.strtolower.php" class="index">strtolower</a> - 文字列を小文字にする</li>
<li><a href="function.strtotime.php" class="index">strtotime</a> - 英文形式の日付を Unix タイムスタンプに変換する</li>
<li><a href="function.strtoupper.php" class="index">strtoupper</a> - 文字列を大文字にする</li>
<li><a href="function.strtr.php" class="index">strtr</a> - 文字の変換あるいは部分文字列の置換を行う</li>
<li><a href="function.strval.php" class="index">strval</a> - 変数の文字列としての値を取得する</li>
<li><a href="function.str-contains.php" class="index">str_contains</a> - 指定された部分文字列が、文字列に含まれるかを調べる</li>
<li><a href="function.str-decrement.php" class="index">str_decrement</a> - 英数字からなる文字列をデクリメントする</li>
<li><a href="function.str-ends-with.php" class="index">str_ends_with</a> - 文字列が、指定された文字列で終わるかを調べる。</li>
<li><a href="function.str-getcsv.php" class="index">str_getcsv</a> - CSV 文字列をパースして配列に格納する</li>
<li><a href="function.str-increment.php" class="index">str_increment</a> - 英数字からなる文字列をインクリメントする</li>
<li><a href="function.str-ireplace.php" class="index">str_ireplace</a> - 大文字小文字を区別しない str_replace</li>
<li><a href="function.str-pad.php" class="index">str_pad</a> - 文字列を固定長の他の文字列で埋める</li>
<li><a href="function.str-repeat.php" class="index">str_repeat</a> - 文字列を反復する</li>
<li><a href="function.str-replace.php" class="index">str_replace</a> - 検索文字列に一致したすべての文字列を置換する</li>
<li><a href="function.str-rot13.php" class="index">str_rot13</a> - 文字列に rot13 変換を行う</li>
<li><a href="function.str-shuffle.php" class="index">str_shuffle</a> - 文字列をランダムにシャッフルする</li>
<li><a href="function.str-split.php" class="index">str_split</a> - 文字列を配列に変換する</li>
<li><a href="function.str-starts-with.php" class="index">str_starts_with</a> - 文字列が指定された部分文字列で始まるかを調べる</li>
<li><a href="function.str-word-count.php" class="index">str_word_count</a> - 文字列に使用されている単語についての情報を返す</li>
<li><a href="function.substr.php" class="index">substr</a> - 文字列の一部分を返す</li>
<li><a href="function.substr-compare.php" class="index">substr_compare</a> - 指定した位置から指定した長さの 2 つの文字列について、バイナリ対応で比較する</li>
<li><a href="function.substr-count.php" class="index">substr_count</a> - 副文字列の出現回数を数える</li>
<li><a href="function.substr-replace.php" class="index">substr_replace</a> - 文字列の一部を置換する</li>
<li><a href="svm.crossvalidate.php" class="index">SVM::crossvalidate</a> - Test training params on subsets of the training data</li>
<li><a href="svm.getoptions.php" class="index">SVM::getOptions</a> - 現在の訓練パラメータを返す</li>
<li><a href="svm.setoptions.php" class="index">SVM::setOptions</a> - 訓練パラメータを設定</li>
<li><a href="svm.train.php" class="index">SVM::train</a> - Create a SVMModel based on training data</li>
<li><a href="svm.construct.php" class="index">SVM::__construct</a> - SVM オブジェクトを新規構築</li>
<li><a href="svmmodel.checkprobabilitymodel.php" class="index">SVMModel::checkProbabilityModel</a> - モデルが確率情報を持つ場合 TRUE を返す</li>
<li><a href="svmmodel.getlabels.php" class="index">SVMModel::getLabels</a> - モデルが訓練されたラベルを取得</li>
<li><a href="svmmodel.getnrclass.php" class="index">SVMModel::getNrClass</a> - モデルが訓練されたクラスの個数を返す</li>
<li><a href="svmmodel.getsvmtype.php" class="index">SVMModel::getSvmType</a> - モデルが訓練された SVM の種類を取得</li>
<li><a href="svmmodel.getsvrprobability.php" class="index">SVMModel::getSvrProbability</a> - 回帰モデルに対する&sigma;（シグマ）値を取得</li>
<li><a href="svmmodel.load.php" class="index">SVMModel::load</a> - 保管された SVM モデルを読み込み</li>
<li><a href="svmmodel.predict.php" class="index">SVMModel::predict</a> - Predict a value for previously unseen data</li>
<li><a href="svmmodel.predict-probability.php" class="index">SVMModel::predict_probability</a> - Return class probabilities for previous unseen data</li>
<li><a href="svmmodel.save.php" class="index">SVMModel::save</a> - モデルをファイルに保管</li>
<li><a href="svmmodel.construct.php" class="index">SVMModel::__construct</a> - SVMModel を新規構築</li>
<li><a href="function.svn-add.php" class="index">svn_add</a> - Schedules the addition of an item in a working directory</li>
<li><a href="function.svn-auth-get-parameter.php" class="index">svn_auth_get_parameter</a> - 認証パラメータを取得する</li>
<li><a href="function.svn-auth-set-parameter.php" class="index">svn_auth_set_parameter</a> - 認証パラメータを設定する</li>
<li><a href="function.svn-blame.php" class="index">svn_blame</a> - ファイルの SVN blame を取得する</li>
<li><a href="function.svn-cat.php" class="index">svn_cat</a> - リポジトリ内のファイルの内容を返す</li>
<li><a href="function.svn-checkout.php" class="index">svn_checkout</a> - リポジトリから作業コピーをチェックアウトする</li>
<li><a href="function.svn-cleanup.php" class="index">svn_cleanup</a> - 作業コピーディレクトリを再帰的にクリーンアップし、中途半端な操作を解消してロックを削除する</li>
<li><a href="function.svn-client-version.php" class="index">svn_client_version</a> - SVN クライアントライブラリのバージョンを返す</li>
<li><a href="function.svn-commit.php" class="index">svn_commit</a> - Sends changes from the local working copy to the repository</li>
<li><a href="function.svn-delete.php" class="index">svn_delete</a> - Delete items from a working copy or repository</li>
<li><a href="function.svn-diff.php" class="index">svn_diff</a> - ふたつのパスの差分を再帰的に取得する</li>
<li><a href="function.svn-export.php" class="index">svn_export</a> - Export the contents of a SVN directory</li>
<li><a href="function.svn-fs-abort-txn.php" class="index">svn_fs_abort_txn</a> - トランザクションを中断する</li>
<li><a href="function.svn-fs-apply-text.php" class="index">svn_fs_apply_text</a> - 置換に使用するストリームを作成して返す</li>
<li><a href="function.svn-fs-begin-txn2.php" class="index">svn_fs_begin_txn2</a> - 新しいトランザクションを作成する</li>
<li><a href="function.svn-fs-change-node-prop.php" class="index">svn_fs_change_node_prop</a> - 成功したら true、失敗したら false を返す</li>
<li><a href="function.svn-fs-check-path.php" class="index">svn_fs_check_path</a> - 指定したリポジトリの fsroot パスにどんなアイテムが存在するかを調べる</li>
<li><a href="function.svn-fs-contents-changed.php" class="index">svn_fs_contents_changed</a> - コンテンツが変更されている場合に true、されていない場合に false を返す</li>
<li><a href="function.svn-fs-copy.php" class="index">svn_fs_copy</a> - ファイルまたはディレクトリをコピーする</li>
<li><a href="function.svn-fs-delete.php" class="index">svn_fs_delete</a> - ファイルまたはディレクトリを削除する</li>
<li><a href="function.svn-fs-dir-entries.php" class="index">svn_fs_dir_entries</a> - 指定したパスのディレクトリを列挙し、ディレクトリ名とファイルタイプのハッシュを返す</li>
<li><a href="function.svn-fs-file-contents.php" class="index">svn_fs_file_contents</a> - 指定したバージョンの fs から、ファイルの中身を読み込むためのストリームを返す</li>
<li><a href="function.svn-fs-file-length.php" class="index">svn_fs_file_length</a> - 指定したバージョンの fs から、ファイルの長さを返す</li>
<li><a href="function.svn-fs-is-dir.php" class="index">svn_fs_is_dir</a> - 指定されたパスがディレクトリかを判定する</li>
<li><a href="function.svn-fs-is-file.php" class="index">svn_fs_is_file</a> - 指定されたパスがファイルかを判定する</li>
<li><a href="function.svn-fs-make-dir.php" class="index">svn_fs_make_dir</a> - 新しい空のディレクトリを作成する</li>
<li><a href="function.svn-fs-make-file.php" class="index">svn_fs_make_file</a> - 新しい空のファイルを作成する</li>
<li><a href="function.svn-fs-node-created-rev.php" class="index">svn_fs_node_created_rev</a> - fsroot 配下のパスが作成されたリビジョンを返す</li>
<li><a href="function.svn-fs-node-prop.php" class="index">svn_fs_node_prop</a> - ノードのプロパティの値を返す</li>
<li><a href="function.svn-fs-props-changed.php" class="index">svn_fs_props_changed</a> - プロパティが変更されている場合に true、それ以外の場合に false を返す</li>
<li><a href="function.svn-fs-revision-prop.php" class="index">svn_fs_revision_prop</a> - 指定したプロパティの値を取得する</li>
<li><a href="function.svn-fs-revision-root.php" class="index">svn_fs_revision_root</a> - リポジトリのルートの指定したバージョンのハンドルを取得する</li>
<li><a href="function.svn-fs-txn-root.php" class="index">svn_fs_txn_root</a> - トランザクションのルートを作成して返す</li>
<li><a href="function.svn-fs-youngest-rev.php" class="index">svn_fs_youngest_rev</a> - ファイルシステム内で一番若いリビジョン番号を返す</li>
<li><a href="function.svn-import.php" class="index">svn_import</a> - バージョン管理されていないパスをリポジトリにインポートする</li>
<li><a href="function.svn-log.php" class="index">svn_log</a> - 指定したリポジトリ URL のコミットログメッセージを返す</li>
<li><a href="function.svn-ls.php" class="index">svn_ls</a> - Returns list of directory contents in repository URL, optionally at revision number</li>
<li><a href="function.svn-mkdir.php" class="index">svn_mkdir</a> - 作業コピーあるいはリポジトリ内にディレクトリを作成する</li>
<li><a href="function.svn-repos-create.php" class="index">svn_repos_create</a> - 新しい subversion リポジトリを指定したパスに作成する</li>
<li><a href="function.svn-repos-fs.php" class="index">svn_repos_fs</a> - リポジトリ用に、ファイルシステム上のハンドルを取得する</li>
<li><a href="function.svn-repos-fs-begin-txn-for-commit.php" class="index">svn_repos_fs_begin_txn_for_commit</a> - 新しいトランザクションを作成する</li>
<li><a href="function.svn-repos-fs-commit-txn.php" class="index">svn_repos_fs_commit_txn</a> - トランザクションをコミットし、新しいリビジョンを返す</li>
<li><a href="function.svn-repos-hotcopy.php" class="index">svn_repos_hotcopy</a> - repospath にあるリポジトリのホットコピーを作成し、destpath にコピーする</li>
<li><a href="function.svn-repos-open.php" class="index">svn_repos_open</a> - Open a shared lock on a repository</li>
<li><a href="function.svn-repos-recover.php" class="index">svn_repos_recover</a> - Run recovery procedures on the repository located at path</li>
<li><a href="function.svn-revert.php" class="index">svn_revert</a> - Revert changes to the working copy</li>
<li><a href="function.svn-status.php" class="index">svn_status</a> - Returns the status of working copy files and directories</li>
<li><a href="function.svn-update.php" class="index">svn_update</a> - Update working copy</li>
<li><a href="swoole-async.dnslookup.php" class="index">Swoole\Async::dnsLookup</a> - Async and non-blocking hostname to IP lookup.</li>
<li><a href="swoole-async.read.php" class="index">Swoole\Async::read</a> - Read file stream asynchronously.</li>
<li><a href="swoole-async.readfile.php" class="index">Swoole\Async::readFile</a> - Read a file asynchronously.</li>
<li><a href="swoole-async.set.php" class="index">Swoole\Async::set</a> - Update the async I/O options.</li>
<li><a href="swoole-async.write.php" class="index">Swoole\Async::write</a> - Write data to a file stream asynchronously.</li>
<li><a href="swoole-async.writefile.php" class="index">Swoole\Async::writeFile</a> - Description</li>
<li><a href="swoole-atomic.add.php" class="index">Swoole\Atomic::add</a> - Add a number to the value to the atomic object.</li>
<li><a href="swoole-atomic.cmpset.php" class="index">Swoole\Atomic::cmpset</a> - Compare and set the value of the atomic object.</li>
<li><a href="swoole-atomic.get.php" class="index">Swoole\Atomic::get</a> - Get the current value of the atomic object.</li>
<li><a href="swoole-atomic.set.php" class="index">Swoole\Atomic::set</a> - Set a new value to the atomic object.</li>
<li><a href="swoole-atomic.sub.php" class="index">Swoole\Atomic::sub</a> - Subtract a number to the value of the atomic object.</li>
<li><a href="swoole-atomic.construct.php" class="index">Swoole\Atomic::__construct</a> - Construct a swoole atomic object.</li>
<li><a href="swoole-buffer.append.php" class="index">Swoole\Buffer::append</a> - Append the string or binary data at the end of the memory buffer and return the new size of memory allocated.</li>
<li><a href="swoole-buffer.clear.php" class="index">Swoole\Buffer::clear</a> - Reset the memory buffer.</li>
<li><a href="swoole-buffer.expand.php" class="index">Swoole\Buffer::expand</a> - Expand the size of memory buffer.</li>
<li><a href="swoole-buffer.read.php" class="index">Swoole\Buffer::read</a> - Read data from the memory buffer based on offset and length.</li>
<li><a href="swoole-buffer.recycle.php" class="index">Swoole\Buffer::recycle</a> - Release the memory to OS which is not used by the memory buffer.</li>
<li><a href="swoole-buffer.substr.php" class="index">Swoole\Buffer::substr</a> - Read data from the memory buffer based on offset and length. Or remove data from the memory buffer.</li>
<li><a href="swoole-buffer.write.php" class="index">Swoole\Buffer::write</a> - Write data to the memory buffer. The memory allocated for the buffer will not be changed.</li>
<li><a href="swoole-buffer.construct.php" class="index">Swoole\Buffer::__construct</a> - Fixed size memory blocks allocation.</li>
<li><a href="swoole-buffer.destruct.php" class="index">Swoole\Buffer::__destruct</a> - Destruct the Swoole memory buffer.</li>
<li><a href="swoole-buffer.tostring.php" class="index">Swoole\Buffer::__toString</a> - Get the string value of the memory buffer.</li>
<li><a href="swoole-channel.pop.php" class="index">Swoole\Channel::pop</a> - Read and pop data from swoole channel.</li>
<li><a href="swoole-channel.push.php" class="index">Swoole\Channel::push</a> - Write and push data into Swoole channel.</li>
<li><a href="swoole-channel.stats.php" class="index">Swoole\Channel::stats</a> - Get stats of swoole channel.</li>
<li><a href="swoole-channel.construct.php" class="index">Swoole\Channel::__construct</a> - Construct a Swoole Channel</li>
<li><a href="swoole-channel.destruct.php" class="index">Swoole\Channel::__destruct</a> - Destruct a Swoole channel.</li>
<li><a href="swoole-client.close.php" class="index">Swoole\Client::close</a> - Close the connection established.</li>
<li><a href="swoole-client.connect.php" class="index">Swoole\Client::connect</a> - Connect to the remote TCP or UDP port.</li>
<li><a href="swoole-client.getpeername.php" class="index">Swoole\Client::getpeername</a> - Get the remote socket name of the connection.</li>
<li><a href="swoole-client.getsockname.php" class="index">Swoole\Client::getsockname</a> - Get the local socket name of the connection.</li>
<li><a href="swoole-client.isconnected.php" class="index">Swoole\Client::isConnected</a> - Check if the connection is established.</li>
<li><a href="swoole-client.on.php" class="index">Swoole\Client::on</a> - Add callback functions triggered by events.</li>
<li><a href="swoole-client.pause.php" class="index">Swoole\Client::pause</a> - Pause receiving data.</li>
<li><a href="swoole-client.pipe.php" class="index">Swoole\Client::pipe</a> - Redirect the data to another file descriptor.</li>
<li><a href="swoole-client.recv.php" class="index">Swoole\Client::recv</a> - Receive data from the remote socket.</li>
<li><a href="swoole-client.resume.php" class="index">Swoole\Client::resume</a> - Resume receiving data.</li>
<li><a href="swoole-client.send.php" class="index">Swoole\Client::send</a> - Send data to the remote TCP socket.</li>
<li><a href="swoole-client.sendfile.php" class="index">Swoole\Client::sendfile</a> - Send file to the remote TCP socket.</li>
<li><a href="swoole-client.sendto.php" class="index">Swoole\Client::sendto</a> - Send data to the remote UDP address.</li>
<li><a href="swoole-client.set.php" class="index">Swoole\Client::set</a> - Set the Swoole client parameters before the connection is established.</li>
<li><a href="swoole-client.sleep.php" class="index">Swoole\Client::sleep</a> - Remove the TCP client from system event loop.</li>
<li><a href="swoole-client.wakeup.php" class="index">Swoole\Client::wakeup</a> - Add the TCP client back into the system event loop.</li>
<li><a href="swoole-client.construct.php" class="index">Swoole\Client::__construct</a> - Create Swoole sync or async TCP/UDP client, with or without SSL.</li>
<li><a href="swoole-client.destruct.php" class="index">Swoole\Client::__destruct</a> - Destruct the Swoole client.</li>
<li><a href="swoole-connection-iterator.count.php" class="index">Swoole\Connection\Iterator::count</a> - Count connections.</li>
<li><a href="swoole-connection-iterator.current.php" class="index">Swoole\Connection\Iterator::current</a> - Return current connection entry.</li>
<li><a href="swoole-connection-iterator.key.php" class="index">Swoole\Connection\Iterator::key</a> - Return key of the current connection.</li>
<li><a href="swoole-connection-iterator.next.php" class="index">Swoole\Connection\Iterator::next</a> - Move to the next connection.</li>
<li><a href="swoole-connection-iterator.offsetexists.php" class="index">Swoole\Connection\Iterator::offsetExists</a> - Check if offset exists.</li>
<li><a href="swoole-connection-iterator.offsetget.php" class="index">Swoole\Connection\Iterator::offsetGet</a> - Offset to retrieve.</li>
<li><a href="swoole-connection-iterator.offsetset.php" class="index">Swoole\Connection\Iterator::offsetSet</a> - Assign a Connection to the specified offset.</li>
<li><a href="swoole-connection-iterator.offsetunset.php" class="index">Swoole\Connection\Iterator::offsetUnset</a> - Unset an offset.</li>
<li><a href="swoole-connection-iterator.rewind.php" class="index">Swoole\Connection\Iterator::rewind</a> - Rewinds iterator</li>
<li><a href="swoole-connection-iterator.valid.php" class="index">Swoole\Connection\Iterator::valid</a> - Check if current position is valid.</li>
<li><a href="swoole-coroutine.call-user-func.php" class="index">Swoole\Coroutine::call_user_func</a> - Call a callback given by the first parameter</li>
<li><a href="swoole-coroutine.call-user-func-array.php" class="index">Swoole\Coroutine::call_user_func_array</a> - Call a callback with an array of parameters</li>
<li><a href="swoole-coroutine.cli-wait.php" class="index">Swoole\Coroutine::cli_wait</a> - Description</li>
<li><a href="swoole-coroutine.create.php" class="index">Swoole\Coroutine::create</a> - Description</li>
<li><a href="swoole-coroutine.getuid.php" class="index">Swoole\Coroutine::getuid</a> - Description</li>
<li><a href="swoole-coroutine.resume.php" class="index">Swoole\Coroutine::resume</a> - Description</li>
<li><a href="swoole-coroutine.suspend.php" class="index">Swoole\Coroutine::suspend</a> - Description</li>
<li><a href="swoole-coroutine-lock.lock.php" class="index">Swoole\Coroutine\Lock::lock</a> - Acquire the lock, blocking if necessary</li>
<li><a href="swoole-coroutine-lock.trylock.php" class="index">Swoole\Coroutine\Lock::trylock</a> - Attempt to acquire the lock without blocking</li>
<li><a href="swoole-coroutine-lock.unlock.php" class="index">Swoole\Coroutine\Lock::unlock</a> - Release the lock</li>
<li><a href="swoole-coroutine-lock.construct.php" class="index">Swoole\Coroutine\Lock::__construct</a> - Construct a new coroutine lock</li>
<li><a href="swoole-event.add.php" class="index">Swoole\Event::add</a> - Add new callback functions of a socket into the EventLoop.</li>
<li><a href="swoole-event.defer.php" class="index">Swoole\Event::defer</a> - Add a callback function to the next event loop.</li>
<li><a href="swoole-event.del.php" class="index">Swoole\Event::del</a> - Remove all event callback functions of a socket.</li>
<li><a href="swoole-event.exit.php" class="index">Swoole\Event::exit</a> - Exit the eventloop, only available at client side.</li>
<li><a href="swoole-event.set.php" class="index">Swoole\Event::set</a> - Update the event callback functions of a socket.</li>
<li><a href="swoole-event.wait.php" class="index">Swoole\Event::wait</a> - Description</li>
<li><a href="swoole-event.write.php" class="index">Swoole\Event::write</a> - Write data to the socket.</li>
<li><a href="swoole-http-client.addfile.php" class="index">Swoole\Http\Client::addFile</a> - Add a file to the post form.</li>
<li><a href="swoole-http-client.close.php" class="index">Swoole\Http\Client::close</a> - Close the http connection.</li>
<li><a href="swoole-http-client.download.php" class="index">Swoole\Http\Client::download</a> - Download a file from the remote server.</li>
<li><a href="swoole-http-client.execute.php" class="index">Swoole\Http\Client::execute</a> - Send the HTTP request after setting the parameters.</li>
<li><a href="swoole-http-client.get.php" class="index">Swoole\Http\Client::get</a> - Send GET http request to the remote server.</li>
<li><a href="swoole-http-client.isconnected.php" class="index">Swoole\Http\Client::isConnected</a> - Check if the HTTP connection is connected.</li>
<li><a href="swoole-http-client.on.php" class="index">Swoole\Http\Client::on</a> - Register callback function by event name.</li>
<li><a href="swoole-http-client.post.php" class="index">Swoole\Http\Client::post</a> - Send POST http request to the remote server.</li>
<li><a href="swoole-http-client.push.php" class="index">Swoole\Http\Client::push</a> - Push data to websocket client.</li>
<li><a href="swoole-http-client.set.php" class="index">Swoole\Http\Client::set</a> - Update the HTTP client parameters.</li>
<li><a href="swoole-http-client.setcookies.php" class="index">Swoole\Http\Client::setCookies</a> - Set the http request cookies.</li>
<li><a href="swoole-http-client.setdata.php" class="index">Swoole\Http\Client::setData</a> - Set the HTTP request body data.</li>
<li><a href="swoole-http-client.setheaders.php" class="index">Swoole\Http\Client::setHeaders</a> - Set the HTTP request headers.</li>
<li><a href="swoole-http-client.setmethod.php" class="index">Swoole\Http\Client::setMethod</a> - Set the HTTP request method.</li>
<li><a href="swoole-http-client.upgrade.php" class="index">Swoole\Http\Client::upgrade</a> - Upgrade to websocket protocol.</li>
<li><a href="swoole-http-client.construct.php" class="index">Swoole\Http\Client::__construct</a> - Construct the async HTTP client.</li>
<li><a href="swoole-http-client.destruct.php" class="index">Swoole\Http\Client::__destruct</a> - Destruct the HTTP client.</li>
<li><a href="swoole-http-request.rawcontent.php" class="index">Swoole\Http\Request::rawcontent</a> - Get the raw HTTP POST body.</li>
<li><a href="swoole-http-request.destruct.php" class="index">Swoole\Http\Request::__destruct</a> - Destruct the HTTP request.</li>
<li><a href="swoole-http-response.cookie.php" class="index">Swoole\Http\Response::cookie</a> - Set the cookies of the HTTP response.</li>
<li><a href="swoole-http-response.end.php" class="index">Swoole\Http\Response::end</a> - Send data for the HTTP request and finish the response.</li>
<li><a href="swoole-http-response.gzip.php" class="index">Swoole\Http\Response::gzip</a> - Enable the gzip of response content.</li>
<li><a href="swoole-http-response.header.php" class="index">Swoole\Http\Response::header</a> - Set the HTTP response headers.</li>
<li><a href="swoole-http-response.initheader.php" class="index">Swoole\Http\Response::initHeader</a> - Init the HTTP response header.</li>
<li><a href="swoole-http-response.rawcookie.php" class="index">Swoole\Http\Response::rawcookie</a> - Set the raw cookies to the HTTP response.</li>
<li><a href="swoole-http-response.sendfile.php" class="index">Swoole\Http\Response::sendfile</a> - Send file through the HTTP response.</li>
<li><a href="swoole-http-response.status.php" class="index">Swoole\Http\Response::status</a> - Set the status code of the HTTP response.</li>
<li><a href="swoole-http-response.write.php" class="index">Swoole\Http\Response::write</a> - Append HTTP body content to the HTTP response.</li>
<li><a href="swoole-http-response.destruct.php" class="index">Swoole\Http\Response::__destruct</a> - Destruct the HTTP response.</li>
<li><a href="swoole-http-server.on.php" class="index">Swoole\Http\Server::on</a> - Bind callback function to HTTP server by event name.</li>
<li><a href="swoole-http-server.start.php" class="index">Swoole\Http\Server::start</a> - Start the swoole http server.</li>
<li><a href="swoole-lock.lock.php" class="index">Swoole\Lock::lock</a> - Try to acquire the lock. It will block if the lock is not available.</li>
<li><a href="swoole-lock.lock-read.php" class="index">Swoole\Lock::lock_read</a> - Lock a read-write lock for reading.</li>
<li><a href="swoole-lock.trylock.php" class="index">Swoole\Lock::trylock</a> - Try to acquire the lock and return straight away even the lock is not available.</li>
<li><a href="swoole-lock.trylock-read.php" class="index">Swoole\Lock::trylock_read</a> - Try to lock a read-write lock for reading and return straight away even the lock is not available.</li>
<li><a href="swoole-lock.unlock.php" class="index">Swoole\Lock::unlock</a> - Release the lock.</li>
<li><a href="swoole-lock.construct.php" class="index">Swoole\Lock::__construct</a> - Construct a memory lock.</li>
<li><a href="swoole-lock.destruct.php" class="index">Swoole\Lock::__destruct</a> - Destroy a Swoole memory lock.</li>
<li><a href="swoole-mmap.open.php" class="index">Swoole\Mmap::open</a> - Map a file into memory and return the stream resource which can be used by PHP stream operations.</li>
<li><a href="swoole-mysql.close.php" class="index">Swoole\MySQL::close</a> - Close the async MySQL connection.</li>
<li><a href="swoole-mysql.connect.php" class="index">Swoole\MySQL::connect</a> - Connect to the remote MySQL server.</li>
<li><a href="swoole-mysql.getbuffer.php" class="index">Swoole\MySQL::getBuffer</a> - Description</li>
<li><a href="swoole-mysql.on.php" class="index">Swoole\MySQL::on</a> - Register callback function based on event name.</li>
<li><a href="swoole-mysql.query.php" class="index">Swoole\MySQL::query</a> - Run the SQL query.</li>
<li><a href="swoole-mysql.construct.php" class="index">Swoole\MySQL::__construct</a> - Construct an async MySQL client.</li>
<li><a href="swoole-mysql.destruct.php" class="index">Swoole\MySQL::__destruct</a> - Destroy the async MySQL client.</li>
<li><a href="swoole-process.alarm.php" class="index">Swoole\Process::alarm</a> - High precision timer which triggers signal with fixed interval.</li>
<li><a href="swoole-process.close.php" class="index">Swoole\Process::close</a> - Close the pipe to the child process.</li>
<li><a href="swoole-process.daemon.php" class="index">Swoole\Process::daemon</a> - Change the process to be a daemon process.</li>
<li><a href="swoole-process.exec.php" class="index">Swoole\Process::exec</a> - Execute system commands.</li>
<li><a href="swoole-process.exit.php" class="index">Swoole\Process::exit</a> - Stop the child processes.</li>
<li><a href="swoole-process.freequeue.php" class="index">Swoole\Process::freeQueue</a> - Destroy the message queue created by swoole_process::useQueue.</li>
<li><a href="swoole-process.kill.php" class="index">Swoole\Process::kill</a> - Send signal to the child process.</li>
<li><a href="swoole-process.name.php" class="index">Swoole\Process::name</a> - Set name of the process.</li>
<li><a href="swoole-process.pop.php" class="index">Swoole\Process::pop</a> - Read and pop data from the message queue.</li>
<li><a href="swoole-process.push.php" class="index">Swoole\Process::push</a> - Write and push data into the message queue.</li>
<li><a href="swoole-process.read.php" class="index">Swoole\Process::read</a> - Read data sending to the process.</li>
<li><a href="swoole-process.signal.php" class="index">Swoole\Process::signal</a> - Send signal to the child processes.</li>
<li><a href="swoole-process.start.php" class="index">Swoole\Process::start</a> - Start the process.</li>
<li><a href="swoole-process.statqueue.php" class="index">Swoole\Process::statQueue</a> - Get the stats of the message queue used as the communication method between processes.</li>
<li><a href="swoole-process.usequeue.php" class="index">Swoole\Process::useQueue</a> - Create a message queue as the communication method between the parent process and child processes.</li>
<li><a href="swoole-process.wait.php" class="index">Swoole\Process::wait</a> - Wait for the events of child processes.</li>
<li><a href="swoole-process.write.php" class="index">Swoole\Process::write</a> - Write data into the pipe and communicate with the parent process or child processes.</li>
<li><a href="swoole-process.construct.php" class="index">Swoole\Process::__construct</a> - Construct a process.</li>
<li><a href="swoole-process.destruct.php" class="index">Swoole\Process::__destruct</a> - Destroy the process.</li>
<li><a href="swoole-redis-server.format.php" class="index">Swoole\Redis\Server::format</a> - Description</li>
<li><a href="swoole-redis-server.sethandler.php" class="index">Swoole\Redis\Server::setHandler</a> - Description</li>
<li><a href="swoole-redis-server.start.php" class="index">Swoole\Redis\Server::start</a> - Description</li>
<li><a href="swoole-runtime.enable-coroutine.php" class="index">Swoole\Runtime::enableCoroutine</a> - Enable coroutine for specified functions</li>
<li><a href="swoole-runtime.get-hook-flags.php" class="index">Swoole\Runtime::getHookFlags</a> - Get current hook flags</li>
<li><a href="swoole-runtime.set-hook-flags.php" class="index">Swoole\Runtime::setHookFlags</a> - Set hook flags for coroutine</li>
<li><a href="swoole-serialize.pack.php" class="index">Swoole\Serialize::pack</a> - Serialize the data.</li>
<li><a href="swoole-serialize.unpack.php" class="index">Swoole\Serialize::unpack</a> - Unserialize the data.</li>
<li><a href="swoole-server.addlistener.php" class="index">Swoole\Server::addlistener</a> - Add a new listener to the server.</li>
<li><a href="swoole-server.addprocess.php" class="index">Swoole\Server::addProcess</a> - Add a user defined swoole_process to the server.</li>
<li><a href="swoole-server.after.php" class="index">Swoole\Server::after</a> - Trigger a callback function after a period of time.</li>
<li><a href="swoole-server.bind.php" class="index">Swoole\Server::bind</a> - Bind the connection to a user defined user ID.</li>
<li><a href="swoole-server.cleartimer.php" class="index">Swoole\Server::clearTimer</a> - Stop and destroy a timer.</li>
<li><a href="swoole-server.close.php" class="index">Swoole\Server::close</a> - Close a connection to the client.</li>
<li><a href="swoole-server.confirm.php" class="index">Swoole\Server::confirm</a> - Check status of the connection.</li>
<li><a href="swoole-server.connection-info.php" class="index">Swoole\Server::connection_info</a> - Get the connection info by file description.</li>
<li><a href="swoole-server.connection-list.php" class="index">Swoole\Server::connection_list</a> - Get all of the established connections.</li>
<li><a href="swoole-server.defer.php" class="index">Swoole\Server::defer</a> - Delay execution of the callback function at the end of current EventLoop.</li>
<li><a href="swoole-server.exist.php" class="index">Swoole\Server::exist</a> - Check if the connection is existed.</li>
<li><a href="swoole-server.finish.php" class="index">Swoole\Server::finish</a> - Used in task process for sending result to the worker process when the task is finished.</li>
<li><a href="swoole-server.getclientinfo.php" class="index">Swoole\Server::getClientInfo</a> - Get the connection info by file description.</li>
<li><a href="swoole-server.getclientlist.php" class="index">Swoole\Server::getClientList</a> - Get all of the established connections.</li>
<li><a href="swoole-server.getlasterror.php" class="index">Swoole\Server::getLastError</a> - Get the error code of the most recent error.</li>
<li><a href="swoole-server.heartbeat.php" class="index">Swoole\Server::heartbeat</a> - Check all the connections on the server.</li>
<li><a href="swoole-server.listen.php" class="index">Swoole\Server::listen</a> - Listen on the given IP and port, socket type.</li>
<li><a href="swoole-server.on.php" class="index">Swoole\Server::on</a> - Register a callback function by event name.</li>
<li><a href="swoole-server.pause.php" class="index">Swoole\Server::pause</a> - Stop receiving data from the connection.</li>
<li><a href="swoole-server.protect.php" class="index">Swoole\Server::protect</a> - Set the connection to be protected mode.</li>
<li><a href="swoole-server.reload.php" class="index">Swoole\Server::reload</a> - Restart all the worker process.</li>
<li><a href="swoole-server.resume.php" class="index">Swoole\Server::resume</a> - Start receiving data from the connection.</li>
<li><a href="swoole-server.send.php" class="index">Swoole\Server::send</a> - Send data to the client.</li>
<li><a href="swoole-server.sendfile.php" class="index">Swoole\Server::sendfile</a> - Send file to the connection.</li>
<li><a href="swoole-server.sendmessage.php" class="index">Swoole\Server::sendMessage</a> - Send message to worker processes by ID.</li>
<li><a href="swoole-server.sendto.php" class="index">Swoole\Server::sendto</a> - Send data to the remote UDP address.</li>
<li><a href="swoole-server.sendwait.php" class="index">Swoole\Server::sendwait</a> - Send data to the remote socket in the blocking way.</li>
<li><a href="swoole-server.set.php" class="index">Swoole\Server::set</a> - Set the runtime settings of the swoole server.</li>
<li><a href="swoole-server.shutdown.php" class="index">Swoole\Server::shutdown</a> - Shutdown the master server process, this function can be called in worker processes.</li>
<li><a href="swoole-server.start.php" class="index">Swoole\Server::start</a> - Start the Swoole server.</li>
<li><a href="swoole-server.stats.php" class="index">Swoole\Server::stats</a> - Get the stats of the Swoole server.</li>
<li><a href="swoole-server.stop.php" class="index">Swoole\Server::stop</a> - Stop the Swoole server.</li>
<li><a href="swoole-server.task.php" class="index">Swoole\Server::task</a> - Send data to the task worker processes.</li>
<li><a href="swoole-server.taskwait.php" class="index">Swoole\Server::taskwait</a> - Send data to the task worker processes in blocking way.</li>
<li><a href="swoole-server.taskwaitmulti.php" class="index">Swoole\Server::taskWaitMulti</a> - Execute multiple tasks concurrently.</li>
<li><a href="swoole-server.tick.php" class="index">Swoole\Server::tick</a> - Repeats a given function at every given time-interval.</li>
<li><a href="swoole-server.construct.php" class="index">Swoole\Server::__construct</a> - Construct a Swoole server.</li>
<li><a href="swoole-table.column.php" class="index">Swoole\Table::column</a> - Set the data type and size of the columns.</li>
<li><a href="swoole-table.count.php" class="index">Swoole\Table::count</a> - Count the rows in the table, or count all the elements in the table if $mode = 1.</li>
<li><a href="swoole-table.create.php" class="index">Swoole\Table::create</a> - Create the swoole memory table.</li>
<li><a href="swoole-table.current.php" class="index">Swoole\Table::current</a> - Get the current row.</li>
<li><a href="swoole-table.decr.php" class="index">Swoole\Table::decr</a> - Decrement the value in the Swoole table by $key and $column</li>
<li><a href="swoole-table.del.php" class="index">Swoole\Table::del</a> - Delete a row in the Swoole table by $key</li>
<li><a href="swoole-table.destroy.php" class="index">Swoole\Table::destroy</a> - Destroy the Swoole table.</li>
<li><a href="swoole-table.exist.php" class="index">Swoole\Table::exist</a> - Check if a row is existed by $row_key.</li>
<li><a href="swoole-table.get.php" class="index">Swoole\Table::get</a> - Get the value in the Swoole table by $key and $field.</li>
<li><a href="swoole-table.incr.php" class="index">Swoole\Table::incr</a> - Increment the value by $key and $column</li>
<li><a href="swoole-table.key.php" class="index">Swoole\Table::key</a> - Get the key of current row.</li>
<li><a href="swoole-table.next.php" class="index">Swoole\Table::next</a> - Iterator the next row</li>
<li><a href="swoole-table.rewind.php" class="index">Swoole\Table::rewind</a> - Rewind the iterator.</li>
<li><a href="swoole-table.set.php" class="index">Swoole\Table::set</a> - Update a row of the table by $key.</li>
<li><a href="swoole-table.valid.php" class="index">Swoole\Table::valid</a> - Check if the current row is valid.</li>
<li><a href="swoole-table.construct.php" class="index">Swoole\Table::__construct</a> - Construct a Swoole memory table with fixed size.</li>
<li><a href="swoole-timer.after.php" class="index">Swoole\Timer::after</a> - Trigger a callback function after a period of time.</li>
<li><a href="swoole-timer.clear.php" class="index">Swoole\Timer::clear</a> - Delete a timer by timer ID.</li>
<li><a href="swoole-timer.exists.php" class="index">Swoole\Timer::exists</a> - Check if a timer is existed.</li>
<li><a href="swoole-timer.tick.php" class="index">Swoole\Timer::tick</a> - Repeats a given function at every given time-interval.</li>
<li><a href="swoole-websocket-server.exist.php" class="index">Swoole\WebSocket\Server::exist</a> - Check if the file descriptor exists.</li>
<li><a href="swoole-websocket-server.on.php" class="index">Swoole\WebSocket\Server::on</a> - Register event callback function</li>
<li><a href="swoole-websocket-server.pack.php" class="index">Swoole\WebSocket\Server::pack</a> - Get a pack of binary data to send in a single frame.</li>
<li><a href="swoole-websocket-server.push.php" class="index">Swoole\WebSocket\Server::push</a> - Push data to the remote client.</li>
<li><a href="swoole-websocket-server.unpack.php" class="index">Swoole\WebSocket\Server::unpack</a> - Unpack the binary data received from the client.</li>
<li><a href="function.swoole-async-dns-lookup.php" class="index">swoole_async_dns_lookup</a> - Async and non-blocking hostname to IP lookup</li>
<li><a href="function.swoole-async-read.php" class="index">swoole_async_read</a> - Read file stream asynchronously</li>
<li><a href="function.swoole-async-readfile.php" class="index">swoole_async_readfile</a> - Read a file asynchronously</li>
<li><a href="function.swoole-async-set.php" class="index">swoole_async_set</a> - Update the async I/O options</li>
<li><a href="function.swoole-async-write.php" class="index">swoole_async_write</a> - Write data to a file stream asynchronously</li>
<li><a href="function.swoole-async-writefile.php" class="index">swoole_async_writefile</a> - Write data to a file asynchronously</li>
<li><a href="function.swoole-clear-error.php" class="index">swoole_clear_error</a> - Clear errors in the socket or on the last error code</li>
<li><a href="function.swoole-client-select.php" class="index">swoole_client_select</a> - Get the file description which are ready to read/write or error</li>
<li><a href="function.swoole-cpu-num.php" class="index">swoole_cpu_num</a> - Get the number of CPU</li>
<li><a href="function.swoole-errno.php" class="index">swoole_errno</a> - Get the error code of the latest system call</li>
<li><a href="function.swoole-error-log.php" class="index">swoole_error_log</a> - Output error messages to the log</li>
<li><a href="function.swoole-event-add.php" class="index">swoole_event_add</a> - Add new callback functions of a socket into the EventLoop</li>
<li><a href="function.swoole-event-defer.php" class="index">swoole_event_defer</a> - Add callback function to the next event loop</li>
<li><a href="function.swoole-event-del.php" class="index">swoole_event_del</a> - Remove all event callback functions of a socket</li>
<li><a href="function.swoole-event-exit.php" class="index">swoole_event_exit</a> - Exit the eventloop, only available at the client side</li>
<li><a href="function.swoole-event-set.php" class="index">swoole_event_set</a> - Update the event callback functions of a socket</li>
<li><a href="function.swoole-event-wait.php" class="index">swoole_event_wait</a> - Start the event loop</li>
<li><a href="function.swoole-event-write.php" class="index">swoole_event_write</a> - Write data to a socket</li>
<li><a href="function.swoole-get-local-ip.php" class="index">swoole_get_local_ip</a> - Get the IPv4 IP addresses of each NIC on the machine</li>
<li><a href="function.swoole-last-error.php" class="index">swoole_last_error</a> - Get the lastest error message</li>
<li><a href="function.swoole-load-module.php" class="index">swoole_load_module</a> - Load a swoole extension</li>
<li><a href="function.swoole-select.php" class="index">swoole_select</a> - Select the file descriptions which are ready to read/write or error in the eventloop</li>
<li><a href="function.swoole-set-process-name.php" class="index">swoole_set_process_name</a> - Set the process name</li>
<li><a href="function.swoole-strerror.php" class="index">swoole_strerror</a> - Convert the Errno into error messages</li>
<li><a href="function.swoole-timer-after.php" class="index">swoole_timer_after</a> - Trigger a one time callback function in the future</li>
<li><a href="function.swoole-timer-exists.php" class="index">swoole_timer_exists</a> - Check if a timer callback function is existed</li>
<li><a href="function.swoole-timer-tick.php" class="index">swoole_timer_tick</a> - Trigger a timer tick callback function by time interval</li>
<li><a href="function.swoole-version.php" class="index">swoole_version</a> - Get the version of Swoole</li>
<li><a href="function.symlink.php" class="index">symlink</a> - シンボリックリンクを作成する</li>
<li><a href="syncevent.fire.php" class="index">SyncEvent::fire</a> - Fires/sets the event</li>
<li><a href="syncevent.reset.php" class="index">SyncEvent::reset</a> - Resets a manual event</li>
<li><a href="syncevent.wait.php" class="index">SyncEvent::wait</a> - Waits for the event to be fired/set</li>
<li><a href="syncevent.construct.php" class="index">SyncEvent::__construct</a> - Constructs a new SyncEvent object</li>
<li><a href="syncmutex.lock.php" class="index">SyncMutex::lock</a> - Waits for an exclusive lock</li>
<li><a href="syncmutex.unlock.php" class="index">SyncMutex::unlock</a> - Unlocks the mutex</li>
<li><a href="syncmutex.construct.php" class="index">SyncMutex::__construct</a> - Constructs a new SyncMutex object</li>
<li><a href="syncreaderwriter.readlock.php" class="index">SyncReaderWriter::readlock</a> - Waits for a read lock</li>
<li><a href="syncreaderwriter.readunlock.php" class="index">SyncReaderWriter::readunlock</a> - Releases a read lock</li>
<li><a href="syncreaderwriter.writelock.php" class="index">SyncReaderWriter::writelock</a> - Waits for an exclusive write lock</li>
<li><a href="syncreaderwriter.writeunlock.php" class="index">SyncReaderWriter::writeunlock</a> - Releases a write lock</li>
<li><a href="syncreaderwriter.construct.php" class="index">SyncReaderWriter::__construct</a> - Constructs a new SyncReaderWriter object</li>
<li><a href="syncsemaphore.lock.php" class="index">SyncSemaphore::lock</a> - Decreases the count of the semaphore or waits</li>
<li><a href="syncsemaphore.unlock.php" class="index">SyncSemaphore::unlock</a> - Increases the count of the semaphore</li>
<li><a href="syncsemaphore.construct.php" class="index">SyncSemaphore::__construct</a> - Constructs a new SyncSemaphore object</li>
<li><a href="syncsharedmemory.first.php" class="index">SyncSharedMemory::first</a> - Check to see if the object is the first instance system-wide of named shared memory</li>
<li><a href="syncsharedmemory.read.php" class="index">SyncSharedMemory::read</a> - Copy data from named shared memory</li>
<li><a href="syncsharedmemory.size.php" class="index">SyncSharedMemory::size</a> - Returns the size of the named shared memory</li>
<li><a href="syncsharedmemory.write.php" class="index">SyncSharedMemory::write</a> - Copy data to named shared memory</li>
<li><a href="syncsharedmemory.construct.php" class="index">SyncSharedMemory::__construct</a> - Constructs a new SyncSharedMemory object</li>
<li><a href="function.syslog.php" class="index">syslog</a> - システムログのメッセージを生成する</li>
<li><a href="function.system.php" class="index">system</a> - 外部プログラムを実行し、出力を表示する</li>
<li><a href="function.sys-getloadavg.php" class="index">sys_getloadavg</a> - システムの平均負荷を取得する</li>
<li><a href="function.sys-get-temp-dir.php" class="index">sys_get_temp_dir</a> - 一時ファイル用に使用されるディレクトリのパスを返す</li>
</ul></li>
<li class='gen-index index-for-t'>t<ul id='refentry-index-for-t'>
<li><a href="mysql-xdevapi-table.count.php" class="index">Table::count</a> - 行の数を取得する</li>
<li><a href="mysql-xdevapi-table.delete.php" class="index">Table::delete</a> - テーブルから行を削除する</li>
<li><a href="mysql-xdevapi-table.existsindatabase.php" class="index">Table::existsInDatabase</a> - テーブルがデータベースに存在するかをチェックする</li>
<li><a href="mysql-xdevapi-table.getname.php" class="index">Table::getName</a> - テーブル名を取得する</li>
<li><a href="mysql-xdevapi-table.getschema.php" class="index">Table::getSchema</a> - テーブルスキーマを取得する</li>
<li><a href="mysql-xdevapi-table.getsession.php" class="index">Table::getSession</a> - テーブルを操作するためのセッションを取得する</li>
<li><a href="mysql-xdevapi-table.insert.php" class="index">Table::insert</a> - テーブルに行を挿入する</li>
<li><a href="mysql-xdevapi-table.isview.php" class="index">Table::isView</a> - テーブルがビューかどうかを調べる</li>
<li><a href="mysql-xdevapi-table.select.php" class="index">Table::select</a> - テーブルから行を選択する</li>
<li><a href="mysql-xdevapi-table.update.php" class="index">Table::update</a> - テーブルの行を更新する</li>
<li><a href="mysql-xdevapi-table.construct.php" class="index">Table::__construct</a> - Table のコンストラクタ</li>
<li><a href="mysql-xdevapi-tabledelete.bind.php" class="index">TableDelete::bind</a> - delete のクエリパラメータをバインドする</li>
<li><a href="mysql-xdevapi-tabledelete.execute.php" class="index">TableDelete::execute</a> - delete文を実行する</li>
<li><a href="mysql-xdevapi-tabledelete.limit.php" class="index">TableDelete::limit</a> - 削除する行を限定する</li>
<li><a href="mysql-xdevapi-tabledelete.orderby.php" class="index">TableDelete::orderby</a> - 削除の際のソート条件を設定する</li>
<li><a href="mysql-xdevapi-tabledelete.where.php" class="index">TableDelete::where</a> - 削除時の検索条件を設定する</li>
<li><a href="mysql-xdevapi-tabledelete.construct.php" class="index">TableDelete::__construct</a> - TableDelete のコンストラクタ</li>
<li><a href="mysql-xdevapi-tableinsert.execute.php" class="index">TableInsert::execute</a> - insert クエリを実行する</li>
<li><a href="mysql-xdevapi-tableinsert.values.php" class="index">TableInsert::values</a> - 挿入する行の値を追加する</li>
<li><a href="mysql-xdevapi-tableinsert.construct.php" class="index">TableInsert::__construct</a> - TableInsert クラスのコンストラクタ</li>
<li><a href="mysql-xdevapi-tableselect.bind.php" class="index">TableSelect::bind</a> - select のクエリパラメータをバインドする</li>
<li><a href="mysql-xdevapi-tableselect.execute.php" class="index">TableSelect::execute</a> - select ステートメントを実行する</li>
<li><a href="mysql-xdevapi-tableselect.groupby.php" class="index">TableSelect::groupBy</a> - select 時のグループ化の条件を設定する</li>
<li><a href="mysql-xdevapi-tableselect.having.php" class="index">TableSelect::having</a> - select 句の having 条件を設定する</li>
<li><a href="mysql-xdevapi-tableselect.limit.php" class="index">TableSelect::limit</a> - 選択される行の数を限定する</li>
<li><a href="mysql-xdevapi-tableselect.lockexclusive.php" class="index">TableSelect::lockExclusive</a> - EXCLUSIVE LOCK を実行する</li>
<li><a href="mysql-xdevapi-tableselect.lockshared.php" class="index">TableSelect::lockShared</a> - SHARED LOCK を実行する</li>
<li><a href="mysql-xdevapi-tableselect.offset.php" class="index">TableSelect::offset</a> - スキップするoffsetを設定する</li>
<li><a href="mysql-xdevapi-tableselect.orderby.php" class="index">TableSelect::orderby</a> - select 文のソート条件を設定する</li>
<li><a href="mysql-xdevapi-tableselect.where.php" class="index">TableSelect::where</a> - select 文の検索条件を設定する</li>
<li><a href="mysql-xdevapi-tableselect.construct.php" class="index">TableSelect::__construct</a> - TableSelect のコンストラクタ</li>
<li><a href="mysql-xdevapi-tableupdate.bind.php" class="index">TableUpdate::bind</a> - update のクエリパラメータをバインドする</li>
<li><a href="mysql-xdevapi-tableupdate.execute.php" class="index">TableUpdate::execute</a> - update クエリを実行する</li>
<li><a href="mysql-xdevapi-tableupdate.limit.php" class="index">TableUpdate::limit</a> - 更新する行の数を限定する</li>
<li><a href="mysql-xdevapi-tableupdate.orderby.php" class="index">TableUpdate::orderby</a> - ソート条件を設定する</li>
<li><a href="mysql-xdevapi-tableupdate.set.php" class="index">TableUpdate::set</a> - 更新されるフィールドを追加する</li>
<li><a href="mysql-xdevapi-tableupdate.where.php" class="index">TableUpdate::where</a> - 検索フィルタを設定する</li>
<li><a href="mysql-xdevapi-tableupdate.construct.php" class="index">TableUpdate::__construct</a> - TableUpdate のコンストラクタ</li>
<li><a href="function.taint.php" class="index">taint</a> - 文字列を汚染させる</li>
<li><a href="function.tan.php" class="index">tan</a> - 正接（タンジェント）</li>
<li><a href="function.tanh.php" class="index">tanh</a> - 双曲線正接（ハイパボリックタンジェント）</li>
<li><a href="function.tcpwrap-check.php" class="index">tcpwrap_check</a> - tcpwrap のチェックを実行する</li>
<li><a href="function.tempnam.php" class="index">tempnam</a> - 一意なファイル名を生成する</li>
<li><a href="function.textdomain.php" class="index">textdomain</a> - デフォルトドメインを設定する</li>
<li><a href="thread.getcreatorid.php" class="index">Thread::getCreatorId</a> - 識別</li>
<li><a href="thread.getcurrentthread.php" class="index">Thread::getCurrentThread</a> - Identification</li>
<li><a href="thread.getcurrentthreadid.php" class="index">Thread::getCurrentThreadId</a> - Identification</li>
<li><a href="thread.getthreadid.php" class="index">Thread::getThreadId</a> - 識別</li>
<li><a href="thread.isjoined.php" class="index">Thread::isJoined</a> - 状態を検出する</li>
<li><a href="thread.isstarted.php" class="index">Thread::isStarted</a> - 状態を検出する</li>
<li><a href="thread.join.php" class="index">Thread::join</a> - 同期処理</li>
<li><a href="thread.start.php" class="index">Thread::start</a> - 実行する</li>
<li><a href="threaded.chunk.php" class="index">Threaded::chunk</a> - Manipulation</li>
<li><a href="threaded.count.php" class="index">Threaded::count</a> - Manipulation</li>
<li><a href="threaded.extend.php" class="index">Threaded::extend</a> - Runtime Manipulation</li>
<li><a href="thread.isrunning.php" class="index">Threaded::isRunning</a> - State Detection</li>
<li><a href="threaded.isterminated.php" class="index">Threaded::isTerminated</a> - State Detection</li>
<li><a href="threaded.merge.php" class="index">Threaded::merge</a> - Manipulation</li>
<li><a href="threaded.notify.php" class="index">Threaded::notify</a> - Synchronization</li>
<li><a href="threaded.notifyone.php" class="index">Threaded::notifyOne</a> - Synchronization</li>
<li><a href="threaded.pop.php" class="index">Threaded::pop</a> - Manipulation</li>
<li><a href="threaded.run.php" class="index">Threaded::run</a> - Execution</li>
<li><a href="threaded.shift.php" class="index">Threaded::shift</a> - Manipulation</li>
<li><a href="threaded.synchronized.php" class="index">Threaded::synchronized</a> - Synchronization</li>
<li><a href="threaded.wait.php" class="index">Threaded::wait</a> - Synchronization</li>
<li><a href="throwable.getcode.php" class="index">Throwable::getCode</a> - 例外コードを取得する</li>
<li><a href="throwable.getfile.php" class="index">Throwable::getFile</a> - オブジェクトが作られたファイル名を取得する</li>
<li><a href="throwable.getline.php" class="index">Throwable::getLine</a> - オブジェクトのインスタンスが作られた行番号を取得する</li>
<li><a href="throwable.getmessage.php" class="index">Throwable::getMessage</a> - メッセージを取得する</li>
<li><a href="throwable.getprevious.php" class="index">Throwable::getPrevious</a> - ひとつ前の Throwable を返す</li>
<li><a href="throwable.gettrace.php" class="index">Throwable::getTrace</a> - スタックトレースを取得する</li>
<li><a href="throwable.gettraceasstring.php" class="index">Throwable::getTraceAsString</a> - スタックトレースを文字列として取得する</li>
<li><a href="throwable.tostring.php" class="index">Throwable::__toString</a> - スローされたオブジェクトの文字列表現を取得する</li>
<li><a href="tidy.props.errorbuffer.php" class="index">tidy::$errorBuffer</a> - 指定したドキュメントのパースで発生した警告とエラーを返す</li>
<li><a href="tidy.body.php" class="index">tidy::body</a> - Tidy パースツリーの &lt;body&gt; タグから始まる tidyNode オブジェクトを返す</li>
<li><a href="tidy.cleanrepair.php" class="index">tidy::cleanRepair</a> - パースされたマークアップに設定に基く誤りの修正を行う</li>
<li><a href="tidy.diagnose.php" class="index">tidy::diagnose</a> - パース、修正されたマークアップの診断を行う</li>
<li><a href="tidy.getconfig.php" class="index">tidy::getConfig</a> - 現在の Tidy の設定を取得する</li>
<li><a href="tidy.gethtmlver.php" class="index">tidy::getHtmlVer</a> - 指定したドキュメントで検出された HTML バージョンを取得する</li>
<li><a href="tidy.getopt.php" class="index">tidy::getOpt</a> - Tidy ドキュメントについて指定した設定オプションの値を返す</li>
<li><a href="tidy.getoptdoc.php" class="index">tidy::getOptDoc</a> - 与えられたオプション名に対するドキュメントを返す</li>
<li><a href="tidy.getrelease.php" class="index">tidy::getRelease</a> - Tidy ライブラリのリリース日 (バージョン) を取得する</li>
<li><a href="tidy.getstatus.php" class="index">tidy::getStatus</a> - 指定したドキュメントのステータスを取得する</li>
<li><a href="tidy.head.php" class="index">tidy::head</a> - Tidy パースツリーの &lt;head&gt; タグから始まる tidyNode オブジェクトを返す</li>
<li><a href="tidy.html.php" class="index">tidy::html</a> - Tidy パースツリーの &lt;html&gt; タグから始まる tidyNode オブジェクトを返す</li>
<li><a href="tidy.isxhtml.php" class="index">tidy::isXhtml</a> - ドキュメントが XHTML ドキュメントかどうかを示す</li>
<li><a href="tidy.isxml.php" class="index">tidy::isXml</a> - ドキュメントが一般的な XML ドキュメント (非 HTML/XHTML) かどうかを示す</li>
<li><a href="tidy.parsefile.php" class="index">tidy::parseFile</a> - ファイルまたは URI にあるマークアップをパースする</li>
<li><a href="tidy.parsestring.php" class="index">tidy::parseString</a> - 文字列にストアされたドキュメントをパースする</li>
<li><a href="tidy.repairfile.php" class="index">tidy::repairFile</a> - ファイルを修正し、それを文字列として返す</li>
<li><a href="tidy.repairstring.php" class="index">tidy::repairString</a> - 別途提供される設定ファイルを使用して文字列を修正する</li>
<li><a href="tidy.root.php" class="index">tidy::root</a> - Tidy パースツリーのルートを表す tidyNode を返す</li>
<li><a href="tidy.construct.php" class="index">tidy::__construct</a> - 新しい tidy オブジェクトを作成する</li>
<li><a href="tidynode.getnextsibling.php" class="index">tidyNode::getNextSibling</a> - 現在のノードの直後の兄弟ノードを返す</li>
<li><a href="tidynode.getparent.php" class="index">tidyNode::getParent</a> - カレントノードの親ノードを返す</li>
<li><a href="tidynode.getprevioussibling.php" class="index">tidyNode::getPreviousSibling</a> - 現在のノードの直前の兄弟ノードを返す</li>
<li><a href="tidynode.haschildren.php" class="index">tidyNode::hasChildren</a> - ノードが子を持つかどうかを調べる</li>
<li><a href="tidynode.hassiblings.php" class="index">tidyNode::hasSiblings</a> - このノードが兄弟ノードを持つかどうかを調べる</li>
<li><a href="tidynode.isasp.php" class="index">tidyNode::isAsp</a> - このノードが ASP かどうかを調べる</li>
<li><a href="tidynode.iscomment.php" class="index">tidyNode::isComment</a> - このノードがコメントを表すものかどうかを調べる</li>
<li><a href="tidynode.ishtml.php" class="index">tidyNode::isHtml</a> - このノードが HTML要素 であるかどうかを調べる</li>
<li><a href="tidynode.isjste.php" class="index">tidyNode::isJste</a> - このノードが JSTE であるかどうかを調べる</li>
<li><a href="tidynode.isphp.php" class="index">tidyNode::isPhp</a> - このノードが PHP であるかどうかを調べる</li>
<li><a href="tidynode.istext.php" class="index">tidyNode::isText</a> - このノードが (マークアップでない) テキストであるかどうかを調べる</li>
<li><a href="tidynode.construct.php" class="index">tidyNode::__construct</a> - private なコンストラクタのため、直接インスタンス化できません</li>
<li><a href="function.tidy-access-count.php" class="index">tidy_access_count</a> - 指定したドキュメントについて発生したTidyアクセシビリティ警告の数を返す</li>
<li><a href="function.tidy-config-count.php" class="index">tidy_config_count</a> - 指定したドキュメントについて発生した Tidy 設定エラーの数を返す</li>
<li><a href="function.tidy-error-count.php" class="index">tidy_error_count</a> - 指定したドキュメントについて発生した Tidy エラーの数を返す</li>
<li><a href="function.tidy-get-output.php" class="index">tidy_get_output</a> - パースされた Tidy マークアップを表す文字列を返す</li>
<li><a href="function.tidy-warning-count.php" class="index">tidy_warning_count</a> - 指定したドキュメントについて発生した Tidy 警告の数を返す</li>
<li><a href="function.time.php" class="index">time</a> - 現在の Unix タイムスタンプを返す</li>
<li><a href="function.timezone-abbreviations-list.php" class="index">timezone_abbreviations_list</a> - DateTimeZone::listAbbreviations のエイリアス</li>
<li><a href="function.timezone-identifiers-list.php" class="index">timezone_identifiers_list</a> - DateTimeZone::listIdentifiers のエイリアス</li>
<li><a href="function.timezone-location-get.php" class="index">timezone_location_get</a> - DateTimeZone::getLocation のエイリアス</li>
<li><a href="function.timezone-name-from-abbr.php" class="index">timezone_name_from_abbr</a> - 略称とUTCオフセットから、タイムゾーン名を推測して返す</li>
<li><a href="function.timezone-name-get.php" class="index">timezone_name_get</a> - DateTimeZone::getName のエイリアス</li>
<li><a href="function.timezone-offset-get.php" class="index">timezone_offset_get</a> - DateTimeZone::getOffset のエイリアス</li>
<li><a href="function.timezone-open.php" class="index">timezone_open</a> - DateTimeZone::__construct のエイリアス</li>
<li><a href="function.timezone-transitions-get.php" class="index">timezone_transitions_get</a> - DateTimeZone::getTransitions のエイリアス</li>
<li><a href="function.timezone-version-get.php" class="index">timezone_version_get</a> - timezonedb のバージョンを取得する</li>
<li><a href="function.time-nanosleep.php" class="index">time_nanosleep</a> - 秒およびナノ秒単位で実行を遅延する</li>
<li><a href="function.time-sleep-until.php" class="index">time_sleep_until</a> - 指定した時刻まで実行を遅延する</li>
<li><a href="function.tmpfile.php" class="index">tmpfile</a> - テンポラリファイルを作成する</li>
<li><a href="function.token-get-all.php" class="index">token_get_all</a> - 指定したソースを PHP トークンに分割する</li>
<li><a href="function.token-name.php" class="index">token_name</a> - 指定した PHP トークンのシンボル名を取得する</li>
<li><a href="function.touch.php" class="index">touch</a> - ファイルの最終アクセス時刻および最終更新日をセットする</li>
<li><a href="function.trader-acos.php" class="index">trader_acos</a> - Vector Trigonometric ACos</li>
<li><a href="function.trader-ad.php" class="index">trader_ad</a> - Chaikin A/D Line</li>
<li><a href="function.trader-add.php" class="index">trader_add</a> - Vector Arithmetic Add</li>
<li><a href="function.trader-adosc.php" class="index">trader_adosc</a> - Chaikin A/D Oscillator</li>
<li><a href="function.trader-adx.php" class="index">trader_adx</a> - Average Directional Movement Index</li>
<li><a href="function.trader-adxr.php" class="index">trader_adxr</a> - Average Directional Movement Index Rating</li>
<li><a href="function.trader-apo.php" class="index">trader_apo</a> - Absolute Price Oscillator</li>
<li><a href="function.trader-aroon.php" class="index">trader_aroon</a> - Aroon</li>
<li><a href="function.trader-aroonosc.php" class="index">trader_aroonosc</a> - Aroon Oscillator</li>
<li><a href="function.trader-asin.php" class="index">trader_asin</a> - Vector Trigonometric ASin</li>
<li><a href="function.trader-atan.php" class="index">trader_atan</a> - Vector Trigonometric ATan</li>
<li><a href="function.trader-atr.php" class="index">trader_atr</a> - Average True Range</li>
<li><a href="function.trader-avgprice.php" class="index">trader_avgprice</a> - Average Price</li>
<li><a href="function.trader-bbands.php" class="index">trader_bbands</a> - Bollinger Bands</li>
<li><a href="function.trader-beta.php" class="index">trader_beta</a> - Beta</li>
<li><a href="function.trader-bop.php" class="index">trader_bop</a> - Balance Of Power</li>
<li><a href="function.trader-cci.php" class="index">trader_cci</a> - Commodity Channel Index</li>
<li><a href="function.trader-cdl2crows.php" class="index">trader_cdl2crows</a> - Two Crows</li>
<li><a href="function.trader-cdl3blackcrows.php" class="index">trader_cdl3blackcrows</a> - Three Black Crows</li>
<li><a href="function.trader-cdl3inside.php" class="index">trader_cdl3inside</a> - Three Inside Up/Down</li>
<li><a href="function.trader-cdl3linestrike.php" class="index">trader_cdl3linestrike</a> - Three-Line Strike</li>
<li><a href="function.trader-cdl3outside.php" class="index">trader_cdl3outside</a> - Three Outside Up/Down</li>
<li><a href="function.trader-cdl3starsinsouth.php" class="index">trader_cdl3starsinsouth</a> - Three Stars In The South</li>
<li><a href="function.trader-cdl3whitesoldiers.php" class="index">trader_cdl3whitesoldiers</a> - Three Advancing White Soldiers</li>
<li><a href="function.trader-cdlabandonedbaby.php" class="index">trader_cdlabandonedbaby</a> - Abandoned Baby</li>
<li><a href="function.trader-cdladvanceblock.php" class="index">trader_cdladvanceblock</a> - Advance Block</li>
<li><a href="function.trader-cdlbelthold.php" class="index">trader_cdlbelthold</a> - Belt-hold</li>
<li><a href="function.trader-cdlbreakaway.php" class="index">trader_cdlbreakaway</a> - Breakaway</li>
<li><a href="function.trader-cdlclosingmarubozu.php" class="index">trader_cdlclosingmarubozu</a> - Closing Marubozu</li>
<li><a href="function.trader-cdlconcealbabyswall.php" class="index">trader_cdlconcealbabyswall</a> - Concealing Baby Swallow</li>
<li><a href="function.trader-cdlcounterattack.php" class="index">trader_cdlcounterattack</a> - Counterattack</li>
<li><a href="function.trader-cdldarkcloudcover.php" class="index">trader_cdldarkcloudcover</a> - Dark Cloud Cover</li>
<li><a href="function.trader-cdldoji.php" class="index">trader_cdldoji</a> - Doji</li>
<li><a href="function.trader-cdldojistar.php" class="index">trader_cdldojistar</a> - Doji Star</li>
<li><a href="function.trader-cdldragonflydoji.php" class="index">trader_cdldragonflydoji</a> - Dragonfly Doji</li>
<li><a href="function.trader-cdlengulfing.php" class="index">trader_cdlengulfing</a> - Engulfing Pattern</li>
<li><a href="function.trader-cdleveningdojistar.php" class="index">trader_cdleveningdojistar</a> - Evening Doji Star</li>
<li><a href="function.trader-cdleveningstar.php" class="index">trader_cdleveningstar</a> - Evening Star</li>
<li><a href="function.trader-cdlgapsidesidewhite.php" class="index">trader_cdlgapsidesidewhite</a> - Up/Down-gap side-by-side white lines</li>
<li><a href="function.trader-cdlgravestonedoji.php" class="index">trader_cdlgravestonedoji</a> - Gravestone Doji</li>
<li><a href="function.trader-cdlhammer.php" class="index">trader_cdlhammer</a> - Hammer</li>
<li><a href="function.trader-cdlhangingman.php" class="index">trader_cdlhangingman</a> - Hanging Man</li>
<li><a href="function.trader-cdlharami.php" class="index">trader_cdlharami</a> - Harami Pattern</li>
<li><a href="function.trader-cdlharamicross.php" class="index">trader_cdlharamicross</a> - Harami Cross Pattern</li>
<li><a href="function.trader-cdlhighwave.php" class="index">trader_cdlhighwave</a> - High-Wave Candle</li>
<li><a href="function.trader-cdlhikkake.php" class="index">trader_cdlhikkake</a> - Hikkake Pattern</li>
<li><a href="function.trader-cdlhikkakemod.php" class="index">trader_cdlhikkakemod</a> - Modified Hikkake Pattern</li>
<li><a href="function.trader-cdlhomingpigeon.php" class="index">trader_cdlhomingpigeon</a> - Homing Pigeon</li>
<li><a href="function.trader-cdlidentical3crows.php" class="index">trader_cdlidentical3crows</a> - Identical Three Crows</li>
<li><a href="function.trader-cdlinneck.php" class="index">trader_cdlinneck</a> - In-Neck Pattern</li>
<li><a href="function.trader-cdlinvertedhammer.php" class="index">trader_cdlinvertedhammer</a> - Inverted Hammer</li>
<li><a href="function.trader-cdlkicking.php" class="index">trader_cdlkicking</a> - Kicking</li>
<li><a href="function.trader-cdlkickingbylength.php" class="index">trader_cdlkickingbylength</a> - Kicking - bull/bear determined by the longer marubozu</li>
<li><a href="function.trader-cdlladderbottom.php" class="index">trader_cdlladderbottom</a> - Ladder Bottom</li>
<li><a href="function.trader-cdllongleggeddoji.php" class="index">trader_cdllongleggeddoji</a> - Long Legged Doji</li>
<li><a href="function.trader-cdllongline.php" class="index">trader_cdllongline</a> - Long Line Candle</li>
<li><a href="function.trader-cdlmarubozu.php" class="index">trader_cdlmarubozu</a> - Marubozu</li>
<li><a href="function.trader-cdlmatchinglow.php" class="index">trader_cdlmatchinglow</a> - Matching Low</li>
<li><a href="function.trader-cdlmathold.php" class="index">trader_cdlmathold</a> - Mat Hold</li>
<li><a href="function.trader-cdlmorningdojistar.php" class="index">trader_cdlmorningdojistar</a> - Morning Doji Star</li>
<li><a href="function.trader-cdlmorningstar.php" class="index">trader_cdlmorningstar</a> - Morning Star</li>
<li><a href="function.trader-cdlonneck.php" class="index">trader_cdlonneck</a> - On-Neck Pattern</li>
<li><a href="function.trader-cdlpiercing.php" class="index">trader_cdlpiercing</a> - Piercing Pattern</li>
<li><a href="function.trader-cdlrickshawman.php" class="index">trader_cdlrickshawman</a> - Rickshaw Man</li>
<li><a href="function.trader-cdlrisefall3methods.php" class="index">trader_cdlrisefall3methods</a> - Rising/Falling Three Methods</li>
<li><a href="function.trader-cdlseparatinglines.php" class="index">trader_cdlseparatinglines</a> - Separating Lines</li>
<li><a href="function.trader-cdlshootingstar.php" class="index">trader_cdlshootingstar</a> - Shooting Star</li>
<li><a href="function.trader-cdlshortline.php" class="index">trader_cdlshortline</a> - Short Line Candle</li>
<li><a href="function.trader-cdlspinningtop.php" class="index">trader_cdlspinningtop</a> - Spinning Top</li>
<li><a href="function.trader-cdlstalledpattern.php" class="index">trader_cdlstalledpattern</a> - Stalled Pattern</li>
<li><a href="function.trader-cdlsticksandwich.php" class="index">trader_cdlsticksandwich</a> - Stick Sandwich</li>
<li><a href="function.trader-cdltakuri.php" class="index">trader_cdltakuri</a> - Takuri (Dragonfly Doji with very long lower shadow)</li>
<li><a href="function.trader-cdltasukigap.php" class="index">trader_cdltasukigap</a> - Tasuki Gap</li>
<li><a href="function.trader-cdlthrusting.php" class="index">trader_cdlthrusting</a> - Thrusting Pattern</li>
<li><a href="function.trader-cdltristar.php" class="index">trader_cdltristar</a> - Tristar Pattern</li>
<li><a href="function.trader-cdlunique3river.php" class="index">trader_cdlunique3river</a> - Unique 3 River</li>
<li><a href="function.trader-cdlupsidegap2crows.php" class="index">trader_cdlupsidegap2crows</a> - Upside Gap Two Crows</li>
<li><a href="function.trader-cdlxsidegap3methods.php" class="index">trader_cdlxsidegap3methods</a> - Upside/Downside Gap Three Methods</li>
<li><a href="function.trader-ceil.php" class="index">trader_ceil</a> - Vector Ceil</li>
<li><a href="function.trader-cmo.php" class="index">trader_cmo</a> - Chande Momentum Oscillator</li>
<li><a href="function.trader-correl.php" class="index">trader_correl</a> - Pearson's Correlation Coefficient (r)</li>
<li><a href="function.trader-cos.php" class="index">trader_cos</a> - Vector Trigonometric Cos</li>
<li><a href="function.trader-cosh.php" class="index">trader_cosh</a> - Vector Trigonometric Cosh</li>
<li><a href="function.trader-dema.php" class="index">trader_dema</a> - Double Exponential Moving Average</li>
<li><a href="function.trader-div.php" class="index">trader_div</a> - Vector Arithmetic Div</li>
<li><a href="function.trader-dx.php" class="index">trader_dx</a> - Directional Movement Index</li>
<li><a href="function.trader-ema.php" class="index">trader_ema</a> - Exponential Moving Average</li>
<li><a href="function.trader-errno.php" class="index">trader_errno</a> - Get error code</li>
<li><a href="function.trader-exp.php" class="index">trader_exp</a> - Vector Arithmetic Exp</li>
<li><a href="function.trader-floor.php" class="index">trader_floor</a> - Vector Floor</li>
<li><a href="function.trader-get-compat.php" class="index">trader_get_compat</a> - Get compatibility mode</li>
<li><a href="function.trader-get-unstable-period.php" class="index">trader_get_unstable_period</a> - Get unstable period</li>
<li><a href="function.trader-ht-dcperiod.php" class="index">trader_ht_dcperiod</a> - Hilbert Transform - Dominant Cycle Period</li>
<li><a href="function.trader-ht-dcphase.php" class="index">trader_ht_dcphase</a> - Hilbert Transform - Dominant Cycle Phase</li>
<li><a href="function.trader-ht-phasor.php" class="index">trader_ht_phasor</a> - Hilbert Transform - Phasor Components</li>
<li><a href="function.trader-ht-sine.php" class="index">trader_ht_sine</a> - Hilbert Transform - SineWave</li>
<li><a href="function.trader-ht-trendline.php" class="index">trader_ht_trendline</a> - Hilbert Transform - Instantaneous Trendline</li>
<li><a href="function.trader-ht-trendmode.php" class="index">trader_ht_trendmode</a> - Hilbert Transform - Trend vs Cycle Mode</li>
<li><a href="function.trader-kama.php" class="index">trader_kama</a> - Kaufman Adaptive Moving Average</li>
<li><a href="function.trader-linearreg.php" class="index">trader_linearreg</a> - Linear Regression</li>
<li><a href="function.trader-linearreg-angle.php" class="index">trader_linearreg_angle</a> - Linear Regression Angle</li>
<li><a href="function.trader-linearreg-intercept.php" class="index">trader_linearreg_intercept</a> - Linear Regression Intercept</li>
<li><a href="function.trader-linearreg-slope.php" class="index">trader_linearreg_slope</a> - Linear Regression Slope</li>
<li><a href="function.trader-ln.php" class="index">trader_ln</a> - Vector Log Natural</li>
<li><a href="function.trader-log10.php" class="index">trader_log10</a> - Vector Log10</li>
<li><a href="function.trader-ma.php" class="index">trader_ma</a> - Moving average</li>
<li><a href="function.trader-macd.php" class="index">trader_macd</a> - Moving Average Convergence/Divergence</li>
<li><a href="function.trader-macdext.php" class="index">trader_macdext</a> - MACD with controllable MA type</li>
<li><a href="function.trader-macdfix.php" class="index">trader_macdfix</a> - Moving Average Convergence/Divergence Fix 12/26</li>
<li><a href="function.trader-mama.php" class="index">trader_mama</a> - MESA Adaptive Moving Average</li>
<li><a href="function.trader-mavp.php" class="index">trader_mavp</a> - Moving average with variable period</li>
<li><a href="function.trader-max.php" class="index">trader_max</a> - Highest value over a specified period</li>
<li><a href="function.trader-maxindex.php" class="index">trader_maxindex</a> - Index of highest value over a specified period</li>
<li><a href="function.trader-medprice.php" class="index">trader_medprice</a> - Median Price</li>
<li><a href="function.trader-mfi.php" class="index">trader_mfi</a> - Money Flow Index</li>
<li><a href="function.trader-midpoint.php" class="index">trader_midpoint</a> - MidPoint over period</li>
<li><a href="function.trader-midprice.php" class="index">trader_midprice</a> - Midpoint Price over period</li>
<li><a href="function.trader-min.php" class="index">trader_min</a> - Lowest value over a specified period</li>
<li><a href="function.trader-minindex.php" class="index">trader_minindex</a> - Index of lowest value over a specified period</li>
<li><a href="function.trader-minmax.php" class="index">trader_minmax</a> - Lowest and highest values over a specified period</li>
<li><a href="function.trader-minmaxindex.php" class="index">trader_minmaxindex</a> - Indexes of lowest and highest values over a specified period</li>
<li><a href="function.trader-minus-di.php" class="index">trader_minus_di</a> - Minus Directional Indicator</li>
<li><a href="function.trader-minus-dm.php" class="index">trader_minus_dm</a> - Minus Directional Movement</li>
<li><a href="function.trader-mom.php" class="index">trader_mom</a> - Momentum</li>
<li><a href="function.trader-mult.php" class="index">trader_mult</a> - Vector Arithmetic Mult</li>
<li><a href="function.trader-natr.php" class="index">trader_natr</a> - Normalized Average True Range</li>
<li><a href="function.trader-obv.php" class="index">trader_obv</a> - On Balance Volume</li>
<li><a href="function.trader-plus-di.php" class="index">trader_plus_di</a> - Plus Directional Indicator</li>
<li><a href="function.trader-plus-dm.php" class="index">trader_plus_dm</a> - Plus Directional Movement</li>
<li><a href="function.trader-ppo.php" class="index">trader_ppo</a> - Percentage Price Oscillator</li>
<li><a href="function.trader-roc.php" class="index">trader_roc</a> - Rate of change : ((price/prevPrice)-1)*100</li>
<li><a href="function.trader-rocp.php" class="index">trader_rocp</a> - Rate of change Percentage: (price-prevPrice)/prevPrice</li>
<li><a href="function.trader-rocr.php" class="index">trader_rocr</a> - Rate of change ratio: (price/prevPrice)</li>
<li><a href="function.trader-rocr100.php" class="index">trader_rocr100</a> - Rate of change ratio 100 scale: (price/prevPrice)*100</li>
<li><a href="function.trader-rsi.php" class="index">trader_rsi</a> - Relative Strength Index</li>
<li><a href="function.trader-sar.php" class="index">trader_sar</a> - Parabolic SAR</li>
<li><a href="function.trader-sarext.php" class="index">trader_sarext</a> - Parabolic SAR - Extended</li>
<li><a href="function.trader-set-compat.php" class="index">trader_set_compat</a> - Set compatibility mode</li>
<li><a href="function.trader-set-unstable-period.php" class="index">trader_set_unstable_period</a> - Set unstable period</li>
<li><a href="function.trader-sin.php" class="index">trader_sin</a> - Vector Trigonometric Sin</li>
<li><a href="function.trader-sinh.php" class="index">trader_sinh</a> - Vector Trigonometric Sinh</li>
<li><a href="function.trader-sma.php" class="index">trader_sma</a> - Simple Moving Average</li>
<li><a href="function.trader-sqrt.php" class="index">trader_sqrt</a> - Vector Square Root</li>
<li><a href="function.trader-stddev.php" class="index">trader_stddev</a> - Standard Deviation</li>
<li><a href="function.trader-stoch.php" class="index">trader_stoch</a> - Stochastic</li>
<li><a href="function.trader-stochf.php" class="index">trader_stochf</a> - Stochastic Fast</li>
<li><a href="function.trader-stochrsi.php" class="index">trader_stochrsi</a> - Stochastic Relative Strength Index</li>
<li><a href="function.trader-sub.php" class="index">trader_sub</a> - Vector Arithmetic Subtraction</li>
<li><a href="function.trader-sum.php" class="index">trader_sum</a> - Summation</li>
<li><a href="function.trader-t3.php" class="index">trader_t3</a> - Triple Exponential Moving Average (T3)</li>
<li><a href="function.trader-tan.php" class="index">trader_tan</a> - Vector Trigonometric Tan</li>
<li><a href="function.trader-tanh.php" class="index">trader_tanh</a> - Vector Trigonometric Tanh</li>
<li><a href="function.trader-tema.php" class="index">trader_tema</a> - Triple Exponential Moving Average</li>
<li><a href="function.trader-trange.php" class="index">trader_trange</a> - True Range</li>
<li><a href="function.trader-trima.php" class="index">trader_trima</a> - Triangular Moving Average</li>
<li><a href="function.trader-trix.php" class="index">trader_trix</a> - 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA</li>
<li><a href="function.trader-tsf.php" class="index">trader_tsf</a> - Time Series Forecast</li>
<li><a href="function.trader-typprice.php" class="index">trader_typprice</a> - Typical Price</li>
<li><a href="function.trader-ultosc.php" class="index">trader_ultosc</a> - Ultimate Oscillator</li>
<li><a href="function.trader-var.php" class="index">trader_var</a> - Variance</li>
<li><a href="function.trader-wclprice.php" class="index">trader_wclprice</a> - Weighted Close Price</li>
<li><a href="function.trader-willr.php" class="index">trader_willr</a> - Williams' %R</li>
<li><a href="function.trader-wma.php" class="index">trader_wma</a> - Weighted Moving Average</li>
<li><a href="function.trait-exists.php" class="index">trait_exists</a> - トレイトが存在するかどうかを調べる</li>
<li><a href="transliterator.create.php" class="index">Transliterator::create</a> - Transliterator を作成する</li>
<li><a href="transliterator.createfromrules.php" class="index">Transliterator::createFromRules</a> - 規則に基づいた Transliterator を作成する</li>
<li><a href="transliterator.createinverse.php" class="index">Transliterator::createInverse</a> - 逆方向の Transliterator を作成する</li>
<li><a href="transliterator.geterrorcode.php" class="index">Transliterator::getErrorCode</a> - 直近のエラーコードを取得する</li>
<li><a href="transliterator.geterrormessage.php" class="index">Transliterator::getErrorMessage</a> - 直近のエラーメッセージを取得する</li>
<li><a href="transliterator.listids.php" class="index">Transliterator::listIDs</a> - Transliterator の ID を取得する</li>
<li><a href="transliterator.transliterate.php" class="index">Transliterator::transliterate</a> - 文字列を音訳する</li>
<li><a href="transliterator.construct.php" class="index">Transliterator::__construct</a> - インスタンス化を拒否するために private にしたコンストラクタ</li>
<li><a href="function.trigger-error.php" class="index">trigger_error</a> - ユーザーレベルのエラー/警告/通知メッセージを生成する</li>
<li><a href="function.trim.php" class="index">trim</a> - 文字列の先頭および末尾にあるホワイトスペースを取り除く</li>
</ul></li>
<li class='gen-index index-for-u'>u<ul id='refentry-index-for-u'>
<li><a href="function.uasort.php" class="index">uasort</a> - ユーザー定義の比較関数で配列をソートし、連想インデックスを保持する</li>
<li><a href="function.ucfirst.php" class="index">ucfirst</a> - 文字列の最初の文字を大文字にする</li>
<li><a href="uconverter.convert.php" class="index">UConverter::convert</a> - ある文字セットから別の文字セットに文字列を変換する</li>
<li><a href="uconverter.fromucallback.php" class="index">UConverter::fromUCallback</a> - デフォルトの &quot;from&quot; コールバック関数</li>
<li><a href="uconverter.getaliases.php" class="index">UConverter::getAliases</a> - 指定した名前のエイリアスを取得する</li>
<li><a href="uconverter.getavailable.php" class="index">UConverter::getAvailable</a> - 利用可能なコンバーター名を取得する</li>
<li><a href="uconverter.getdestinationencoding.php" class="index">UConverter::getDestinationEncoding</a> - 変換先エンコーディングを取得する</li>
<li><a href="uconverter.getdestinationtype.php" class="index">UConverter::getDestinationType</a> - 変換先のコンバーターの型を取得する</li>
<li><a href="uconverter.geterrorcode.php" class="index">UConverter::getErrorCode</a> - 直近のエラーコードを取得する</li>
<li><a href="uconverter.geterrormessage.php" class="index">UConverter::getErrorMessage</a> - 直近のエラーメッセージを取得する</li>
<li><a href="uconverter.getsourceencoding.php" class="index">UConverter::getSourceEncoding</a> - 変換元エンコーディングを取得する</li>
<li><a href="uconverter.getsourcetype.php" class="index">UConverter::getSourceType</a> - 変換元のコンバーターの型を取得する</li>
<li><a href="uconverter.getstandards.php" class="index">UConverter::getStandards</a> - コンバーター名に対応する標準を取得する</li>
<li><a href="uconverter.getsubstchars.php" class="index">UConverter::getSubstChars</a> - 置換文字を取得する</li>
<li><a href="uconverter.reasontext.php" class="index">UConverter::reasonText</a> - コールバックの理由を表す文字列を取得する</li>
<li><a href="uconverter.setdestinationencoding.php" class="index">UConverter::setDestinationEncoding</a> - 変換先エンコーディングを設定する</li>
<li><a href="uconverter.setsourceencoding.php" class="index">UConverter::setSourceEncoding</a> - 変換元エンコーディングを設定する</li>
<li><a href="uconverter.setsubstchars.php" class="index">UConverter::setSubstChars</a> - 置換文字を設定する</li>
<li><a href="uconverter.toucallback.php" class="index">UConverter::toUCallback</a> - デフォルトの &quot;to&quot; コールバック関数</li>
<li><a href="uconverter.transcode.php" class="index">UConverter::transcode</a> - ある文字エンコーディングから別の文字エンコーディングに文字列を変換する</li>
<li><a href="uconverter.construct.php" class="index">UConverter::__construct</a> - UConverter オブジェクトを作る</li>
<li><a href="function.ucwords.php" class="index">ucwords</a> - 文字列の各単語の最初の文字を大文字にする</li>
<li><a href="ui-area.ondraw.php" class="index">UI\Area::onDraw</a> - Draw Callback</li>
<li><a href="ui-area.onkey.php" class="index">UI\Area::onKey</a> - Key Callback</li>
<li><a href="ui-area.onmouse.php" class="index">UI\Area::onMouse</a> - Mouse Callback</li>
<li><a href="ui-area.redraw.php" class="index">UI\Area::redraw</a> - Redraw Area</li>
<li><a href="ui-area.scrollto.php" class="index">UI\Area::scrollTo</a> - Area Scroll</li>
<li><a href="ui-area.setsize.php" class="index">UI\Area::setSize</a> - Set Size</li>
<li><a href="ui-control.destroy.php" class="index">UI\Control::destroy</a> - Destroy Control</li>
<li><a href="ui-control.disable.php" class="index">UI\Control::disable</a> - Disable Control</li>
<li><a href="ui-control.enable.php" class="index">UI\Control::enable</a> - Enable Control</li>
<li><a href="ui-control.getparent.php" class="index">UI\Control::getParent</a> - Get Parent Control</li>
<li><a href="ui-control.gettoplevel.php" class="index">UI\Control::getTopLevel</a> - Get Top Level</li>
<li><a href="ui-control.hide.php" class="index">UI\Control::hide</a> - Hide Control</li>
<li><a href="ui-control.isenabled.php" class="index">UI\Control::isEnabled</a> - Determine if Control is enabled</li>
<li><a href="ui-control.isvisible.php" class="index">UI\Control::isVisible</a> - Determine if Control is visible</li>
<li><a href="ui-control.setparent.php" class="index">UI\Control::setParent</a> - Set Parent Control</li>
<li><a href="ui-control.show.php" class="index">UI\Control::show</a> - Control Show</li>
<li><a href="ui-controls-box.append.php" class="index">UI\Controls\Box::append</a> - Append Control</li>
<li><a href="ui-controls-box.delete.php" class="index">UI\Controls\Box::delete</a> - Delete Control</li>
<li><a href="ui-controls-box.getorientation.php" class="index">UI\Controls\Box::getOrientation</a> - Get Orientation</li>
<li><a href="ui-controls-box.ispadded.php" class="index">UI\Controls\Box::isPadded</a> - Padding Detection</li>
<li><a href="ui-controls-box.setpadded.php" class="index">UI\Controls\Box::setPadded</a> - Set Padding</li>
<li><a href="ui-controls-box.construct.php" class="index">UI\Controls\Box::__construct</a> - Construct a new Box</li>
<li><a href="ui-controls-button.gettext.php" class="index">UI\Controls\Button::getText</a> - Get Text</li>
<li><a href="ui-controls-button.onclick.php" class="index">UI\Controls\Button::onClick</a> - Click Handler</li>
<li><a href="ui-controls-button.settext.php" class="index">UI\Controls\Button::setText</a> - Set Text</li>
<li><a href="ui-controls-button.construct.php" class="index">UI\Controls\Button::__construct</a> - Construct a new Button</li>
<li><a href="ui-controls-check.gettext.php" class="index">UI\Controls\Check::getText</a> - Get Text</li>
<li><a href="ui-controls-check.ischecked.php" class="index">UI\Controls\Check::isChecked</a> - Checked Detection</li>
<li><a href="ui-controls-check.ontoggle.php" class="index">UI\Controls\Check::onToggle</a> - Toggle Callback</li>
<li><a href="ui-controls-check.setchecked.php" class="index">UI\Controls\Check::setChecked</a> - Set Checked</li>
<li><a href="ui-controls-check.settext.php" class="index">UI\Controls\Check::setText</a> - Set Text</li>
<li><a href="ui-controls-check.construct.php" class="index">UI\Controls\Check::__construct</a> - Construct a new Check</li>
<li><a href="ui-controls-colorbutton.getcolor.php" class="index">UI\Controls\ColorButton::getColor</a> - Get Color</li>
<li><a href="ui-controls-colorbutton.onchange.php" class="index">UI\Controls\ColorButton::onChange</a> - Change Handler</li>
<li><a href="ui-controls-colorbutton.setcolor.php" class="index">UI\Controls\ColorButton::setColor</a> - Set Color</li>
<li><a href="ui-controls-combo.append.php" class="index">UI\Controls\Combo::append</a> - Append Option</li>
<li><a href="ui-controls-combo.getselected.php" class="index">UI\Controls\Combo::getSelected</a> - Get Selected Option</li>
<li><a href="ui-controls-combo.onselected.php" class="index">UI\Controls\Combo::onSelected</a> - Selected Handler</li>
<li><a href="ui-controls-combo.setselected.php" class="index">UI\Controls\Combo::setSelected</a> - Set Selected Option</li>
<li><a href="ui-controls-editablecombo.append.php" class="index">UI\Controls\EditableCombo::append</a> - Append Option</li>
<li><a href="ui-controls-editablecombo.gettext.php" class="index">UI\Controls\EditableCombo::getText</a> - Get Text</li>
<li><a href="ui-controls-editablecombo.onchange.php" class="index">UI\Controls\EditableCombo::onChange</a> - Change Handler</li>
<li><a href="ui-controls-editablecombo.settext.php" class="index">UI\Controls\EditableCombo::setText</a> - Set Text</li>
<li><a href="ui-controls-entry.gettext.php" class="index">UI\Controls\Entry::getText</a> - Get Text</li>
<li><a href="ui-controls-entry.isreadonly.php" class="index">UI\Controls\Entry::isReadOnly</a> - Detect Read Only</li>
<li><a href="ui-controls-entry.onchange.php" class="index">UI\Controls\Entry::onChange</a> - Change Handler</li>
<li><a href="ui-controls-entry.setreadonly.php" class="index">UI\Controls\Entry::setReadOnly</a> - Set Read Only</li>
<li><a href="ui-controls-entry.settext.php" class="index">UI\Controls\Entry::setText</a> - Set Text</li>
<li><a href="ui-controls-entry.construct.php" class="index">UI\Controls\Entry::__construct</a> - Construct a new Entry</li>
<li><a href="ui-controls-form.append.php" class="index">UI\Controls\Form::append</a> - Append Control</li>
<li><a href="ui-controls-form.delete.php" class="index">UI\Controls\Form::delete</a> - Delete Control</li>
<li><a href="ui-controls-form.ispadded.php" class="index">UI\Controls\Form::isPadded</a> - Padding Detection</li>
<li><a href="ui-controls-form.setpadded.php" class="index">UI\Controls\Form::setPadded</a> - Set Padding</li>
<li><a href="ui-controls-grid.append.php" class="index">UI\Controls\Grid::append</a> - Append Control</li>
<li><a href="ui-controls-grid.ispadded.php" class="index">UI\Controls\Grid::isPadded</a> - Padding Detection</li>
<li><a href="ui-controls-grid.setpadded.php" class="index">UI\Controls\Grid::setPadded</a> - Set Padding</li>
<li><a href="ui-controls-group.append.php" class="index">UI\Controls\Group::append</a> - Append Control</li>
<li><a href="ui-controls-group.gettitle.php" class="index">UI\Controls\Group::getTitle</a> - Get Title</li>
<li><a href="ui-controls-group.hasmargin.php" class="index">UI\Controls\Group::hasMargin</a> - Margin Detection</li>
<li><a href="ui-controls-group.setmargin.php" class="index">UI\Controls\Group::setMargin</a> - Set Margin</li>
<li><a href="ui-controls-group.settitle.php" class="index">UI\Controls\Group::setTitle</a> - Set Title</li>
<li><a href="ui-controls-group.construct.php" class="index">UI\Controls\Group::__construct</a> - Construct a new Group</li>
<li><a href="ui-controls-label.gettext.php" class="index">UI\Controls\Label::getText</a> - Get Text</li>
<li><a href="ui-controls-label.settext.php" class="index">UI\Controls\Label::setText</a> - Set Text</li>
<li><a href="ui-controls-label.construct.php" class="index">UI\Controls\Label::__construct</a> - Construct a new Label</li>
<li><a href="ui-controls-multilineentry.append.php" class="index">UI\Controls\MultilineEntry::append</a> - Append Text</li>
<li><a href="ui-controls-multilineentry.gettext.php" class="index">UI\Controls\MultilineEntry::getText</a> - Get Text</li>
<li><a href="ui-controls-multilineentry.isreadonly.php" class="index">UI\Controls\MultilineEntry::isReadOnly</a> - Read Only Detection</li>
<li><a href="ui-controls-multilineentry.onchange.php" class="index">UI\Controls\MultilineEntry::onChange</a> - Change Handler</li>
<li><a href="ui-controls-multilineentry.setreadonly.php" class="index">UI\Controls\MultilineEntry::setReadOnly</a> - Set Read Only</li>
<li><a href="ui-controls-multilineentry.settext.php" class="index">UI\Controls\MultilineEntry::setText</a> - Set Text</li>
<li><a href="ui-controls-multilineentry.construct.php" class="index">UI\Controls\MultilineEntry::__construct</a> - Construct a new Multiline Entry</li>
<li><a href="ui-controls-picker.construct.php" class="index">UI\Controls\Picker::__construct</a> - Construct a new Picker</li>
<li><a href="ui-controls-progress.getvalue.php" class="index">UI\Controls\Progress::getValue</a> - Get Value</li>
<li><a href="ui-controls-progress.setvalue.php" class="index">UI\Controls\Progress::setValue</a> - Set Value</li>
<li><a href="ui-controls-radio.append.php" class="index">UI\Controls\Radio::append</a> - Append Option</li>
<li><a href="ui-controls-radio.getselected.php" class="index">UI\Controls\Radio::getSelected</a> - Get Selected Option</li>
<li><a href="ui-controls-radio.onselected.php" class="index">UI\Controls\Radio::onSelected</a> - Selected Handler</li>
<li><a href="ui-controls-radio.setselected.php" class="index">UI\Controls\Radio::setSelected</a> - Set Selected Option</li>
<li><a href="ui-controls-separator.construct.php" class="index">UI\Controls\Separator::__construct</a> - Construct a new Separator</li>
<li><a href="ui-controls-slider.getvalue.php" class="index">UI\Controls\Slider::getValue</a> - Get Value</li>
<li><a href="ui-controls-slider.onchange.php" class="index">UI\Controls\Slider::onChange</a> - Change Handler</li>
<li><a href="ui-controls-slider.setvalue.php" class="index">UI\Controls\Slider::setValue</a> - Set Value</li>
<li><a href="ui-controls-slider.construct.php" class="index">UI\Controls\Slider::__construct</a> - Construct a new Slider</li>
<li><a href="ui-controls-spin.getvalue.php" class="index">UI\Controls\Spin::getValue</a> - Get Value</li>
<li><a href="ui-controls-spin.onchange.php" class="index">UI\Controls\Spin::onChange</a> - Change Handler</li>
<li><a href="ui-controls-spin.setvalue.php" class="index">UI\Controls\Spin::setValue</a> - Set Value</li>
<li><a href="ui-controls-spin.construct.php" class="index">UI\Controls\Spin::__construct</a> - Construct a new Spin</li>
<li><a href="ui-controls-tab.append.php" class="index">UI\Controls\Tab::append</a> - Append Page</li>
<li><a href="ui-controls-tab.delete.php" class="index">UI\Controls\Tab::delete</a> - Delete Page</li>
<li><a href="ui-controls-tab.hasmargin.php" class="index">UI\Controls\Tab::hasMargin</a> - Margin Detection</li>
<li><a href="ui-controls-tab.insertat.php" class="index">UI\Controls\Tab::insertAt</a> - Insert Page</li>
<li><a href="ui-controls-tab.pages.php" class="index">UI\Controls\Tab::pages</a> - Page Count</li>
<li><a href="ui-controls-tab.setmargin.php" class="index">UI\Controls\Tab::setMargin</a> - Set Margin</li>
<li><a href="ui-draw-brush.getcolor.php" class="index">UI\Draw\Brush::getColor</a> - Get Color</li>
<li><a href="ui-draw-brush.setcolor.php" class="index">UI\Draw\Brush::setColor</a> - Set Color</li>
<li><a href="ui-draw-brush.construct.php" class="index">UI\Draw\Brush::__construct</a> - Construct a new Brush</li>
<li><a href="ui-draw-brush-gradient.addstop.php" class="index">UI\Draw\Brush\Gradient::addStop</a> - Stop Manipulation</li>
<li><a href="ui-draw-brush-gradient.delstop.php" class="index">UI\Draw\Brush\Gradient::delStop</a> - Stop Manipulation</li>
<li><a href="ui-draw-brush-gradient.setstop.php" class="index">UI\Draw\Brush\Gradient::setStop</a> - Stop Manipulation</li>
<li><a href="ui-draw-brush-lineargradient.construct.php" class="index">UI\Draw\Brush\LinearGradient::__construct</a> - Construct a Linear Gradient</li>
<li><a href="ui-draw-brush-radialgradient.construct.php" class="index">UI\Draw\Brush\RadialGradient::__construct</a> - Construct a new Radial Gradient</li>
<li><a href="ui-draw-color.getchannel.php" class="index">UI\Draw\Color::getChannel</a> - Color Manipulation</li>
<li><a href="ui-draw-color.setchannel.php" class="index">UI\Draw\Color::setChannel</a> - Color Manipulation</li>
<li><a href="ui-draw-color.construct.php" class="index">UI\Draw\Color::__construct</a> - Construct new Color</li>
<li><a href="ui-draw-matrix.invert.php" class="index">UI\Draw\Matrix::invert</a> - Invert Matrix</li>
<li><a href="ui-draw-matrix.isinvertible.php" class="index">UI\Draw\Matrix::isInvertible</a> - Invertible Detection</li>
<li><a href="ui-draw-matrix.multiply.php" class="index">UI\Draw\Matrix::multiply</a> - Multiply Matrix</li>
<li><a href="ui-draw-matrix.rotate.php" class="index">UI\Draw\Matrix::rotate</a> - Rotate Matrix</li>
<li><a href="ui-draw-matrix.scale.php" class="index">UI\Draw\Matrix::scale</a> - Scale Matrix</li>
<li><a href="ui-draw-matrix.skew.php" class="index">UI\Draw\Matrix::skew</a> - Skew Matrix</li>
<li><a href="ui-draw-matrix.translate.php" class="index">UI\Draw\Matrix::translate</a> - Translate Matrix</li>
<li><a href="ui-draw-path.addrectangle.php" class="index">UI\Draw\Path::addRectangle</a> - Draw a Rectangle</li>
<li><a href="ui-draw-path.arcto.php" class="index">UI\Draw\Path::arcTo</a> - Draw an Arc</li>
<li><a href="ui-draw-path.bezierto.php" class="index">UI\Draw\Path::bezierTo</a> - Draw Bezier Curve</li>
<li><a href="ui-draw-path.closefigure.php" class="index">UI\Draw\Path::closeFigure</a> - Close Figure</li>
<li><a href="ui-draw-path.end.php" class="index">UI\Draw\Path::end</a> - Finalize Path</li>
<li><a href="ui-draw-path.lineto.php" class="index">UI\Draw\Path::lineTo</a> - Draw a Line</li>
<li><a href="ui-draw-path.newfigure.php" class="index">UI\Draw\Path::newFigure</a> - Draw Figure</li>
<li><a href="ui-draw-path.newfigurewitharc.php" class="index">UI\Draw\Path::newFigureWithArc</a> - Draw Figure with Arc</li>
<li><a href="ui-draw-path.construct.php" class="index">UI\Draw\Path::__construct</a> - Construct a new Path</li>
<li><a href="ui-draw-pen.clip.php" class="index">UI\Draw\Pen::clip</a> - Clip a Path</li>
<li><a href="ui-draw-pen.fill.php" class="index">UI\Draw\Pen::fill</a> - Fill a Path</li>
<li><a href="ui-draw-pen.restore.php" class="index">UI\Draw\Pen::restore</a> - Restore</li>
<li><a href="ui-draw-pen.save.php" class="index">UI\Draw\Pen::save</a> - Save</li>
<li><a href="ui-draw-pen.stroke.php" class="index">UI\Draw\Pen::stroke</a> - Stroke a Path</li>
<li><a href="ui-draw-pen.transform.php" class="index">UI\Draw\Pen::transform</a> - Matrix Transform</li>
<li><a href="ui-draw-pen.write.php" class="index">UI\Draw\Pen::write</a> - Draw Text at Point</li>
<li><a href="ui-draw-stroke.getcap.php" class="index">UI\Draw\Stroke::getCap</a> - Get Line Cap</li>
<li><a href="ui-draw-stroke.getjoin.php" class="index">UI\Draw\Stroke::getJoin</a> - Get Line Join</li>
<li><a href="ui-draw-stroke.getmiterlimit.php" class="index">UI\Draw\Stroke::getMiterLimit</a> - Get Miter Limit</li>
<li><a href="ui-draw-stroke.getthickness.php" class="index">UI\Draw\Stroke::getThickness</a> - Get Thickness</li>
<li><a href="ui-draw-stroke.setcap.php" class="index">UI\Draw\Stroke::setCap</a> - Set Line Cap</li>
<li><a href="ui-draw-stroke.setjoin.php" class="index">UI\Draw\Stroke::setJoin</a> - Set Line Join</li>
<li><a href="ui-draw-stroke.setmiterlimit.php" class="index">UI\Draw\Stroke::setMiterLimit</a> - Set Miter Limit</li>
<li><a href="ui-draw-stroke.setthickness.php" class="index">UI\Draw\Stroke::setThickness</a> - Set Thickness</li>
<li><a href="ui-draw-stroke.construct.php" class="index">UI\Draw\Stroke::__construct</a> - Construct a new Stroke</li>
<li><a href="ui-draw-text-font.getascent.php" class="index">UI\Draw\Text\Font::getAscent</a> - Font Metrics</li>
<li><a href="ui-draw-text-font.getdescent.php" class="index">UI\Draw\Text\Font::getDescent</a> - Font Metrics</li>
<li><a href="ui-draw-text-font.getleading.php" class="index">UI\Draw\Text\Font::getLeading</a> - Font Metrics</li>
<li><a href="ui-draw-text-font.getunderlineposition.php" class="index">UI\Draw\Text\Font::getUnderlinePosition</a> - Font Metrics</li>
<li><a href="ui-draw-text-font.getunderlinethickness.php" class="index">UI\Draw\Text\Font::getUnderlineThickness</a> - Font Metrics</li>
<li><a href="ui-draw-text-font.construct.php" class="index">UI\Draw\Text\Font::__construct</a> - Construct a new Font</li>
<li><a href="ui-draw-text-font-descriptor.getfamily.php" class="index">UI\Draw\Text\Font\Descriptor::getFamily</a> - Get Font Family</li>
<li><a href="ui-draw-text-font-descriptor.getitalic.php" class="index">UI\Draw\Text\Font\Descriptor::getItalic</a> - Style Detection</li>
<li><a href="ui-draw-text-font-descriptor.getsize.php" class="index">UI\Draw\Text\Font\Descriptor::getSize</a> - Size Detection</li>
<li><a href="ui-draw-text-font-descriptor.getstretch.php" class="index">UI\Draw\Text\Font\Descriptor::getStretch</a> - Style Detection</li>
<li><a href="ui-draw-text-font-descriptor.getweight.php" class="index">UI\Draw\Text\Font\Descriptor::getWeight</a> - Weight Detection</li>
<li><a href="ui-draw-text-font-descriptor.construct.php" class="index">UI\Draw\Text\Font\Descriptor::__construct</a> - Construct a new Font Descriptor</li>
<li><a href="function.ui-draw-text-font-fontfamilies.php" class="index">UI\Draw\Text\Font\fontFamilies</a> - Retrieve Font Families</li>
<li><a href="ui-draw-text-layout.setcolor.php" class="index">UI\Draw\Text\Layout::setColor</a> - Set Color</li>
<li><a href="ui-draw-text-layout.setwidth.php" class="index">UI\Draw\Text\Layout::setWidth</a> - Set Width</li>
<li><a href="ui-draw-text-layout.construct.php" class="index">UI\Draw\Text\Layout::__construct</a> - Construct a new Text Layout</li>
<li><a href="ui-executor.kill.php" class="index">UI\Executor::kill</a> - Stop Executor</li>
<li><a href="ui-executor.onexecute.php" class="index">UI\Executor::onExecute</a> - Execution Callback</li>
<li><a href="ui-executor.setinterval.php" class="index">UI\Executor::setInterval</a> - Interval Manipulation</li>
<li><a href="ui-executor.construct.php" class="index">UI\Executor::__construct</a> - Construct a new Executor</li>
<li><a href="ui-menu.append.php" class="index">UI\Menu::append</a> - Append Menu Item</li>
<li><a href="ui-menu.appendabout.php" class="index">UI\Menu::appendAbout</a> - Append About Menu Item</li>
<li><a href="ui-menu.appendcheck.php" class="index">UI\Menu::appendCheck</a> - Append Checkable Menu Item</li>
<li><a href="ui-menu.appendpreferences.php" class="index">UI\Menu::appendPreferences</a> - Append Preferences Menu Item</li>
<li><a href="ui-menu.appendquit.php" class="index">UI\Menu::appendQuit</a> - Append Quit Menu Item</li>
<li><a href="ui-menu.appendseparator.php" class="index">UI\Menu::appendSeparator</a> - Append Menu Item Separator</li>
<li><a href="ui-menu.construct.php" class="index">UI\Menu::__construct</a> - Construct a new Menu</li>
<li><a href="ui-menuitem.disable.php" class="index">UI\MenuItem::disable</a> - Disable Menu Item</li>
<li><a href="ui-menuitem.enable.php" class="index">UI\MenuItem::enable</a> - Enable Menu Item</li>
<li><a href="ui-menuitem.ischecked.php" class="index">UI\MenuItem::isChecked</a> - Detect Checked</li>
<li><a href="ui-menuitem.onclick.php" class="index">UI\MenuItem::onClick</a> - On Click Callback</li>
<li><a href="ui-menuitem.setchecked.php" class="index">UI\MenuItem::setChecked</a> - Set Checked</li>
<li><a href="ui-point.at.php" class="index">UI\Point::at</a> - Size Coercion</li>
<li><a href="ui-point.getx.php" class="index">UI\Point::getX</a> - Retrieves X</li>
<li><a href="ui-point.gety.php" class="index">UI\Point::getY</a> - Retrieves Y</li>
<li><a href="ui-point.setx.php" class="index">UI\Point::setX</a> - Set X</li>
<li><a href="ui-point.sety.php" class="index">UI\Point::setY</a> - Set Y</li>
<li><a href="ui-point.construct.php" class="index">UI\Point::__construct</a> - Construct a new Point</li>
<li><a href="function.ui-quit.php" class="index">UI\quit</a> - Quit UI Loop</li>
<li><a href="function.ui-run.php" class="index">UI\run</a> - Enter UI Loop</li>
<li><a href="ui-size.getheight.php" class="index">UI\Size::getHeight</a> - Retrieves Height</li>
<li><a href="ui-size.getwidth.php" class="index">UI\Size::getWidth</a> - Retrives Width</li>
<li><a href="ui-size.of.php" class="index">UI\Size::of</a> - Point Coercion</li>
<li><a href="ui-size.setheight.php" class="index">UI\Size::setHeight</a> - Set Height</li>
<li><a href="ui-size.setwidth.php" class="index">UI\Size::setWidth</a> - Set Width</li>
<li><a href="ui-size.construct.php" class="index">UI\Size::__construct</a> - Construct a new Size</li>
<li><a href="ui-window.add.php" class="index">UI\Window::add</a> - Add a Control</li>
<li><a href="ui-window.error.php" class="index">UI\Window::error</a> - Show Error Box</li>
<li><a href="ui-window.getsize.php" class="index">UI\Window::getSize</a> - Get Window Size</li>
<li><a href="ui-window.gettitle.php" class="index">UI\Window::getTitle</a> - Get Title</li>
<li><a href="ui-window.hasborders.php" class="index">UI\Window::hasBorders</a> - Border Detection</li>
<li><a href="ui-window.hasmargin.php" class="index">UI\Window::hasMargin</a> - Margin Detection</li>
<li><a href="ui-window.isfullscreen.php" class="index">UI\Window::isFullScreen</a> - Full Screen Detection</li>
<li><a href="ui-window.msg.php" class="index">UI\Window::msg</a> - Show Message Box</li>
<li><a href="ui-window.onclosing.php" class="index">UI\Window::onClosing</a> - Closing Callback</li>
<li><a href="ui-window.open.php" class="index">UI\Window::open</a> - Open Dialog</li>
<li><a href="ui-window.save.php" class="index">UI\Window::save</a> - Save Dialog</li>
<li><a href="ui-window.setborders.php" class="index">UI\Window::setBorders</a> - Border Use</li>
<li><a href="ui-window.setfullscreen.php" class="index">UI\Window::setFullScreen</a> - Full Screen Use</li>
<li><a href="ui-window.setmargin.php" class="index">UI\Window::setMargin</a> - Margin Use</li>
<li><a href="ui-window.setsize.php" class="index">UI\Window::setSize</a> - Set Size</li>
<li><a href="ui-window.settitle.php" class="index">UI\Window::setTitle</a> - Window Title</li>
<li><a href="ui-window.construct.php" class="index">UI\Window::__construct</a> - Construct a new Window</li>
<li><a href="function.uksort.php" class="index">uksort</a> - ユーザー定義の比較関数を用いて、キーで配列をソートする</li>
<li><a href="function.umask.php" class="index">umask</a> - 現在の umask を変更する</li>
<li><a href="function.uniqid.php" class="index">uniqid</a> - 時刻ベースの識別子を生成する</li>
<li><a href="unitenum.cases.php" class="index">UnitEnum::cases</a> - 列挙型の case 一覧を生成する</li>
<li><a href="function.unixtojd.php" class="index">unixtojd</a> - Unix タイムスタンプをユリウス歴に変換する</li>
<li><a href="function.unlink.php" class="index">unlink</a> - ファイルを削除する</li>
<li><a href="function.unpack.php" class="index">unpack</a> - バイナリ文字列からデータを切り出す</li>
<li><a href="function.unregister-tick-function.php" class="index">unregister_tick_function</a> - 各 tick の実行用の関数の登録を解除する</li>
<li><a href="function.unserialize.php" class="index">unserialize</a> - 保存用表現から PHP の値を生成する</li>
<li><a href="function.unset.php" class="index">unset</a> - 指定した変数の割当を解除する</li>
<li><a href="function.untaint.php" class="index">untaint</a> - 文字列の汚染を除去する</li>
<li><a href="function.uopz-add-function.php" class="index">uopz_add_function</a> - Adds non-existent function or method</li>
<li><a href="function.uopz-allow-exit.php" class="index">uopz_allow_exit</a> - Allows control over disabled exit opcode</li>
<li><a href="function.uopz-backup.php" class="index">uopz_backup</a> - Backup a function</li>
<li><a href="function.uopz-compose.php" class="index">uopz_compose</a> - Compose a class</li>
<li><a href="function.uopz-copy.php" class="index">uopz_copy</a> - Copy a function</li>
<li><a href="function.uopz-delete.php" class="index">uopz_delete</a> - Delete a function</li>
<li><a href="function.uopz-del-function.php" class="index">uopz_del_function</a> - Deletes previously added function or method</li>
<li><a href="function.uopz-extend.php" class="index">uopz_extend</a> - 実行時にクラスを継承させる</li>
<li><a href="function.uopz-flags.php" class="index">uopz_flags</a> - 関数またはクラスのフラグを 取得/設定 する</li>
<li><a href="function.uopz-function.php" class="index">uopz_function</a> - Creates a function at runtime</li>
<li><a href="function.uopz-get-exit-status.php" class="index">uopz_get_exit_status</a> - Retrieve the last set exit status</li>
<li><a href="function.uopz-get-hook.php" class="index">uopz_get_hook</a> - Gets previously set hook on function or method</li>
<li><a href="function.uopz-get-mock.php" class="index">uopz_get_mock</a> - Get the current mock for a class</li>
<li><a href="function.uopz-get-property.php" class="index">uopz_get_property</a> - Gets value of class or instance property</li>
<li><a href="function.uopz-get-return.php" class="index">uopz_get_return</a> - Gets a previous set return value for a function</li>
<li><a href="function.uopz-get-static.php" class="index">uopz_get_static</a> - 関数またはメソッドスコープから、static変数を取得する</li>
<li><a href="function.uopz-implement.php" class="index">uopz_implement</a> - 実行時にインターフェイスを実装させる</li>
<li><a href="function.uopz-overload.php" class="index">uopz_overload</a> - Overload a VM opcode</li>
<li><a href="function.uopz-redefine.php" class="index">uopz_redefine</a> - 定数を再定義</li>
<li><a href="function.uopz-rename.php" class="index">uopz_rename</a> - Rename a function at runtime</li>
<li><a href="function.uopz-restore.php" class="index">uopz_restore</a> - Restore a previously backed up function</li>
<li><a href="function.uopz-set-hook.php" class="index">uopz_set_hook</a> - Sets hook to execute when entering a function or method</li>
<li><a href="function.uopz-set-mock.php" class="index">uopz_set_mock</a> - 新しいオブジェクトを生成する際に、クラスの代わりにモックを使う</li>
<li><a href="function.uopz-set-property.php" class="index">uopz_set_property</a> - Sets value of existing class or instance property</li>
<li><a href="function.uopz-set-return.php" class="index">uopz_set_return</a> - Provide a return value for an existing function</li>
<li><a href="function.uopz-set-static.php" class="index">uopz_set_static</a> - Sets the static variables in function or method scope</li>
<li><a href="function.uopz-undefine.php" class="index">uopz_undefine</a> - 定数を未定義化</li>
<li><a href="function.uopz-unset-hook.php" class="index">uopz_unset_hook</a> - Removes previously set hook on function or method</li>
<li><a href="function.uopz-unset-mock.php" class="index">uopz_unset_mock</a> - 以前に設定したモックを削除する</li>
<li><a href="function.uopz-unset-return.php" class="index">uopz_unset_return</a> - Unsets a previously set return value for a function</li>
<li><a href="uri-rfc3986-uri.equals.php" class="index">Uri\Rfc3986\Uri::equals</a> - Check if two URIs are equivalent</li>
<li><a href="uri-rfc3986-uri.getfragment.php" class="index">Uri\Rfc3986\Uri::getFragment</a> - Retrieve the normalized fragment component</li>
<li><a href="uri-rfc3986-uri.gethost.php" class="index">Uri\Rfc3986\Uri::getHost</a> - Retrieve the normalized host component</li>
<li><a href="uri-rfc3986-uri.getpassword.php" class="index">Uri\Rfc3986\Uri::getPassword</a> - Retrieve the normalized password</li>
<li><a href="uri-rfc3986-uri.getpath.php" class="index">Uri\Rfc3986\Uri::getPath</a> - Retrieve the normalized path component</li>
<li><a href="uri-rfc3986-uri.getport.php" class="index">Uri\Rfc3986\Uri::getPort</a> - Retrieve the normalized port component</li>
<li><a href="uri-rfc3986-uri.getquery.php" class="index">Uri\Rfc3986\Uri::getQuery</a> - Retrieve the normalized query component</li>
<li><a href="uri-rfc3986-uri.getrawfragment.php" class="index">Uri\Rfc3986\Uri::getRawFragment</a> - Retrieve the raw fragment component</li>
<li><a href="uri-rfc3986-uri.getrawhost.php" class="index">Uri\Rfc3986\Uri::getRawHost</a> - Retrieve the raw host component</li>
<li><a href="uri-rfc3986-uri.getrawpassword.php" class="index">Uri\Rfc3986\Uri::getRawPassword</a> - Retrieve the raw password</li>
<li><a href="uri-rfc3986-uri.getrawpath.php" class="index">Uri\Rfc3986\Uri::getRawPath</a> - Retrieve the raw path component</li>
<li><a href="uri-rfc3986-uri.getrawquery.php" class="index">Uri\Rfc3986\Uri::getRawQuery</a> - Retrieve the raw query component</li>
<li><a href="uri-rfc3986-uri.getrawscheme.php" class="index">Uri\Rfc3986\Uri::getRawScheme</a> - Retrieve the raw scheme component</li>
<li><a href="uri-rfc3986-uri.getrawuserinfo.php" class="index">Uri\Rfc3986\Uri::getRawUserInfo</a> - Retrieve the raw userinfo component</li>
<li><a href="uri-rfc3986-uri.getrawusername.php" class="index">Uri\Rfc3986\Uri::getRawUsername</a> - Retrieve the raw username</li>
<li><a href="uri-rfc3986-uri.getscheme.php" class="index">Uri\Rfc3986\Uri::getScheme</a> - Retrieve the normalized scheme component</li>
<li><a href="uri-rfc3986-uri.getuserinfo.php" class="index">Uri\Rfc3986\Uri::getUserInfo</a> - Retrieve the normalized userinfo component</li>
<li><a href="uri-rfc3986-uri.getusername.php" class="index">Uri\Rfc3986\Uri::getUsername</a> - Retrieve the normalized username</li>
<li><a href="uri-rfc3986-uri.parse.php" class="index">Uri\Rfc3986\Uri::parse</a> - Parse a URI</li>
<li><a href="uri-rfc3986-uri.resolve.php" class="index">Uri\Rfc3986\Uri::resolve</a> - Resolve a URI with the current object as the base URL</li>
<li><a href="uri-rfc3986-uri.torawstring.php" class="index">Uri\Rfc3986\Uri::toRawString</a> - Recompose the raw URI</li>
<li><a href="uri-rfc3986-uri.tostring.php" class="index">Uri\Rfc3986\Uri::toString</a> - Recompose the normalized URI</li>
<li><a href="uri-rfc3986-uri.withfragment.php" class="index">Uri\Rfc3986\Uri::withFragment</a> - Modify the fragment component</li>
<li><a href="uri-rfc3986-uri.withhost.php" class="index">Uri\Rfc3986\Uri::withHost</a> - Modify the host component</li>
<li><a href="uri-rfc3986-uri.withpath.php" class="index">Uri\Rfc3986\Uri::withPath</a> - Modify the path component</li>
<li><a href="uri-rfc3986-uri.withport.php" class="index">Uri\Rfc3986\Uri::withPort</a> - Modify the port component</li>
<li><a href="uri-rfc3986-uri.withquery.php" class="index">Uri\Rfc3986\Uri::withQuery</a> - Modify the query component</li>
<li><a href="uri-rfc3986-uri.withscheme.php" class="index">Uri\Rfc3986\Uri::withScheme</a> - Modify the scheme component</li>
<li><a href="uri-rfc3986-uri.withuserinfo.php" class="index">Uri\Rfc3986\Uri::withUserInfo</a> - Modify the userinfo component</li>
<li><a href="uri-rfc3986-uri.construct.php" class="index">Uri\Rfc3986\Uri::__construct</a> - Construct the Uri object</li>
<li><a href="uri-rfc3986-uri.debuginfo.php" class="index">Uri\Rfc3986\Uri::__debugInfo</a> - Return the internal state of the URI</li>
<li><a href="uri-rfc3986-uri.serialize.php" class="index">Uri\Rfc3986\Uri::__serialize</a> - Serialize the Uri object</li>
<li><a href="uri-rfc3986-uri.unserialize.php" class="index">Uri\Rfc3986\Uri::__unserialize</a> - Deserialize the data parameter into a Uri object</li>
<li><a href="uri-whatwg-invalidurlexception.construct.php" class="index">Uri\WhatWg\InvalidUrlException::__construct</a> - Construct an InvalidUrlException object</li>
<li><a href="uri-whatwg-url.equals.php" class="index">Uri\WhatWg\Url::equals</a> - Check if two URLs are equivalent</li>
<li><a href="uri-whatwg-url.getasciihost.php" class="index">Uri\WhatWg\Url::getAsciiHost</a> - Retrieve the host component as an ASCII string</li>
<li><a href="uri-whatwg-url.getfragment.php" class="index">Uri\WhatWg\Url::getFragment</a> - Retrieve the fragment component</li>
<li><a href="uri-whatwg-url.getpassword.php" class="index">Uri\WhatWg\Url::getPassword</a> - Retrieve the password component</li>
<li><a href="uri-whatwg-url.getpath.php" class="index">Uri\WhatWg\Url::getPath</a> - Retrieve the path component</li>
<li><a href="uri-whatwg-url.getport.php" class="index">Uri\WhatWg\Url::getPort</a> - Retrieve the port component</li>
<li><a href="uri-whatwg-url.getquery.php" class="index">Uri\WhatWg\Url::getQuery</a> - Retrieve the query component</li>
<li><a href="uri-whatwg-url.getscheme.php" class="index">Uri\WhatWg\Url::getScheme</a> - Retrieve the scheme component</li>
<li><a href="uri-whatwg-url.getunicodehost.php" class="index">Uri\WhatWg\Url::getUnicodeHost</a> - Retrieve the host component as an Unicode string</li>
<li><a href="uri-whatwg-url.getusername.php" class="index">Uri\WhatWg\Url::getUsername</a> - Retrieve the username component</li>
<li><a href="uri-whatwg-url.parse.php" class="index">Uri\WhatWg\Url::parse</a> - Parse a URL</li>
<li><a href="uri-whatwg-url.resolve.php" class="index">Uri\WhatWg\Url::resolve</a> - Resolve a URL with the current object as the base URL</li>
<li><a href="uri-whatwg-url.toasciistring.php" class="index">Uri\WhatWg\Url::toAsciiString</a> - Recompose the URL as an ASCII string</li>
<li><a href="uri-whatwg-url.tounicodestring.php" class="index">Uri\WhatWg\Url::toUnicodeString</a> - Recompose the URL as a Unicode string</li>
<li><a href="uri-whatwg-url.withfragment.php" class="index">Uri\WhatWg\Url::withFragment</a> - Modify the fragment component</li>
<li><a href="uri-whatwg-url.withhost.php" class="index">Uri\WhatWg\Url::withHost</a> - Modify the host component</li>
<li><a href="uri-whatwg-url.withpassword.php" class="index">Uri\WhatWg\Url::withPassword</a> - Modify the password component</li>
<li><a href="uri-whatwg-url.withpath.php" class="index">Uri\WhatWg\Url::withPath</a> - Modify the path component</li>
<li><a href="uri-whatwg-url.withport.php" class="index">Uri\WhatWg\Url::withPort</a> - Modify the port component</li>
<li><a href="uri-whatwg-url.withquery.php" class="index">Uri\WhatWg\Url::withQuery</a> - Modify the query component</li>
<li><a href="uri-whatwg-url.withscheme.php" class="index">Uri\WhatWg\Url::withScheme</a> - Modify the scheme component</li>
<li><a href="uri-whatwg-url.withusername.php" class="index">Uri\WhatWg\Url::withUsername</a> - Modify the username component</li>
<li><a href="uri-whatwg-url.construct.php" class="index">Uri\WhatWg\Url::__construct</a> - Construct the Url object</li>
<li><a href="uri-whatwg-url.debuginfo.php" class="index">Uri\WhatWg\Url::__debugInfo</a> - Return the internal state of the URL</li>
<li><a href="uri-whatwg-url.serialize.php" class="index">Uri\WhatWg\Url::__serialize</a> - Serialize the Url object</li>
<li><a href="uri-whatwg-url.unserialize.php" class="index">Uri\WhatWg\Url::__unserialize</a> - Deserialize the data parameter into a Url object</li>
<li><a href="uri-whatwg-urlvalidationerror.construct.php" class="index">Uri\WhatWg\UrlValidationError::__construct</a> - Construct a UrlValidationError object</li>
<li><a href="function.urldecode.php" class="index">urldecode</a> - URL エンコードされた文字列をデコードする</li>
<li><a href="function.urlencode.php" class="index">urlencode</a> - 文字列を URL エンコードする</li>
<li><a href="function.user-error.php" class="index">user_error</a> - trigger_error のエイリアス</li>
<li><a href="function.use-soap-error-handler.php" class="index">use_soap_error_handler</a> - SOAP エラーハンドラを使用するかどうかを設定する</li>
<li><a href="function.usleep.php" class="index">usleep</a> - マイクロ秒単位で実行を遅延する</li>
<li><a href="function.usort.php" class="index">usort</a> - ユーザー定義の比較関数を使用して、配列を値でソートする</li>
<li><a href="function.utf8-decode.php" class="index">utf8_decode</a> - UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表現できない文字を置換する</li>
<li><a href="function.utf8-encode.php" class="index">utf8_encode</a> - ISO-8859-1 文字列を UTF-8 に変換する</li>
</ul></li>
<li class='gen-index index-for-v'>v<ul id='refentry-index-for-v'>
<li><a href="v8js.executestring.php" class="index">V8Js::executeString</a> - 文字列を JavaScript のコードとして実行する</li>
<li><a href="v8js.getextensions.php" class="index">V8Js::getExtensions</a> - 登録された拡張の配列を返す</li>
<li><a href="v8js.getpendingexception.php" class="index">V8Js::getPendingException</a> - キャッチされなかった JavaScript 例外の中で未処理のものを返す</li>
<li><a href="v8js.registerextension.php" class="index">V8Js::registerExtension</a> - V8Js で使う JavaScript の拡張を登録する</li>
<li><a href="v8js.construct.php" class="index">V8Js::__construct</a> - 新しい V8Js オブジェクトを作成する</li>
<li><a href="v8jsexception.getjsfilename.php" class="index">V8JsException::getJsFileName</a> - getJsFileName</li>
<li><a href="v8jsexception.getjslinenumber.php" class="index">V8JsException::getJsLineNumber</a> - getJsLineNumber</li>
<li><a href="v8jsexception.getjssourceline.php" class="index">V8JsException::getJsSourceLine</a> - getJsSourceLine</li>
<li><a href="v8jsexception.getjstrace.php" class="index">V8JsException::getJsTrace</a> - getJsTrace</li>
<li><a href="variant.construct.php" class="index">variant::__construct</a> - variant クラスのコンストラクタ</li>
<li><a href="function.variant-abs.php" class="index">variant_abs</a> - variant の絶対値を返す</li>
<li><a href="function.variant-add.php" class="index">variant_add</a> - 2 つの variant 値を「加算」し、結果を返す</li>
<li><a href="function.variant-and.php" class="index">variant_and</a> - 2 つの variant の論理積を計算し、結果を返す</li>
<li><a href="function.variant-cast.php" class="index">variant_cast</a> - variant を、別の型の新しい variant に変換する</li>
<li><a href="function.variant-cat.php" class="index">variant_cat</a> - 2 つの variant 値を連結し、その結果を返す</li>
<li><a href="function.variant-cmp.php" class="index">variant_cmp</a> - 2 つの variant を比較する</li>
<li><a href="function.variant-date-from-timestamp.php" class="index">variant_date_from_timestamp</a> - Unix タイムスタンプを、日付形式の variant で返す</li>
<li><a href="function.variant-date-to-timestamp.php" class="index">variant_date_to_timestamp</a> - 日付/時刻の variant 値を Unix タイムスタンプに変換する</li>
<li><a href="function.variant-div.php" class="index">variant_div</a> - 2 つの variant の除算結果を返す</li>
<li><a href="function.variant-eqv.php" class="index">variant_eqv</a> - 2 つの variant のビット値が等しいかどうかを調べる</li>
<li><a href="function.variant-fix.php" class="index">variant_fix</a> - variant の整数部を返す</li>
<li><a href="function.variant-get-type.php" class="index">variant_get_type</a> - variant オブジェクトの型を返す</li>
<li><a href="function.variant-idiv.php" class="index">variant_idiv</a> - variants を整数に変換し、除算の結果を返す</li>
<li><a href="function.variant-imp.php" class="index">variant_imp</a> - 2 つの variant のビット implication を行う</li>
<li><a href="function.variant-int.php" class="index">variant_int</a> - variant の整数部を返す</li>
<li><a href="function.variant-mod.php" class="index">variant_mod</a> - 2 つの variant の除算を行い、剰余を返す</li>
<li><a href="function.variant-mul.php" class="index">variant_mul</a> - 2 つの variant の乗算を行い、その結果を返す</li>
<li><a href="function.variant-neg.php" class="index">variant_neg</a> - variant の論理否定演算を行う</li>
<li><a href="function.variant-not.php" class="index">variant_not</a> - variant のビット否定演算を行う</li>
<li><a href="function.variant-or.php" class="index">variant_or</a> - 2 つの variant の論理和を計算する</li>
<li><a href="function.variant-pow.php" class="index">variant_pow</a> - 2 つの variant の累乗計算を行い、その結果を返す</li>
<li><a href="function.variant-round.php" class="index">variant_round</a> - 指定した桁で variant を丸める</li>
<li><a href="function.variant-set.php" class="index">variant_set</a> - variant オブジェクトに新しい値を代入する</li>
<li><a href="function.variant-set-type.php" class="index">variant_set_type</a> - variant を「その場で」別の型に変換する</li>
<li><a href="function.variant-sub.php" class="index">variant_sub</a> - 左の variant から右の variant を引き、その結果を返す</li>
<li><a href="function.variant-xor.php" class="index">variant_xor</a> - 2 つの variant の排他的論理和を計算する</li>
<li><a href="varnishadmin.auth.php" class="index">VarnishAdmin::auth</a> - varnish インスタンス上で認証する</li>
<li><a href="varnishadmin.ban.php" class="index">VarnishAdmin::ban</a> - VCL の式を使って URL を禁止する</li>
<li><a href="varnishadmin.banurl.php" class="index">VarnishAdmin::banUrl</a> - VCL の式を使って URL を禁止する</li>
<li><a href="varnishadmin.clearpanic.php" class="index">VarnishAdmin::clearPanic</a> - varnish インスタンスのパニックメッセージをクリアする</li>
<li><a href="varnishadmin.connect.php" class="index">VarnishAdmin::connect</a> - varnish インスタンスの管理インターフェイスに接続する</li>
<li><a href="varnishadmin.disconnect.php" class="index">VarnishAdmin::disconnect</a> - varnish インスタンスの管理インターフェイスとの接続を切断する</li>
<li><a href="varnishadmin.getpanic.php" class="index">VarnishAdmin::getPanic</a> - varnish インスタンスの直近のパニックメッセージを取得する</li>
<li><a href="varnishadmin.getparams.php" class="index">VarnishAdmin::getParams</a> - 現在の varnish インスタンスの設定パラメータを取得する</li>
<li><a href="varnishadmin.isrunning.php" class="index">VarnishAdmin::isRunning</a> - varnish のスレーブプロセスが現在実行中かどうかを調べる</li>
<li><a href="varnishadmin.setcompat.php" class="index">VarnishAdmin::setCompat</a> - クラスのオプション compat を設定する</li>
<li><a href="varnishadmin.sethost.php" class="index">VarnishAdmin::setHost</a> - クラスのオプション host を設定する</li>
<li><a href="varnishadmin.setident.php" class="index">VarnishAdmin::setIdent</a> - クラスのオプション ident を設定する</li>
<li><a href="varnishadmin.setparam.php" class="index">VarnishAdmin::setParam</a> - 現在の varnish インスタンスの構成パラメータを設定する</li>
<li><a href="varnishadmin.setport.php" class="index">VarnishAdmin::setPort</a> - クラスのオプション port を設定する</li>
<li><a href="varnishadmin.setsecret.php" class="index">VarnishAdmin::setSecret</a> - クラスのオプション secret を設定する</li>
<li><a href="varnishadmin.settimeout.php" class="index">VarnishAdmin::setTimeout</a> - クラスのオプション timeout を設定する</li>
<li><a href="varnishadmin.start.php" class="index">VarnishAdmin::start</a> - varnish ワーカープロセスを開始する</li>
<li><a href="varnishadmin.stop.php" class="index">VarnishAdmin::stop</a> - varnish ワーカープロセスを停止する</li>
<li><a href="varnishadmin.construct.php" class="index">VarnishAdmin::__construct</a> - VarnishAdmin のコンストラクタ</li>
<li><a href="varnishlog.getline.php" class="index">VarnishLog::getLine</a> - ログの次の行を取得する</li>
<li><a href="varnishlog.gettagname.php" class="index">VarnishLog::getTagName</a> - ログのタグ文字列を、インデックスから取得する</li>
<li><a href="varnishlog.construct.php" class="index">VarnishLog::__construct</a> - Varnishlog のコンストラクタ</li>
<li><a href="varnishstat.getsnapshot.php" class="index">VarnishStat::getSnapshot</a> - 現在の varnish インスタンスの統計スナップショットを取得する</li>
<li><a href="varnishstat.construct.php" class="index">VarnishStat::__construct</a> - VarnishStat のコンストラクタ</li>
<li><a href="function.var-dump.php" class="index">var_dump</a> - 変数に関する情報をダンプする</li>
<li><a href="function.var-export.php" class="index">var_export</a> - 変数の文字列表現を出力または返す</li>
<li><a href="function.var-representation.php" class="index">var_representation</a> - Returns a short, readable, parsable string representation of a variable</li>
<li><a href="function.version-compare.php" class="index">version_compare</a> - ふたつの &quot;PHP 標準&quot; バージョン番号文字列を比較する</li>
<li><a href="function.vfprintf.php" class="index">vfprintf</a> - フォーマットされた文字列をストリームに書き込む</li>
<li><a href="function.virtual.php" class="index">virtual</a> - Apache サブリクエストを実行する</li>
<li><a href="function.vprintf.php" class="index">vprintf</a> - フォーマットされた文字列を出力する</li>
<li><a href="function.vsprintf.php" class="index">vsprintf</a> - フォーマットされた文字列を返す</li>
<li><a href="vtiful-kernel-excel.addSheet.php" class="index">Vtiful\Kernel\Excel::addSheet</a> - Vtiful\Kernel\Excel addSheet</li>
<li><a href="vtiful-kernel-excel.autoFilter.php" class="index">Vtiful\Kernel\Excel::autoFilter</a> - Vtiful\Kernel\Excel autoFilter</li>
<li><a href="vtiful-kernel-excel.constMemory.php" class="index">Vtiful\Kernel\Excel::constMemory</a> - Vtiful\Kernel\Excel constMemory</li>
<li><a href="vtiful-kernel-excel.data.php" class="index">Vtiful\Kernel\Excel::data</a> - Vtiful\Kernel\Excel data</li>
<li><a href="vtiful-kernel-excel.filename.php" class="index">Vtiful\Kernel\Excel::fileName</a> - Vtiful\Kernel\Excel fileName</li>
<li><a href="vtiful-kernel-excel.getHandle.php" class="index">Vtiful\Kernel\Excel::getHandle</a> - Vtiful\Kernel\Excel getHandle</li>
<li><a href="vtiful-kernel-excel.header.php" class="index">Vtiful\Kernel\Excel::header</a> - Vtiful\Kernel\Excel header</li>
<li><a href="vtiful-kernel-excel.insertFormula.php" class="index">Vtiful\Kernel\Excel::insertFormula</a> - Vtiful\Kernel\Excel insertFormula</li>
<li><a href="vtiful-kernel-excel.insertImage.php" class="index">Vtiful\Kernel\Excel::insertImage</a> - Vtiful\Kernel\Excel insertImage</li>
<li><a href="vtiful-kernel-excel.insertText.php" class="index">Vtiful\Kernel\Excel::insertText</a> - Vtiful\Kernel\Excel insertText</li>
<li><a href="vtiful-kernel-excel.mergeCells.php" class="index">Vtiful\Kernel\Excel::mergeCells</a> - Vtiful\Kernel\Excel mergeCells</li>
<li><a href="vtiful-kernel-excel.output.php" class="index">Vtiful\Kernel\Excel::output</a> - Vtiful\Kernel\Excel output</li>
<li><a href="vtiful-kernel-excel.setColumn.php" class="index">Vtiful\Kernel\Excel::setColumn</a> - Vtiful\Kernel\Excel setColumn</li>
<li><a href="vtiful-kernel-excel.setRow.php" class="index">Vtiful\Kernel\Excel::setRow</a> - Vtiful\Kernel\Excel setRow</li>
<li><a href="vtiful-kernel-excel.construct.php" class="index">Vtiful\Kernel\Excel::__construct</a> - Vtiful\Kernel\Excel constructor</li>
<li><a href="vtiful-kernel-format.align.php" class="index">Vtiful\Kernel\Format::align</a> - Vtiful\Kernel\Format align</li>
<li><a href="vtiful-kernel-format.bold.php" class="index">Vtiful\Kernel\Format::bold</a> - Vtiful\Kernel\Format bold</li>
<li><a href="vtiful-kernel-format.italic.php" class="index">Vtiful\Kernel\Format::italic</a> - Vtiful\Kernel\Format italic</li>
<li><a href="vtiful-kernel-format.underline.php" class="index">Vtiful\Kernel\Format::underline</a> - Vtiful\Kernel\Format underline</li>
</ul></li>
<li class='gen-index index-for-w'>w<ul id='refentry-index-for-w'>
<li><a href="mysql-xdevapi-warning.construct.php" class="index">Warning::__construct</a> - Warning のコンストラクタ</li>
<li><a href="function.wddx-add-vars.php" class="index">wddx_add_vars</a> - 指定した ID の WDDX パケットに変数を追加する</li>
<li><a href="function.wddx-deserialize.php" class="index">wddx_deserialize</a> - WDDX パケットをアンシリアライズする</li>
<li><a href="function.wddx-packet-end.php" class="index">wddx_packet_end</a> - 指定した ID の WDDX パケットを終了する</li>
<li><a href="function.wddx-packet-start.php" class="index">wddx_packet_start</a> - 新規の WDDX パケットを内部の構造体を用いて開始する</li>
<li><a href="function.wddx-serialize-value.php" class="index">wddx_serialize_value</a> - 単一の値を WDDX パケットにシリアライズする</li>
<li><a href="function.wddx-serialize-vars.php" class="index">wddx_serialize_vars</a> - 変数を WDDX パケットにシリアライズする</li>
<li><a href="weakmap.count.php" class="index">WeakMap::count</a> - マップ内に存在する有効なエントリの数を数える</li>
<li><a href="weakmap.getiterator.php" class="index">WeakMap::getIterator</a> - イテレータを取得する</li>
<li><a href="weakmap.offsetexists.php" class="index">WeakMap::offsetExists</a> - あるオブジェクトがマップ内に存在するかを調べる</li>
<li><a href="weakmap.offsetget.php" class="index">WeakMap::offsetGet</a> - オブジェクトが指す値を返す</li>
<li><a href="weakmap.offsetset.php" class="index">WeakMap::offsetSet</a> - 新しいキーと値でマップを更新する</li>
<li><a href="weakmap.offsetunset.php" class="index">WeakMap::offsetUnset</a> - マップからエントリを削除する</li>
<li><a href="weakreference.create.php" class="index">WeakReference::create</a> - 弱い参照を生成する</li>
<li><a href="weakreference.get.php" class="index">WeakReference::get</a> - 弱く参照されたオブジェクトを取得する</li>
<li><a href="weakreference.construct.php" class="index">WeakReference::__construct</a> - コンストラクタを使ってインスタンス化はできません</li>
<li><a href="win32service-rightinfo.get-domain.php" class="index">Win32Service\RightInfo::getDomain</a> - ユーザーのドメインを取得する</li>
<li><a href="win32service-rightinfo.get-full-username.php" class="index">Win32Service\RightInfo::getFullUsername</a> - ドメインとユーザー名を返す</li>
<li><a href="win32service-rightinfo.get-rights.php" class="index">Win32Service\RightInfo::getRights</a> - アクセス権のリストを返す</li>
<li><a href="win32service-rightinfo.get-username.php" class="index">Win32Service\RightInfo::getUsername</a> - ユーザー名を返す</li>
<li><a href="win32service-rightinfo.is-deny-access.php" class="index">Win32Service\RightInfo::isDenyAccess</a> - RightInfo がリソースのアクセス拒否に関連しているかを返す</li>
<li><a href="win32service-rightinfo.is-grant-access.php" class="index">Win32Service\RightInfo::isGrantAccess</a> - RightInfo が、リソースへのアクセス許可に関連している場合、true を返す</li>
<li><a href="win32service-rightinfo.construct.php" class="index">Win32Service\RightInfo::__construct</a> - 新しい RightInfo を作成する (未使用)</li>
<li><a href="function.win32-add-right-access-service.php" class="index">win32_add_right_access_service</a> - ユーザー名に対する、サービスへのアクセス権を追加する</li>
<li><a href="function.win32-add-service-env-var.php" class="index">win32_add_service_env_var</a> - サービスにカスタムの環境変数を追加する</li>
<li><a href="function.win32-continue-service.php" class="index">win32_continue_service</a> - 中断したサービスを再開する</li>
<li><a href="function.win32-create-service.php" class="index">win32_create_service</a> - SCM データベースに新しいサービスのエントリを作成する</li>
<li><a href="function.win32-delete-service.php" class="index">win32_delete_service</a> - SCM データベースからサービスのエントリを削除する</li>
<li><a href="function.win32-get-last-control-message.php" class="index">win32_get_last_control_message</a> - サービスに送信された直近の制御メッセージを返す</li>
<li><a href="function.win32-get-service-env-vars.php" class="index">win32_get_service_env_vars</a> - サービスのカスタムの環境変数をすべて読み取る</li>
<li><a href="function.win32-pause-service.php" class="index">win32_pause_service</a> - サービスを中断する</li>
<li><a href="function.win32-query-service-status.php" class="index">win32_query_service_status</a> - サービスの状態を問い合わせる</li>
<li><a href="function.win32-read-all-rights-access-service.php" class="index">win32_read_all_rights_access_service</a> - サービスへのアクセス権をすべて読み取る</li>
<li><a href="function.win32-read-right-access-service.php" class="index">win32_read_right_access_service</a> - ユーザー名のサービスへのアクセス権を読み取る</li>
<li><a href="function.win32-remove-right-access-service.php" class="index">win32_remove_right_access_service</a> - ユーザー名に対する、サービスへのアクセス権を削除する</li>
<li><a href="function.win32-remove-service-env-var.php" class="index">win32_remove_service_env_var</a> - サービスのカスタムの環境変数を削除する</li>
<li><a href="function.win32-send-custom-control.php" class="index">win32_send_custom_control</a> - サービスにカスタムコントロールを送信する</li>
<li><a href="function.win32-set-service-exit-code.php" class="index">win32_set_service_exit_code</a> - Define or return the exit code for the current running service</li>
<li><a href="function.win32-set-service-exit-mode.php" class="index">win32_set_service_exit_mode</a> - Define or return the exit mode for the current running service</li>
<li><a href="function.win32-set-service-pause-resume-state.php" class="index">win32_set_service_pause_resume_state</a> - 現在実行中のサービスに対する pause/resume ケイパビリティを定義するか返す</li>
<li><a href="function.win32-set-service-status.php" class="index">win32_set_service_status</a> - サービスの状態を更新する</li>
<li><a href="function.win32-start-service.php" class="index">win32_start_service</a> - サービスを開始する</li>
<li><a href="function.win32-start-service-ctrl-dispatcher.php" class="index">win32_start_service_ctrl_dispatcher</a> - スクリプトを SCM に登録し、指定した名前でサービスとして稼動させる
   ようにする</li>
<li><a href="function.win32-stop-service.php" class="index">win32_stop_service</a> - サービスを停止する</li>
<li><a href="function.wincache-fcache-fileinfo.php" class="index">wincache_fcache_fileinfo</a> - ファイルキャッシュにキャッシュされたファイルについての情報を取得する</li>
<li><a href="function.wincache-fcache-meminfo.php" class="index">wincache_fcache_meminfo</a> - ファイルキャッシュのメモリ使用状況についての情報を取得する</li>
<li><a href="function.wincache-lock.php" class="index">wincache_lock</a> - 指定したキーで排他ロックを確保する</li>
<li><a href="function.wincache-ocache-fileinfo.php" class="index">wincache_ocache_fileinfo</a> - opcode キャッシュにキャッシュされたファイルについての情報を取得する</li>
<li><a href="function.wincache-ocache-meminfo.php" class="index">wincache_ocache_meminfo</a> - opcode キャッシュのメモリ使用状況についての情報を取得する</li>
<li><a href="function.wincache-refresh-if-changed.php" class="index">wincache_refresh_if_changed</a> - キャッシュされたファイルのキャッシュエントリをリフレッシュする</li>
<li><a href="function.wincache-rplist-fileinfo.php" class="index">wincache_rplist_fileinfo</a> - ファイルパス解決キャッシュについての情報を取得する</li>
<li><a href="function.wincache-rplist-meminfo.php" class="index">wincache_rplist_meminfo</a> - ファイルパス解決キャッシュのメモリ使用状況についての情報を取得する</li>
<li><a href="function.wincache-scache-info.php" class="index">wincache_scache_info</a> - セッションキャッシュにキャッシュされたファイルについての情報を取得する</li>
<li><a href="function.wincache-scache-meminfo.php" class="index">wincache_scache_meminfo</a> - セッションキャッシュのメモリ使用状況についての情報を取得する</li>
<li><a href="function.wincache-ucache-add.php" class="index">wincache_ucache_add</a> - 変数が既にキャッシュに存在しない場合にのみ変数をユーザーキャッシュに追加する</li>
<li><a href="function.wincache-ucache-cas.php" class="index">wincache_ucache_cas</a> - 変数を古い値と比較して新しい値を代入する</li>
<li><a href="function.wincache-ucache-clear.php" class="index">wincache_ucache_clear</a> - ユーザーキャッシュの中身全体を削除する</li>
<li><a href="function.wincache-ucache-dec.php" class="index">wincache_ucache_dec</a> - キーに関連づけられた値を減少させる</li>
<li><a href="function.wincache-ucache-delete.php" class="index">wincache_ucache_delete</a> - 変数をユーザーキャッシュから削除する</li>
<li><a href="function.wincache-ucache-exists.php" class="index">wincache_ucache_exists</a> - 変数がユーザーキャッシュに存在するかどうかを調べる</li>
<li><a href="function.wincache-ucache-get.php" class="index">wincache_ucache_get</a> - ユーザーキャッシュに格納された変数を取得する</li>
<li><a href="function.wincache-ucache-inc.php" class="index">wincache_ucache_inc</a> - キーに関連づけられた値を増加させる</li>
<li><a href="function.wincache-ucache-info.php" class="index">wincache_ucache_info</a> - ユーザーキャッシュにキャッシュされたファイルについての情報を取得する</li>
<li><a href="function.wincache-ucache-meminfo.php" class="index">wincache_ucache_meminfo</a> - ユーザーキャッシュのメモリ使用状況についての情報を取得する</li>
<li><a href="function.wincache-ucache-set.php" class="index">wincache_ucache_set</a> - 変数をユーザーキャッシュに追加し、変数が既にキャッシュに存在する場合はそれを上書きする</li>
<li><a href="function.wincache-unlock.php" class="index">wincache_unlock</a> - 指定したキーの排他ロックを解放する</li>
<li><a href="wkhtmltox-image-converter.convert.php" class="index">wkhtmltox\Image\Converter::convert</a> - Perform Image conversion</li>
<li><a href="wkhtmltox-image-converter.getversion.php" class="index">wkhtmltox\Image\Converter::getVersion</a> - Determine version of Converter</li>
<li><a href="wkhtmltox-image-converter.construct.php" class="index">wkhtmltox\Image\Converter::__construct</a> - Create a new Image converter</li>
<li><a href="wkhtmltox-pdf-converter.add.php" class="index">wkhtmltox\PDF\Converter::add</a> - Add an object for conversion</li>
<li><a href="wkhtmltox-pdf-converter.convert.php" class="index">wkhtmltox\PDF\Converter::convert</a> - Perform PDF conversion</li>
<li><a href="wkhtmltox-pdf-converter.getversion.php" class="index">wkhtmltox\PDF\Converter::getVersion</a> - Determine version of Converter</li>
<li><a href="wkhtmltox-pdf-converter.construct.php" class="index">wkhtmltox\PDF\Converter::__construct</a> - Create a new PDF converter</li>
<li><a href="wkhtmltox-pdf-object.construct.php" class="index">wkhtmltox\PDF\Object::__construct</a> - Create a new PDF Object</li>
<li><a href="function.wordwrap.php" class="index">wordwrap</a> - 指定した文字数で文字列を分割する</li>
<li><a href="worker.collect.php" class="index">Worker::collect</a> - Collect references to completed tasks</li>
<li><a href="worker.getstacked.php" class="index">Worker::getStacked</a> - Gets the remaining stack size</li>
<li><a href="worker.isshutdown.php" class="index">Worker::isShutdown</a> - State Detection</li>
<li><a href="worker.shutdown.php" class="index">Worker::shutdown</a> - Shutdown the worker</li>
<li><a href="worker.stack.php" class="index">Worker::stack</a> - Stacking work</li>
<li><a href="worker.unstack.php" class="index">Worker::unstack</a> - Unstacking work</li>
</ul></li>
<li class='gen-index index-for-x'>x<ul id='refentry-index-for-x'>
<li><a href="function.xattr-get.php" class="index">xattr_get</a> - 拡張属性を取得する</li>
<li><a href="function.xattr-list.php" class="index">xattr_list</a> - 拡張属性の一覧を取得する</li>
<li><a href="function.xattr-remove.php" class="index">xattr_remove</a> - 拡張属性を削除する</li>
<li><a href="function.xattr-set.php" class="index">xattr_set</a> - 拡張属性を設定する</li>
<li><a href="function.xattr-supported.php" class="index">xattr_supported</a> - ファイルシステムが拡張属性をサポートしているかどうかを調べる</li>
<li><a href="function.xdiff-file-bdiff.php" class="index">xdiff_file_bdiff</a> - 2 つのファイルのバイナリ diff を作成する</li>
<li><a href="function.xdiff-file-bdiff-size.php" class="index">xdiff_file_bdiff_size</a> - バイナリ diff を適用して作成するファイルのサイズを読み込む</li>
<li><a href="function.xdiff-file-bpatch.php" class="index">xdiff_file_bpatch</a> - ファイルにバイナリ diff 形式のパッチを適用する</li>
<li><a href="function.xdiff-file-diff.php" class="index">xdiff_file_diff</a> - 2 つのファイルの unified diff を作成する</li>
<li><a href="function.xdiff-file-diff-binary.php" class="index">xdiff_file_diff_binary</a> - xdiff_file_bdiff のエイリアス</li>
<li><a href="function.xdiff-file-merge3.php" class="index">xdiff_file_merge3</a> - 3 つのファイルをひとつに統合する</li>
<li><a href="function.xdiff-file-patch.php" class="index">xdiff_file_patch</a> - ファイルに unified diff 形式のパッチを適用する</li>
<li><a href="function.xdiff-file-patch-binary.php" class="index">xdiff_file_patch_binary</a> - xdiff_file_bpatch のエイリアス</li>
<li><a href="function.xdiff-file-rabdiff.php" class="index">xdiff_file_rabdiff</a> - 2 つのファイルのバイナリ diff を、Rabin の polynomial fingerprinting アルゴリズムで作成する</li>
<li><a href="function.xdiff-string-bdiff.php" class="index">xdiff_string_bdiff</a> - 2 つの文字列のバイナリ diff を作成する</li>
<li><a href="function.xdiff-string-bdiff-size.php" class="index">xdiff_string_bdiff_size</a> - バイナリ diff を適用して作成するファイルのサイズを読み込む</li>
<li><a href="function.xdiff-string-bpatch.php" class="index">xdiff_string_bpatch</a> - 文字列にバイナリ diff 形式のパッチを適用する</li>
<li><a href="function.xdiff-string-diff.php" class="index">xdiff_string_diff</a> - 2 つの文字列の unified diff を作成する</li>
<li><a href="function.xdiff-string-diff-binary.php" class="index">xdiff_string_diff_binary</a> - xdiff_string_bdiff のエイリアス</li>
<li><a href="function.xdiff-string-merge3.php" class="index">xdiff_string_merge3</a> - 3 つの文字列をひとつに統合する</li>
<li><a href="function.xdiff-string-patch.php" class="index">xdiff_string_patch</a> - 文字列に unified diff 形式のパッチを適用する</li>
<li><a href="function.xdiff-string-patch-binary.php" class="index">xdiff_string_patch_binary</a> - xdiff_string_bpatch のエイリアス</li>
<li><a href="function.xdiff-string-rabdiff.php" class="index">xdiff_string_rabdiff</a> - 2 つの文字列のバイナリ diff を、Rabin の polynomial fingerprinting アルゴリズムで作成する</li>
<li><a href="function.xhprof-disable.php" class="index">xhprof_disable</a> - xhprof プロファイラを終了する</li>
<li><a href="function.xhprof-enable.php" class="index">xhprof_enable</a> - xhprof プロファイラを開始する</li>
<li><a href="function.xhprof-sample-disable.php" class="index">xhprof_sample_disable</a> - xhprof サンプルプロファイラを終了する</li>
<li><a href="function.xhprof-sample-enable.php" class="index">xhprof_sample_enable</a> - サンプリングモードでの XHProf プロファイリングを開始する</li>
<li><a href="xmldiff-base.diff.php" class="index">XMLDiff\Base::diff</a> - Produce diff of two XML documents</li>
<li><a href="xmldiff-base.merge.php" class="index">XMLDiff\Base::merge</a> - Produce new XML document based on diff</li>
<li><a href="xmldiff-base.construct.php" class="index">XMLDiff\Base::__construct</a> - Constructor</li>
<li><a href="xmldiff-dom.diff.php" class="index">XMLDiff\DOM::diff</a> - Diff two DOMDocument objects</li>
<li><a href="xmldiff-dom.merge.php" class="index">XMLDiff\DOM::merge</a> - Produce merged DOMDocument</li>
<li><a href="xmldiff-file.diff.php" class="index">XMLDiff\File::diff</a> - Diff two XML files</li>
<li><a href="xmldiff-file.merge.php" class="index">XMLDiff\File::merge</a> - Produce merged XML document</li>
<li><a href="xmldiff-memory.diff.php" class="index">XMLDiff\Memory::diff</a> - Diff two XML documents</li>
<li><a href="xmldiff-memory.merge.php" class="index">XMLDiff\Memory::merge</a> - Produce merged XML document</li>
<li><a href="xmlreader.close.php" class="index">XMLReader::close</a> - XMLReader の入力を閉じる</li>
<li><a href="xmlreader.expand.php" class="index">XMLReader::expand</a> - 現在のノードのコピーを DOM オブジェクトとして返す</li>
<li><a href="xmlreader.fromstream.php" class="index">XMLReader::fromStream</a> - 読み取り先のストリームから、XMLReader を作成する</li>
<li><a href="xmlreader.fromstring.php" class="index">XMLReader::fromString</a> - XML 文字列から、XMLReader を作成する</li>
<li><a href="xmlreader.fromuri.php" class="index">XMLReader::fromUri</a> - 読み取り先の URI から、XMLReader を作成する</li>
<li><a href="xmlreader.getattribute.php" class="index">XMLReader::getAttribute</a> - 名前をもとに、属性の値を取得する</li>
<li><a href="xmlreader.getattributeno.php" class="index">XMLReader::getAttributeNo</a> - インデックスをもとに、属性の値を取得する</li>
<li><a href="xmlreader.getattributens.php" class="index">XMLReader::getAttributeNs</a> - 名前および URI をもとに、属性の値を取得する</li>
<li><a href="xmlreader.getparserproperty.php" class="index">XMLReader::getParserProperty</a> - 指定したプロパティが設定されているかどうかを示す</li>
<li><a href="xmlreader.isvalid.php" class="index">XMLReader::isValid</a> - パースしているドキュメントの妥当性を示す</li>
<li><a href="xmlreader.lookupnamespace.php" class="index">XMLReader::lookupNamespace</a> - プレフィックスから、名前空間を検索する</li>
<li><a href="xmlreader.movetoattribute.php" class="index">XMLReader::moveToAttribute</a> - 指定した名前の属性にカーソルを移動する</li>
<li><a href="xmlreader.movetoattributeno.php" class="index">XMLReader::moveToAttributeNo</a> - 指定したインデックスの属性にカーソルを移動する</li>
<li><a href="xmlreader.movetoattributens.php" class="index">XMLReader::moveToAttributeNs</a> - 指定した名前の属性にカーソルを移動する</li>
<li><a href="xmlreader.movetoelement.php" class="index">XMLReader::moveToElement</a> - 現在の属性の親要素にカーソルを移動する</li>
<li><a href="xmlreader.movetofirstattribute.php" class="index">XMLReader::moveToFirstAttribute</a> - 最初の属性にカーソルを移動する</li>
<li><a href="xmlreader.movetonextattribute.php" class="index">XMLReader::moveToNextAttribute</a> - 次の属性にカーソルを移動する</li>
<li><a href="xmlreader.next.php" class="index">XMLReader::next</a> - すべてのサブツリーを飛ばして、次のノードにカーソルを移動する</li>
<li><a href="xmlreader.open.php" class="index">XMLReader::open</a> - パースする XML を含む URI を設定する</li>
<li><a href="xmlreader.read.php" class="index">XMLReader::read</a> - ドキュメント内の次のノードに移動する</li>
<li><a href="xmlreader.readinnerxml.php" class="index">XMLReader::readInnerXml</a> - 現在のノードから XML を取得する</li>
<li><a href="xmlreader.readouterxml.php" class="index">XMLReader::readOuterXml</a> - 現在のノードから自分自身も含めた XML を取得する</li>
<li><a href="xmlreader.readstring.php" class="index">XMLReader::readString</a> - 現在のノードの内容を文字列で読み込む</li>
<li><a href="xmlreader.setparserproperty.php" class="index">XMLReader::setParserProperty</a> - パーサーのオプションを設定する</li>
<li><a href="xmlreader.setrelaxngschema.php" class="index">XMLReader::setRelaxNGSchema</a> - RelaxNG スキーマのファイル名あるいは URI を設定する</li>
<li><a href="xmlreader.setrelaxngschemasource.php" class="index">XMLReader::setRelaxNGSchemaSource</a> - RelaxNG スキーマを含むデータを設定する</li>
<li><a href="xmlreader.setschema.php" class="index">XMLReader::setSchema</a> - ドキュメントを XSD で検証する</li>
<li><a href="xmlreader.xml.php" class="index">XMLReader::XML</a> - パースする XML を含むデータを設定する</li>
<li><a href="function.xmlrpc-decode.php" class="index">xmlrpc_decode</a> - XML をネイティブな PHP 型にデコードする</li>
<li><a href="function.xmlrpc-decode-request.php" class="index">xmlrpc_decode_request</a> - XML をネイティブなPHP 型にデコードする</li>
<li><a href="function.xmlrpc-encode.php" class="index">xmlrpc_encode</a> - PHP の値に関する XML を生成する</li>
<li><a href="function.xmlrpc-encode-request.php" class="index">xmlrpc_encode_request</a> - メソッドリクエスト用の XML を生成する</li>
<li><a href="function.xmlrpc-get-type.php" class="index">xmlrpc_get_type</a> - PHP の値に関する xmlrpc 型を取得する</li>
<li><a href="function.xmlrpc-is-fault.php" class="index">xmlrpc_is_fault</a> - 配列の値が XMLRPC の失敗であるかどうかを調べる</li>
<li><a href="function.xmlrpc-parse-method-descriptions.php" class="index">xmlrpc_parse_method_descriptions</a> - XML を、メソッド説明のリストにデコードする</li>
<li><a href="function.xmlrpc-server-add-introspection-data.php" class="index">xmlrpc_server_add_introspection_data</a> - introspection ドキュメントを追加する</li>
<li><a href="function.xmlrpc-server-call-method.php" class="index">xmlrpc_server_call_method</a> - XML リクエストをパースし、メソッドをコールする</li>
<li><a href="function.xmlrpc-server-create.php" class="index">xmlrpc_server_create</a> - xmlrpc サーバーを作成する</li>
<li><a href="function.xmlrpc-server-destroy.php" class="index">xmlrpc_server_destroy</a> - サーバーリソースを破棄する</li>
<li><a href="function.xmlrpc-server-register-introspection-callback.php" class="index">xmlrpc_server_register_introspection_callback</a> - ドキュメントを生成する PHP 関数を登録する</li>
<li><a href="function.xmlrpc-server-register-method.php" class="index">xmlrpc_server_register_method</a> - メソッド名が一致するメソッドリソースに PHP 関数を登録する</li>
<li><a href="function.xmlrpc-set-type.php" class="index">xmlrpc_set_type</a> - PHP 文字列型用に xmlrpc 型、base64 または datetime を設定する</li>
<li><a href="xmlwriter.endattribute.php" class="index">XMLWriter::endAttribute</a> - 属性を終了する</li>
<li><a href="xmlwriter.endcdata.php" class="index">XMLWriter::endCdata</a> - 現在の CDATA を終了する</li>
<li><a href="xmlwriter.endcomment.php" class="index">XMLWriter::endComment</a> - コメントの終了部を作成する</li>
<li><a href="xmlwriter.enddocument.php" class="index">XMLWriter::endDocument</a> - 現在のドキュメントを終了する</li>
<li><a href="xmlwriter.enddtd.php" class="index">XMLWriter::endDtd</a> - 現在の DTD を終了する</li>
<li><a href="xmlwriter.enddtdattlist.php" class="index">XMLWriter::endDtdAttlist</a> - 現在の DTD 属性リストを終了する</li>
<li><a href="xmlwriter.enddtdelement.php" class="index">XMLWriter::endDtdElement</a> - 現在の DTD 要素を終了する</li>
<li><a href="xmlwriter.enddtdentity.php" class="index">XMLWriter::endDtdEntity</a> - 現在の DTD エンティティを終了する</li>
<li><a href="xmlwriter.endelement.php" class="index">XMLWriter::endElement</a> - 現在の要素を終了する</li>
<li><a href="xmlwriter.endpi.php" class="index">XMLWriter::endPi</a> - 現在の PI (処理命令) を終了する</li>
<li><a href="xmlwriter.flush.php" class="index">XMLWriter::flush</a> - 現在のバッファをフラッシュする</li>
<li><a href="xmlwriter.fullendelement.php" class="index">XMLWriter::fullEndElement</a> - 現在の要素を終了する</li>
<li><a href="xmlwriter.openmemory.php" class="index">XMLWriter::openMemory</a> - 文字列の出力にメモリを使用する新しい xmlwriter を作成する</li>
<li><a href="xmlwriter.openuri.php" class="index">XMLWriter::openUri</a> - ソース URI を指定して新しい xmlwriter を作成する</li>
<li><a href="xmlwriter.outputmemory.php" class="index">XMLWriter::outputMemory</a> - 現在のバッファを返す</li>
<li><a href="xmlwriter.setindent.php" class="index">XMLWriter::setIndent</a> - 字下げの on/off を切り替える</li>
<li><a href="xmlwriter.setindentstring.php" class="index">XMLWriter::setIndentString</a> - 字下げに使用する文字列を設定する</li>
<li><a href="xmlwriter.startattribute.php" class="index">XMLWriter::startAttribute</a> - 属性を開始する</li>
<li><a href="xmlwriter.startattributens.php" class="index">XMLWriter::startAttributeNs</a> - 名前空間つきの属性を開始する</li>
<li><a href="xmlwriter.startcdata.php" class="index">XMLWriter::startCdata</a> - CDATA の開始タグを作成する</li>
<li><a href="xmlwriter.startcomment.php" class="index">XMLWriter::startComment</a> - コメントを開始する</li>
<li><a href="xmlwriter.startdocument.php" class="index">XMLWriter::startDocument</a> - ドキュメントタグを作成する</li>
<li><a href="xmlwriter.startdtd.php" class="index">XMLWriter::startDtd</a> - DTD の開始タグを作成する</li>
<li><a href="xmlwriter.startdtdattlist.php" class="index">XMLWriter::startDtdAttlist</a> - DTD 属性リストを開始する</li>
<li><a href="xmlwriter.startdtdelement.php" class="index">XMLWriter::startDtdElement</a> - DTD 要素を開始する</li>
<li><a href="xmlwriter.startdtdentity.php" class="index">XMLWriter::startDtdEntity</a> - DTD エンティティを開始する</li>
<li><a href="xmlwriter.startelement.php" class="index">XMLWriter::startElement</a> - 要素の開始タグを作成する</li>
<li><a href="xmlwriter.startelementns.php" class="index">XMLWriter::startElementNs</a> - 名前空間つき要素の開始タグを作成する</li>
<li><a href="xmlwriter.startpi.php" class="index">XMLWriter::startPi</a> - PI (処理命令) の開始タグを作成する</li>
<li><a href="xmlwriter.text.php" class="index">XMLWriter::text</a> - テキストを書き込む</li>
<li><a href="xmlwriter.tomemory.php" class="index">XMLWriter::toMemory</a> - 文字列出力先のメモリを使い、新しい XMLWriter を作成する</li>
<li><a href="xmlwriter.tostream.php" class="index">XMLWriter::toStream</a> - 出力先のストリームを使い、新しい XMLWriter を作成する</li>
<li><a href="xmlwriter.touri.php" class="index">XMLWriter::toUri</a> - 出力先の URI を使い、新しい XMLWriter を作成する</li>
<li><a href="xmlwriter.writeattribute.php" class="index">XMLWriter::writeAttribute</a> - 属性全体を書き込む</li>
<li><a href="xmlwriter.writeattributens.php" class="index">XMLWriter::writeAttributeNs</a> - 名前空間つき属性全体を書き込む</li>
<li><a href="xmlwriter.writecdata.php" class="index">XMLWriter::writeCdata</a> - CDATA タグ全体を書き込む</li>
<li><a href="xmlwriter.writecomment.php" class="index">XMLWriter::writeComment</a> - コメントタグ全体を書き込む</li>
<li><a href="xmlwriter.writedtd.php" class="index">XMLWriter::writeDtd</a> - DTD タグ全体を書き込む</li>
<li><a href="xmlwriter.writedtdattlist.php" class="index">XMLWriter::writeDtdAttlist</a> - DTD 属性リストタグ全体を書き込む</li>
<li><a href="xmlwriter.writedtdelement.php" class="index">XMLWriter::writeDtdElement</a> - DTD 要素タグ全体を書き込む</li>
<li><a href="xmlwriter.writedtdentity.php" class="index">XMLWriter::writeDtdEntity</a> - DTD エンティティタグ全体を書き込む</li>
<li><a href="xmlwriter.writeelement.php" class="index">XMLWriter::writeElement</a> - 要素タグ全体を書き込む</li>
<li><a href="xmlwriter.writeelementns.php" class="index">XMLWriter::writeElementNs</a> - 名前空間つき要素タグ全体を書き込む</li>
<li><a href="xmlwriter.writepi.php" class="index">XMLWriter::writePi</a> - PI (処理命令) 書き込む</li>
<li><a href="xmlwriter.writeraw.php" class="index">XMLWriter::writeRaw</a> - 生の XML テキストを書き込む</li>
<li><a href="function.xml-error-string.php" class="index">xml_error_string</a> - XML パーサーのエラー文字列を得る</li>
<li><a href="function.xml-get-current-byte-index.php" class="index">xml_get_current_byte_index</a> - XML パーサーのカレントのバイトインデックスを得る</li>
<li><a href="function.xml-get-current-column-number.php" class="index">xml_get_current_column_number</a> - XML パーサーのカレントのカラム番号を取得する</li>
<li><a href="function.xml-get-current-line-number.php" class="index">xml_get_current_line_number</a> - XML パーサーのカレントの行番号を得る</li>
<li><a href="function.xml-get-error-code.php" class="index">xml_get_error_code</a> - XML パーサーのエラーコードを得る</li>
<li><a href="function.xml-parse.php" class="index">xml_parse</a> - XML ドキュメントの処理を開始する</li>
<li><a href="function.xml-parser-create.php" class="index">xml_parser_create</a> - XML パーサーを作成する</li>
<li><a href="function.xml-parser-create-ns.php" class="index">xml_parser_create_ns</a> - 名前空間をサポートした XML パーサーを生成する</li>
<li><a href="function.xml-parser-free.php" class="index">xml_parser_free</a> - XML パーサーを解放する</li>
<li><a href="function.xml-parser-get-option.php" class="index">xml_parser_get_option</a> - XML パーサーからオプションを得る</li>
<li><a href="function.xml-parser-set-option.php" class="index">xml_parser_set_option</a> - XML パーサーのオプションを設定する</li>
<li><a href="function.xml-parse-into-struct.php" class="index">xml_parse_into_struct</a> - 配列構造体に XML データを処理する</li>
<li><a href="function.xml-set-character-data-handler.php" class="index">xml_set_character_data_handler</a> - 文字データハンドラを設定する</li>
<li><a href="function.xml-set-default-handler.php" class="index">xml_set_default_handler</a> - デフォルトのハンドラを設定する</li>
<li><a href="function.xml-set-element-handler.php" class="index">xml_set_element_handler</a> - 開始要素および終了要素のハンドラを設定する</li>
<li><a href="function.xml-set-end-namespace-decl-handler.php" class="index">xml_set_end_namespace_decl_handler</a> - 名前空間終了ハンドラを設定する</li>
<li><a href="function.xml-set-external-entity-ref-handler.php" class="index">xml_set_external_entity_ref_handler</a> - 外部エンティティリファレンスハンドラを設定する</li>
<li><a href="function.xml-set-notation-decl-handler.php" class="index">xml_set_notation_decl_handler</a> - 表記法宣言ハンドラを設定する</li>
<li><a href="function.xml-set-object.php" class="index">xml_set_object</a> - オブジェクト内部で XML パーサーを使用する</li>
<li><a href="function.xml-set-processing-instruction-handler.php" class="index">xml_set_processing_instruction_handler</a> - 処理命令 (PI) 用ハンドラを設定する</li>
<li><a href="function.xml-set-start-namespace-decl-handler.php" class="index">xml_set_start_namespace_decl_handler</a> - 名前空間開始ハンドラを設定する</li>
<li><a href="function.xml-set-unparsed-entity-decl-handler.php" class="index">xml_set_unparsed_entity_decl_handler</a> - 処理されないエンティティ宣言用ハンドラを設定する</li>
<li><a href="xsltprocessor.getparameter.php" class="index">XSLTProcessor::getParameter</a> - パラメータの値を取得する</li>
<li><a href="xsltprocessor.getsecurityprefs.php" class="index">XSLTProcessor::getSecurityPrefs</a> - セキュリティ設定を取得する</li>
<li><a href="xsltprocessor.hasexsltsupport.php" class="index">XSLTProcessor::hasExsltSupport</a> - PHP が EXSLT をサポートしているかどうかを判定する</li>
<li><a href="xsltprocessor.importstylesheet.php" class="index">XSLTProcessor::importStylesheet</a> - スタイルシートを取り込む</li>
<li><a href="xsltprocessor.registerphpfunctionns.php" class="index">XSLTProcessor::registerPHPFunctionNS</a> - PHP の関数を、名前空間付きの XSLT 関数として登録する</li>
<li><a href="xsltprocessor.registerphpfunctions.php" class="index">XSLTProcessor::registerPHPFunctions</a> - PHP 関数を XSLT 関数として利用できるようにする</li>
<li><a href="xsltprocessor.removeparameter.php" class="index">XSLTProcessor::removeParameter</a> - パラメータを削除する</li>
<li><a href="xsltprocessor.setparameter.php" class="index">XSLTProcessor::setParameter</a> - パラメータの値を設定する</li>
<li><a href="xsltprocessor.setprofiling.php" class="index">XSLTProcessor::setProfiling</a> - プロファイル情報の出力ファイルを設定する</li>
<li><a href="xsltprocessor.setsecurityprefs.php" class="index">XSLTProcessor::setSecurityPrefs</a> - セキュリティ設定を指定する</li>
<li><a href="xsltprocessor.transformtodoc.php" class="index">XSLTProcessor::transformToDoc</a> - ドキュメント に変換する</li>
<li><a href="xsltprocessor.transformtouri.php" class="index">XSLTProcessor::transformToUri</a> - URI に変換する</li>
<li><a href="xsltprocessor.transformtoxml.php" class="index">XSLTProcessor::transformToXml</a> - XML に変換する</li>
<li><a href="xsltprocessor.construct.php" class="index">XSLTProcessor::__construct</a> - 新しい XSLTProcessor オブジェクトを作成する</li>
</ul></li>
<li class='gen-index index-for-y'>y<ul id='refentry-index-for-y'>
<li><a href="yac.add.php" class="index">Yac::add</a> - Store into cache</li>
<li><a href="yac.delete.php" class="index">Yac::delete</a> - Remove items from cache</li>
<li><a href="yac.dump.php" class="index">Yac::dump</a> - Dump cache</li>
<li><a href="yac.flush.php" class="index">Yac::flush</a> - Flush the cache</li>
<li><a href="yac.get.php" class="index">Yac::get</a> - Retrieve values from cache</li>
<li><a href="yac.info.php" class="index">Yac::info</a> - Status of cache</li>
<li><a href="yac.set.php" class="index">Yac::set</a> - Store into cache</li>
<li><a href="yac.construct.php" class="index">Yac::__construct</a> - Constructor</li>
<li><a href="yac.getter.php" class="index">Yac::__get</a> - Getter</li>
<li><a href="yac.setter.php" class="index">Yac::__set</a> - Setter</li>
<li><a href="yaconf.get.php" class="index">Yaconf::get</a> - Retrieve a item</li>
<li><a href="yaconf.has.php" class="index">Yaconf::has</a> - Determine if a item exists</li>
<li><a href="yaf-action-abstract.execute.php" class="index">Yaf_Action_Abstract::execute</a> - アクションのエントリポイント</li>
<li><a href="yaf-action-abstract.getcontroller.php" class="index">Yaf_Action_Abstract::getController</a> - コントローラオブジェクトを取得する</li>
<li><a href="yaf-controller-abstract.getcontrollername.php" class="index">Yaf_Action_Abstract::getControllerName</a> - Get controller name</li>
<li><a href="yaf-application.app.php" class="index">Yaf_Application::app</a> - アプリケーションのインスタンスを取得する</li>
<li><a href="yaf-application.bootstrap.php" class="index">Yaf_Application::bootstrap</a> - ブートストラップをコールする</li>
<li><a href="yaf-application.clearlasterror.php" class="index">Yaf_Application::clearLastError</a> - 直近のエラー情報を消す</li>
<li><a href="yaf-application.environ.php" class="index">Yaf_Application::environ</a> - 環境を取得する</li>
<li><a href="yaf-application.execute.php" class="index">Yaf_Application::execute</a> - コールバックを実行する</li>
<li><a href="yaf-application.getappdirectory.php" class="index">Yaf_Application::getAppDirectory</a> - アプリケーションディレクトリを取得する</li>
<li><a href="yaf-application.getconfig.php" class="index">Yaf_Application::getConfig</a> - 設定情報を取得する</li>
<li><a href="yaf-application.getdispatcher.php" class="index">Yaf_Application::getDispatcher</a> - Yaf_Dispatcher のインスタンスを取得する</li>
<li><a href="yaf-application.getlasterrormsg.php" class="index">Yaf_Application::getLastErrorMsg</a> - 直近で発生したエラーのメッセージを取得する</li>
<li><a href="yaf-application.getlasterrorno.php" class="index">Yaf_Application::getLastErrorNo</a> - 直近で発生したエラーのコードを取得する</li>
<li><a href="yaf-application.getmodules.php" class="index">Yaf_Application::getModules</a> - 定義済みのモジュール名を取得する</li>
<li><a href="yaf-application.run.php" class="index">Yaf_Application::run</a> - Yaf_Application を開始する</li>
<li><a href="yaf-application.setappdirectory.php" class="index">Yaf_Application::setAppDirectory</a> - アプリケーションディレクトリを変更する</li>
<li><a href="yaf-application.construct.php" class="index">Yaf_Application::__construct</a> - Yaf_Application のコンストラクタ</li>
<li><a href="yaf-application.destruct.php" class="index">Yaf_Application::__destruct</a> - デストラクタ</li>
<li><a href="yaf-config-abstract.get.php" class="index">Yaf_Config_Abstract::get</a> - ゲッター</li>
<li><a href="yaf-config-abstract.readonly.php" class="index">Yaf_Config_Abstract::readonly</a> - 設定項目が読み込み専用かどうかを調べる</li>
<li><a href="yaf-config-abstract.set.php" class="index">Yaf_Config_Abstract::set</a> - セッター</li>
<li><a href="yaf-config-abstract.toarray.php" class="index">Yaf_Config_Abstract::toArray</a> - 配列に変換する</li>
<li><a href="yaf-config-ini.count.php" class="index">Yaf_Config_Ini::count</a> - Yaf_Config.ini の全ての要素を数える</li>
<li><a href="yaf-config-ini.current.php" class="index">Yaf_Config_Ini::current</a> - 現在の値を取得する</li>
<li><a href="yaf-config-ini.key.php" class="index">Yaf_Config_Ini::key</a> - 現在の要素のキーを取得する</li>
<li><a href="yaf-config-ini.next.php" class="index">Yaf_Config_Ini::next</a> - 内部ポインタを進める</li>
<li><a href="yaf-config-ini.offsetexists.php" class="index">Yaf_Config_Ini::offsetExists</a> - The offsetExists purpose</li>
<li><a href="yaf-config-ini.offsetget.php" class="index">Yaf_Config_Ini::offsetGet</a> - The offsetGet purpose</li>
<li><a href="yaf-config-ini.offsetset.php" class="index">Yaf_Config_Ini::offsetSet</a> - The offsetSet purpose</li>
<li><a href="yaf-config-ini.offsetunset.php" class="index">Yaf_Config_Ini::offsetUnset</a> - The offsetUnset purpose</li>
<li><a href="yaf-config-ini.readonly.php" class="index">Yaf_Config_Ini::readonly</a> - The readonly purpose</li>
<li><a href="yaf-config-ini.rewind.php" class="index">Yaf_Config_Ini::rewind</a> - The rewind purpose</li>
<li><a href="yaf-config-ini.toarray.php" class="index">Yaf_Config_Ini::toArray</a> - PHP の配列として構成を返す</li>
<li><a href="yaf-config-ini.valid.php" class="index">Yaf_Config_Ini::valid</a> - The valid purpose</li>
<li><a href="yaf-config-ini.construct.php" class="index">Yaf_Config_Ini::__construct</a> - Yaf_Config_Ini のコンストラクタ</li>
<li><a href="yaf-config-ini.get.php" class="index">Yaf_Config_Ini::__get</a> - 要素を取得する</li>
<li><a href="yaf-config-ini.isset.php" class="index">Yaf_Config_Ini::__isset</a> - キーが存在するかを判定する</li>
<li><a href="yaf-config-ini.set.php" class="index">Yaf_Config_Ini::__set</a> - The __set purpose</li>
<li><a href="yaf-config-simple.count.php" class="index">Yaf_Config_Simple::count</a> - The count purpose</li>
<li><a href="yaf-config-simple.current.php" class="index">Yaf_Config_Simple::current</a> - The current purpose</li>
<li><a href="yaf-config-simple.key.php" class="index">Yaf_Config_Simple::key</a> - The key purpose</li>
<li><a href="yaf-config-simple.next.php" class="index">Yaf_Config_Simple::next</a> - The next purpose</li>
<li><a href="yaf-config-simple.offsetexists.php" class="index">Yaf_Config_Simple::offsetExists</a> - The offsetExists purpose</li>
<li><a href="yaf-config-simple.offsetget.php" class="index">Yaf_Config_Simple::offsetGet</a> - The offsetGet purpose</li>
<li><a href="yaf-config-simple.offsetset.php" class="index">Yaf_Config_Simple::offsetSet</a> - The offsetSet purpose</li>
<li><a href="yaf-config-simple.offsetunset.php" class="index">Yaf_Config_Simple::offsetUnset</a> - The offsetUnset purpose</li>
<li><a href="yaf-config-simple.readonly.php" class="index">Yaf_Config_Simple::readonly</a> - The readonly purpose</li>
<li><a href="yaf-config-simple.rewind.php" class="index">Yaf_Config_Simple::rewind</a> - The rewind purpose</li>
<li><a href="yaf-config-simple.toarray.php" class="index">Yaf_Config_Simple::toArray</a> - PHP の配列を返す</li>
<li><a href="yaf-config-simple.valid.php" class="index">Yaf_Config_Simple::valid</a> - The valid purpose</li>
<li><a href="yaf-config-simple.construct.php" class="index">Yaf_Config_Simple::__construct</a> - コンストラクタ</li>
<li><a href="yaf-config-simple.get.php" class="index">Yaf_Config_Simple::__get</a> - The __get purpose</li>
<li><a href="yaf-config-simple.isset.php" class="index">Yaf_Config_Simple::__isset</a> - The __isset purpose</li>
<li><a href="yaf-config-simple.set.php" class="index">Yaf_Config_Simple::__set</a> - The __set purpose</li>
<li><a href="yaf-controller-abstract.display.php" class="index">Yaf_Controller_Abstract::display</a> - The display purpose</li>
<li><a href="yaf-controller-abstract.forward.php" class="index">Yaf_Controller_Abstract::forward</a> - 別のアクションに転送する</li>
<li><a href="yaf-controller-abstract.getinvokearg.php" class="index">Yaf_Controller_Abstract::getInvokeArg</a> - The getInvokeArg purpose</li>
<li><a href="yaf-controller-abstract.getinvokeargs.php" class="index">Yaf_Controller_Abstract::getInvokeArgs</a> - The getInvokeArgs purpose</li>
<li><a href="yaf-controller-abstract.getmodulename.php" class="index">Yaf_Controller_Abstract::getModuleName</a> - モジュール名を取得する</li>
<li><a href="yaf-controller-abstract.getname.php" class="index">Yaf_Controller_Abstract::getName</a> - Get self name</li>
<li><a href="yaf-controller-abstract.getrequest.php" class="index">Yaf_Controller_Abstract::getRequest</a> - 現在のリクエストオブジェクトを取得する</li>
<li><a href="yaf-controller-abstract.getresponse.php" class="index">Yaf_Controller_Abstract::getResponse</a> - 現在のレスポンスオブジェクトを取得する</li>
<li><a href="yaf-controller-abstract.getview.php" class="index">Yaf_Controller_Abstract::getView</a> - ビューエンジンを取得する</li>
<li><a href="yaf-controller-abstract.getviewpath.php" class="index">Yaf_Controller_Abstract::getViewpath</a> - getViewpath の目的を書く</li>
<li><a href="yaf-controller-abstract.init.php" class="index">Yaf_Controller_Abstract::init</a> - コントローラを初期化する</li>
<li><a href="yaf-controller-abstract.initview.php" class="index">Yaf_Controller_Abstract::initView</a> - The initView purpose</li>
<li><a href="yaf-controller-abstract.redirect.php" class="index">Yaf_Controller_Abstract::redirect</a> - URL にリダイレクトする</li>
<li><a href="yaf-controller-abstract.render.php" class="index">Yaf_Controller_Abstract::render</a> - ビューテンプレートをレンダリングする</li>
<li><a href="yaf-controller-abstract.setviewpath.php" class="index">Yaf_Controller_Abstract::setViewpath</a> - The setViewpath purpose</li>
<li><a href="yaf-controller-abstract.construct.php" class="index">Yaf_Controller_Abstract::__construct</a> - Yaf_Controller_Abstract のコンストラクタ</li>
<li><a href="yaf-dispatcher.autorender.php" class="index">Yaf_Dispatcher::autoRender</a> - 自動レンダリングのオン/オフを切り替える</li>
<li><a href="yaf-dispatcher.catchexception.php" class="index">Yaf_Dispatcher::catchException</a> - 例外のキャッチのオン/オフを切り替える</li>
<li><a href="yaf-dispatcher.disableview.php" class="index">Yaf_Dispatcher::disableView</a> - ビューのレンダリングを無効にする</li>
<li><a href="yaf-dispatcher.dispatch.php" class="index">Yaf_Dispatcher::dispatch</a> - リクエストをディスパッチする</li>
<li><a href="yaf-dispatcher.enableview.php" class="index">Yaf_Dispatcher::enableView</a> - ビューのレンダリングを有効にする</li>
<li><a href="yaf-dispatcher.flushinstantly.php" class="index">Yaf_Dispatcher::flushInstantly</a> - その場でのフラッシュのオン/オフを切り替える</li>
<li><a href="yaf-dispatcher.getapplication.php" class="index">Yaf_Dispatcher::getApplication</a> - アプリケーションを取得する</li>
<li><a href="yaf-dispatcher.getdefaultaction.php" class="index">Yaf_Dispatcher::getDefaultAction</a> - Retrive the default action name</li>
<li><a href="yaf-dispatcher.getdefaultcontroller.php" class="index">Yaf_Dispatcher::getDefaultController</a> - Retrive the default controller name</li>
<li><a href="yaf-dispatcher.getdefaultmodule.php" class="index">Yaf_Dispatcher::getDefaultModule</a> - Retrive the default module name</li>
<li><a href="yaf-dispatcher.getinstance.php" class="index">Yaf_Dispatcher::getInstance</a> - ディスパッチャのインスタンスを取得する</li>
<li><a href="yaf-dispatcher.getrequest.php" class="index">Yaf_Dispatcher::getRequest</a> - リクエストのインスタンスを取得する</li>
<li><a href="yaf-dispatcher.getrouter.php" class="index">Yaf_Dispatcher::getRouter</a> - ルーターのインスタンスを取得する</li>
<li><a href="yaf-dispatcher.initview.php" class="index">Yaf_Dispatcher::initView</a> - ビューを初期化して返す</li>
<li><a href="yaf-dispatcher.registerplugin.php" class="index">Yaf_Dispatcher::registerPlugin</a> - プラグインを登録する</li>
<li><a href="yaf-dispatcher.returnresponse.php" class="index">Yaf_Dispatcher::returnResponse</a> - The returnResponse purpose</li>
<li><a href="yaf-dispatcher.setdefaultaction.php" class="index">Yaf_Dispatcher::setDefaultAction</a> - デフォルトのアクション名を変更する</li>
<li><a href="yaf-dispatcher.setdefaultcontroller.php" class="index">Yaf_Dispatcher::setDefaultController</a> - デフォルトのコントローラ名を変更する</li>
<li><a href="yaf-dispatcher.setdefaultmodule.php" class="index">Yaf_Dispatcher::setDefaultModule</a> - デフォルトのモジュール名を変更する</li>
<li><a href="yaf-dispatcher.seterrorhandler.php" class="index">Yaf_Dispatcher::setErrorHandler</a> - エラーハンドラを設定する</li>
<li><a href="yaf-dispatcher.setrequest.php" class="index">Yaf_Dispatcher::setRequest</a> - The setRequest purpose</li>
<li><a href="yaf-dispatcher.setview.php" class="index">Yaf_Dispatcher::setView</a> - カスタムビューエンジンを設定する</li>
<li><a href="yaf-dispatcher.throwexception.php" class="index">Yaf_Dispatcher::throwException</a> - 例外のスローのオン/オフを切り替える</li>
<li><a href="yaf-dispatcher.construct.php" class="index">Yaf_Dispatcher::__construct</a> - Yaf_Dispatcher のコンストラクタ</li>
<li><a href="yaf-exception.getprevious.php" class="index">Yaf_Exception::getPrevious</a> - The getPrevious purpose</li>
<li><a href="yaf-exception.construct.php" class="index">Yaf_Exception::__construct</a> - コンストラクタ</li>
<li><a href="yaf-loader.autoload.php" class="index">Yaf_Loader::autoload</a> - The autoload purpose</li>
<li><a href="yaf-loader.clearlocalnamespace.php" class="index">Yaf_Loader::clearLocalNamespace</a> - The clearLocalNamespace purpose</li>
<li><a href="yaf-loader.getinstance.php" class="index">Yaf_Loader::getInstance</a> - The getInstance purpose</li>
<li><a href="yaf-loader.getlibrarypath.php" class="index">Yaf_Loader::getLibraryPath</a> - ライブラリパスを取得する</li>
<li><a href="yaf-loader.getnamespaces.php" class="index">Yaf_Loader::getLocalNamespace</a> - Retrive all register namespaces info</li>
<li><a href="yaf-loader.getnamespacepath.php" class="index">Yaf_Loader::getNamespacePath</a> - Retieve path of a registered namespace</li>
<li><a href="yaf-loader.import.php" class="index">Yaf_Loader::import</a> - The import purpose</li>
<li><a href="yaf-loader.islocalname.php" class="index">Yaf_Loader::isLocalName</a> - The isLocalName purpose</li>
<li><a href="yaf-loader.registerlocalnamespace.php" class="index">Yaf_Loader::registerLocalNamespace</a> - ローカルクラスプレフィックスを登録する</li>
<li><a href="yaf-loader.registernamespace.php" class="index">Yaf_Loader::registerNamespace</a> - Register namespace with searching path</li>
<li><a href="yaf-loader.setlibrarypath.php" class="index">Yaf_Loader::setLibraryPath</a> - ライブラリパスを変更する</li>
<li><a href="yaf-loader.construct.php" class="index">Yaf_Loader::__construct</a> - The __construct purpose</li>
<li><a href="yaf-plugin-abstract.dispatchloopshutdown.php" class="index">Yaf_Plugin_Abstract::dispatchLoopShutdown</a> - The dispatchLoopShutdown purpose</li>
<li><a href="yaf-plugin-abstract.dispatchloopstartup.php" class="index">Yaf_Plugin_Abstract::dispatchLoopStartup</a> - ディスパッチループの前にフックする</li>
<li><a href="yaf-plugin-abstract.postdispatch.php" class="index">Yaf_Plugin_Abstract::postDispatch</a> - The postDispatch purpose</li>
<li><a href="yaf-plugin-abstract.predispatch.php" class="index">Yaf_Plugin_Abstract::preDispatch</a> - The preDispatch purpose</li>
<li><a href="yaf-plugin-abstract.preresponse.php" class="index">Yaf_Plugin_Abstract::preResponse</a> - The preResponse purpose</li>
<li><a href="yaf-plugin-abstract.routershutdown.php" class="index">Yaf_Plugin_Abstract::routerShutdown</a> - The routerShutdown purpose</li>
<li><a href="yaf-plugin-abstract.routerstartup.php" class="index">Yaf_Plugin_Abstract::routerStartup</a> - RouterStartup フック</li>
<li><a href="yaf-registry.del.php" class="index">Yaf_Registry::del</a> - アイテムをレジストリから削除する</li>
<li><a href="yaf-registry.get.php" class="index">Yaf_Registry::get</a> - アイテムをレジストリから取得する</li>
<li><a href="yaf-registry.has.php" class="index">Yaf_Registry::has</a> - アイテムが存在するかどうかを調べる</li>
<li><a href="yaf-registry.set.php" class="index">Yaf_Registry::set</a> - アイテムをレジストリに追加する</li>
<li><a href="yaf-registry.construct.php" class="index">Yaf_Registry::__construct</a> - Yaf_Registry はシングルトンを実装する</li>
<li><a href="yaf-request-abstract.clearparams.php" class="index">Yaf_Request_Abstract::clearParams</a> - Remove all params</li>
<li><a href="yaf-request-abstract.getactionname.php" class="index">Yaf_Request_Abstract::getActionName</a> - The getActionName purpose</li>
<li><a href="yaf-request-abstract.getbaseuri.php" class="index">Yaf_Request_Abstract::getBaseUri</a> - The getBaseUri purpose</li>
<li><a href="yaf-request-abstract.getcontrollername.php" class="index">Yaf_Request_Abstract::getControllerName</a> - The getControllerName purpose</li>
<li><a href="yaf-request-abstract.getenv.php" class="index">Yaf_Request_Abstract::getEnv</a> - ENV 変数を取得する</li>
<li><a href="yaf-request-abstract.getexception.php" class="index">Yaf_Request_Abstract::getException</a> - The getException purpose</li>
<li><a href="yaf-request-abstract.getlanguage.php" class="index">Yaf_Request_Abstract::getLanguage</a> - クライアントの好きな言語を取得する</li>
<li><a href="yaf-request-abstract.getmethod.php" class="index">Yaf_Request_Abstract::getMethod</a> - リクエストメソッドを取得する</li>
<li><a href="yaf-request-abstract.getmodulename.php" class="index">Yaf_Request_Abstract::getModuleName</a> - The getModuleName purpose</li>
<li><a href="yaf-request-abstract.getparam.php" class="index">Yaf_Request_Abstract::getParam</a> - 呼び出しパラメータを取得する</li>
<li><a href="yaf-request-abstract.getparams.php" class="index">Yaf_Request_Abstract::getParams</a> - 全ての呼び出しパラメータを取得する</li>
<li><a href="yaf-request-abstract.getrequesturi.php" class="index">Yaf_Request_Abstract::getRequestUri</a> - The getRequestUri purpose</li>
<li><a href="yaf-request-abstract.getserver.php" class="index">Yaf_Request_Abstract::getServer</a> - SERVER 変数を取得する</li>
<li><a href="yaf-request-abstract.iscli.php" class="index">Yaf_Request_Abstract::isCli</a> - CLIリクエストかを判定する</li>
<li><a href="yaf-request-abstract.isdispatched.php" class="index">Yaf_Request_Abstract::isDispatched</a> - リクエストがディスパッチ済みかを判定する</li>
<li><a href="yaf-request-abstract.isget.php" class="index">Yaf_Request_Abstract::isGet</a> - GETリクエストかどうかを判定する</li>
<li><a href="yaf-request-abstract.ishead.php" class="index">Yaf_Request_Abstract::isHead</a> - HEADリクエストかどうかを判定する</li>
<li><a href="yaf-request-abstract.isoptions.php" class="index">Yaf_Request_Abstract::isOptions</a> - OPTIONS リクエストかどうかを判定する</li>
<li><a href="yaf-request-abstract.ispost.php" class="index">Yaf_Request_Abstract::isPost</a> - POST リクエストかどうかを判定する</li>
<li><a href="yaf-request-abstract.isput.php" class="index">Yaf_Request_Abstract::isPut</a> - PUTリクエストかどうかを判定する</li>
<li><a href="yaf-request-abstract.isrouted.php" class="index">Yaf_Request_Abstract::isRouted</a> - リクエストがルーティング済みかを判定する</li>
<li><a href="yaf-request-abstract.isxmlhttprequest.php" class="index">Yaf_Request_Abstract::isXmlHttpRequest</a> - AJAXリクエストかどうかを判定する</li>
<li><a href="yaf-request-abstract.setactionname.php" class="index">Yaf_Request_Abstract::setActionName</a> - アクション名を設定する</li>
<li><a href="yaf-request-abstract.setbaseuri.php" class="index">Yaf_Request_Abstract::setBaseUri</a> - ベース URI を設定する</li>
<li><a href="yaf-request-abstract.setcontrollername.php" class="index">Yaf_Request_Abstract::setControllerName</a> - コントローラー名を設定する</li>
<li><a href="yaf-request-abstract.setdispatched.php" class="index">Yaf_Request_Abstract::setDispatched</a> - The setDispatched purpose</li>
<li><a href="yaf-request-abstract.setmodulename.php" class="index">Yaf_Request_Abstract::setModuleName</a> - モジュール名を設定する</li>
<li><a href="yaf-request-abstract.setparam.php" class="index">Yaf_Request_Abstract::setParam</a> - 呼び出しパラメータをリクエストに設定する</li>
<li><a href="yaf-request-abstract.setrequesturi.php" class="index">Yaf_Request_Abstract::setRequestUri</a> - The setRequestUri purpose</li>
<li><a href="yaf-request-abstract.setrouted.php" class="index">Yaf_Request_Abstract::setRouted</a> - The setRouted purpose</li>
<li><a href="yaf-request-http.get.php" class="index">Yaf_Request_Http::get</a> - クライアントからの変数を取得する</li>
<li><a href="yaf-request-http.getcookie.php" class="index">Yaf_Request_Http::getCookie</a> - Cookie 変数を取得する</li>
<li><a href="yaf-request-http.getfiles.php" class="index">Yaf_Request_Http::getFiles</a> - The getFiles purpose</li>
<li><a href="yaf-request-http.getpost.php" class="index">Yaf_Request_Http::getPost</a> - POST 変数を取得する</li>
<li><a href="yaf-request-http.getquery.php" class="index">Yaf_Request_Http::getQuery</a> - クエリパラメータを取得する</li>
<li><a href="yaf-request-http.getraw.php" class="index">Yaf_Request_Http::getRaw</a> - 生のリクエストボディを取得する</li>
<li><a href="yaf-request-http.getrequest.php" class="index">Yaf_Request_Http::getRequest</a> - The getRequest purpose</li>
<li><a href="yaf-request-http.isxmlhttprequest.php" class="index">Yaf_Request_Http::isXmlHttpRequest</a> - リクエストが Ajax リクエストかどうかを判断する</li>
<li><a href="yaf-request-http.construct.php" class="index">Yaf_Request_Http::__construct</a> - Yaf_Request_Http のコンストラクタ</li>
<li><a href="yaf-request-simple.get.php" class="index">Yaf_Request_Simple::get</a> - The get purpose</li>
<li><a href="yaf-request-simple.getcookie.php" class="index">Yaf_Request_Simple::getCookie</a> - The getCookie purpose</li>
<li><a href="yaf-request-simple.getfiles.php" class="index">Yaf_Request_Simple::getFiles</a> - The getFiles purpose</li>
<li><a href="yaf-request-simple.getpost.php" class="index">Yaf_Request_Simple::getPost</a> - The getPost purpose</li>
<li><a href="yaf-request-simple.getquery.php" class="index">Yaf_Request_Simple::getQuery</a> - The getQuery purpose</li>
<li><a href="yaf-request-simple.getrequest.php" class="index">Yaf_Request_Simple::getRequest</a> - The getRequest purpose</li>
<li><a href="yaf-request-simple.isxmlhttprequest.php" class="index">Yaf_Request_Simple::isXmlHttpRequest</a> - リクエストが AJAX 経由のリクエストかどうかを判定する</li>
<li><a href="yaf-request-simple.construct.php" class="index">Yaf_Request_Simple::__construct</a> - Yaf_Request_Simple のコンストラクタ</li>
<li><a href="yaf-response-abstract.appendbody.php" class="index">Yaf_Response_Abstract::appendBody</a> - レスポンス本文に追記する</li>
<li><a href="yaf-response-abstract.clearbody.php" class="index">Yaf_Response_Abstract::clearBody</a> - 既存のすべてのレスポンス本文を破棄します</li>
<li><a href="yaf-response-abstract.clearheaders.php" class="index">Yaf_Response_Abstract::clearHeaders</a> - すべてのヘッダをクリアする</li>
<li><a href="yaf-response-abstract.getbody.php" class="index">Yaf_Response_Abstract::getBody</a> - コンテンツを取得する</li>
<li><a href="yaf-response-abstract.getheader.php" class="index">Yaf_Response_Abstract::getHeader</a> - getHeader の目的</li>
<li><a href="yaf-response-abstract.prependbody.php" class="index">Yaf_Response_Abstract::prependBody</a> - The prependBody purpose</li>
<li><a href="yaf-response-abstract.response.php" class="index">Yaf_Response_Abstract::response</a> - レスポンスを送信する</li>
<li><a href="yaf-response-abstract.setallheaders.php" class="index">Yaf_Response_Abstract::setAllHeaders</a> - The setAllHeaders purpose</li>
<li><a href="yaf-response-abstract.setbody.php" class="index">Yaf_Response_Abstract::setBody</a> - コンテンツをレスポンスに設定する</li>
<li><a href="yaf-response-abstract.setheader.php" class="index">Yaf_Response_Abstract::setHeader</a> - レスポンスヘッダを設定する</li>
<li><a href="yaf-response-abstract.setredirect.php" class="index">Yaf_Response_Abstract::setRedirect</a> - The setRedirect purpose</li>
<li><a href="yaf-response-abstract.construct.php" class="index">Yaf_Response_Abstract::__construct</a> - The __construct purpose</li>
<li><a href="yaf-response-abstract.destruct.php" class="index">Yaf_Response_Abstract::__destruct</a> - The __destruct purpose</li>
<li><a href="yaf-response-abstract.tostring.php" class="index">Yaf_Response_Abstract::__toString</a> - すべてのレスポンスボディを文字列として取得する</li>
<li><a href="yaf-router.addconfig.php" class="index">Yaf_Router::addConfig</a> - 設定で定義したルートをルーターに追加する</li>
<li><a href="yaf-router.addroute.php" class="index">Yaf_Router::addRoute</a> - 新しいルートをルーターに追加する</li>
<li><a href="yaf-router.getcurrentroute.php" class="index">Yaf_Router::getCurrentRoute</a> - 使われているルート名を取得する</li>
<li><a href="yaf-router.getroute.php" class="index">Yaf_Router::getRoute</a> - 名前を指定してルートを取得する</li>
<li><a href="yaf-router.getroutes.php" class="index">Yaf_Router::getRoutes</a> - 登録済みのルートを取得する</li>
<li><a href="yaf-router.route.php" class="index">Yaf_Router::route</a> - The route purpose</li>
<li><a href="yaf-router.construct.php" class="index">Yaf_Router::__construct</a> - Yaf_Router のコンストラクタ</li>
<li><a href="yaf-route-interface.assemble.php" class="index">Yaf_Route_Interface::assemble</a> - リクエストを組み立てる</li>
<li><a href="yaf-route-interface.route.php" class="index">Yaf_Route_Interface::route</a> - リクエストをルーティングする</li>
<li><a href="yaf-route-map.assemble.php" class="index">Yaf_Route_Map::assemble</a> - URLを組み立てる</li>
<li><a href="yaf-route-map.route.php" class="index">Yaf_Route_Map::route</a> - route の目的</li>
<li><a href="yaf-route-map.construct.php" class="index">Yaf_Route_Map::__construct</a> - The __construct purpose</li>
<li><a href="yaf-route-regex.assemble.php" class="index">Yaf_Route_Regex::assemble</a> - URL を組み立てる</li>
<li><a href="yaf-route-regex.route.php" class="index">Yaf_Route_Regex::route</a> - The route purpose</li>
<li><a href="yaf-route-regex.construct.php" class="index">Yaf_Route_Regex::__construct</a> - Yaf_Route_Regex のコンストラクタ</li>
<li><a href="yaf-route-rewrite.assemble.php" class="index">Yaf_Route_Rewrite::assemble</a> - URLを組み立てる</li>
<li><a href="yaf-route-rewrite.route.php" class="index">Yaf_Route_Rewrite::route</a> - The route purpose</li>
<li><a href="yaf-route-rewrite.construct.php" class="index">Yaf_Route_Rewrite::__construct</a> - Yaf_Route_Rewrite のコンストラクタ</li>
<li><a href="yaf-route-simple.assemble.php" class="index">Yaf_Route_Simple::assemble</a> - URLを組み立てる</li>
<li><a href="yaf-route-simple.route.php" class="index">Yaf_Route_Simple::route</a> - リクエストをルーティングする</li>
<li><a href="yaf-route-simple.construct.php" class="index">Yaf_Route_Simple::__construct</a> - Yaf_Route_Simple のコンストラクタ</li>
<li><a href="yaf-route-static.assemble.php" class="index">Yaf_Route_Static::assemble</a> - URL を組み立てる</li>
<li><a href="yaf-route-static.match.php" class="index">Yaf_Route_Static::match</a> - The match purpose</li>
<li><a href="yaf-route-static.route.php" class="index">Yaf_Route_Static::route</a> - リクエストをルーティングする</li>
<li><a href="yaf-route-supervar.assemble.php" class="index">Yaf_Route_Supervar::assemble</a> - URL を組み立てる</li>
<li><a href="yaf-route-supervar.route.php" class="index">Yaf_Route_Supervar::route</a> - The route purpose</li>
<li><a href="yaf-route-supervar.construct.php" class="index">Yaf_Route_Supervar::__construct</a> - The __construct purpose</li>
<li><a href="yaf-session.count.php" class="index">Yaf_Session::count</a> - The count purpose</li>
<li><a href="yaf-session.current.php" class="index">Yaf_Session::current</a> - The current purpose</li>
<li><a href="yaf-session.del.php" class="index">Yaf_Session::del</a> - The del purpose</li>
<li><a href="yaf-session.getinstance.php" class="index">Yaf_Session::getInstance</a> - The getInstance purpose</li>
<li><a href="yaf-session.has.php" class="index">Yaf_Session::has</a> - The has purpose</li>
<li><a href="yaf-session.key.php" class="index">Yaf_Session::key</a> - The key purpose</li>
<li><a href="yaf-session.next.php" class="index">Yaf_Session::next</a> - The next purpose</li>
<li><a href="yaf-session.offsetexists.php" class="index">Yaf_Session::offsetExists</a> - The offsetExists purpose</li>
<li><a href="yaf-session.offsetget.php" class="index">Yaf_Session::offsetGet</a> - The offsetGet purpose</li>
<li><a href="yaf-session.offsetset.php" class="index">Yaf_Session::offsetSet</a> - The offsetSet purpose</li>
<li><a href="yaf-session.offsetunset.php" class="index">Yaf_Session::offsetUnset</a> - The offsetUnset purpose</li>
<li><a href="yaf-session.rewind.php" class="index">Yaf_Session::rewind</a> - The rewind purpose</li>
<li><a href="yaf-session.start.php" class="index">Yaf_Session::start</a> - The start purpose</li>
<li><a href="yaf-session.valid.php" class="index">Yaf_Session::valid</a> - The valid purpose</li>
<li><a href="yaf-session.construct.php" class="index">Yaf_Session::__construct</a> - Yaf_Session のコンストラクタ</li>
<li><a href="yaf-session.get.php" class="index">Yaf_Session::__get</a> - The __get purpose</li>
<li><a href="yaf-session.isset.php" class="index">Yaf_Session::__isset</a> - The __isset purpose</li>
<li><a href="yaf-session.set.php" class="index">Yaf_Session::__set</a> - The __set purpose</li>
<li><a href="yaf-session.unset.php" class="index">Yaf_Session::__unset</a> - The __unset purpose</li>
<li><a href="yaf-view-interface.assign.php" class="index">Yaf_View_Interface::assign</a> - 値をビューエンジンに代入する</li>
<li><a href="yaf-view-interface.display.php" class="index">Yaf_View_Interface::display</a> - テンプレートをレンダリングして出力する</li>
<li><a href="yaf-view-interface.getscriptpath.php" class="index">Yaf_View_Interface::getScriptPath</a> - The getScriptPath purpose</li>
<li><a href="yaf-view-interface.render.php" class="index">Yaf_View_Interface::render</a> - テンプレートをレンダリングする</li>
<li><a href="yaf-view-interface.setscriptpath.php" class="index">Yaf_View_Interface::setScriptPath</a> - The setScriptPath purpose</li>
<li><a href="yaf-view-simple.assign.php" class="index">Yaf_View_Simple::assign</a> - 値を代入する</li>
<li><a href="yaf-view-simple.assignref.php" class="index">Yaf_View_Simple::assignRef</a> - The assignRef purpose</li>
<li><a href="yaf-view-simple.clear.php" class="index">Yaf_View_Simple::clear</a> - 代入した値をクリアする</li>
<li><a href="yaf-view-simple.display.php" class="index">Yaf_View_Simple::display</a> - レンダリングして表示する</li>
<li><a href="yaf-view-simple.eval.php" class="index">Yaf_View_Simple::eval</a> - テンプレートをレンダリングする</li>
<li><a href="yaf-view-simple.getscriptpath.php" class="index">Yaf_View_Simple::getScriptPath</a> - テンプレートのディレクトリを取得する</li>
<li><a href="yaf-view-simple.render.php" class="index">Yaf_View_Simple::render</a> - テンプレートをレンダリングする</li>
<li><a href="yaf-view-simple.setscriptpath.php" class="index">Yaf_View_Simple::setScriptPath</a> - テンプレートのディレクトリを設定する</li>
<li><a href="yaf-view-simple.construct.php" class="index">Yaf_View_Simple::__construct</a> - Yaf_View_Simple のコンストラクタ</li>
<li><a href="yaf-view-simple.get.php" class="index">Yaf_View_Simple::__get</a> - Retrieve assigned variable</li>
<li><a href="yaf-view-simple.isset.php" class="index">Yaf_View_Simple::__isset</a> - The __isset purpose</li>
<li><a href="yaf-view-simple.set.php" class="index">Yaf_View_Simple::__set</a> - 値をエンジンに設定する</li>
<li><a href="function.yaml-emit.php" class="index">yaml_emit</a> - YAML 形式にした値を返す</li>
<li><a href="function.yaml-emit-file.php" class="index">yaml_emit_file</a> - YAML 形式にした値をファイルに送る</li>
<li><a href="function.yaml-parse.php" class="index">yaml_parse</a> - YAML ストリームをパースする</li>
<li><a href="function.yaml-parse-file.php" class="index">yaml_parse_file</a> - ファイルからの YAML ストリームをパースする</li>
<li><a href="function.yaml-parse-url.php" class="index">yaml_parse_url</a> - URL からの YAML ストリームをパースする</li>
<li><a href="yar-client.setopt.php" class="index">Yar_Client::setOpt</a> - Set calling contexts</li>
<li><a href="yar-client.call.php" class="index">Yar_Client::__call</a> - Call service</li>
<li><a href="yar-client.construct.php" class="index">Yar_Client::__construct</a> - Create a client</li>
<li><a href="yar-client-exception.gettype.php" class="index">Yar_Client_Exception::getType</a> - Retrieve exception's type</li>
<li><a href="yar-concurrent-client.call.php" class="index">Yar_Concurrent_Client::call</a> - Register a concurrent call</li>
<li><a href="yar-concurrent-client.loop.php" class="index">Yar_Concurrent_Client::loop</a> - Send all calls</li>
<li><a href="yar-concurrent-client.reset.php" class="index">Yar_Concurrent_Client::reset</a> - Clean all registered calls</li>
<li><a href="yar-server.handle.php" class="index">Yar_Server::handle</a> - Start RPC Server</li>
<li><a href="yar-server.construct.php" class="index">Yar_Server::__construct</a> - Register a server</li>
<li><a href="yar-server-exception.gettype.php" class="index">Yar_Server_Exception::getType</a> - Retrieve exception's type</li>
<li><a href="function.yaz-addinfo.php" class="index">yaz_addinfo</a> - 詳細なエラー情報を返す</li>
<li><a href="function.yaz-ccl-conf.php" class="index">yaz_ccl_conf</a> - CCL パーサーを設定する</li>
<li><a href="function.yaz-ccl-parse.php" class="index">yaz_ccl_parse</a> - CCL パーサーを起動する</li>
<li><a href="function.yaz-close.php" class="index">yaz_close</a> - YAZ 接続をクローズする</li>
<li><a href="function.yaz-connect.php" class="index">yaz_connect</a> - Z39.50 サーバーへの接続を準備する</li>
<li><a href="function.yaz-database.php" class="index">yaz_database</a> - セッション内のデータベースを指定する</li>
<li><a href="function.yaz-element.php" class="index">yaz_element</a> - 取得時の要素集合の名前を指定する</li>
<li><a href="function.yaz-errno.php" class="index">yaz_errno</a> - エラー番号を返す</li>
<li><a href="function.yaz-error.php" class="index">yaz_error</a> - エラーの内容を返す</li>
<li><a href="function.yaz-es.php" class="index">yaz_es</a> - 拡張サービスのリクエストを準備する</li>
<li><a href="function.yaz-es-result.php" class="index">yaz_es_result</a> - 拡張サービスの結果を調査する</li>
<li><a href="function.yaz-get-option.php" class="index">yaz_get_option</a> - 接続に関するオプションの値を返す</li>
<li><a href="function.yaz-hits.php" class="index">yaz_hits</a> - 直近の検索に関するヒット数を返す</li>
<li><a href="function.yaz-itemorder.php" class="index">yaz_itemorder</a> - ILL リクエストパッケージを関して Z39.50 Item Order を準備する</li>
<li><a href="function.yaz-present.php" class="index">yaz_present</a> - (Z39.50による)取得の準備を行う</li>
<li><a href="function.yaz-range.php" class="index">yaz_range</a> - 取得するレコードの範囲を指定する</li>
<li><a href="function.yaz-record.php" class="index">yaz_record</a> - レコードを返す</li>
<li><a href="function.yaz-scan.php" class="index">yaz_scan</a> - スキャンの準備をする</li>
<li><a href="function.yaz-scan-result.php" class="index">yaz_scan_result</a> - スキャンリクエストの結果を返す</li>
<li><a href="function.yaz-schema.php" class="index">yaz_schema</a> - 取得するスキーマを指定する</li>
<li><a href="function.yaz-search.php" class="index">yaz_search</a> - 検索を準備する</li>
<li><a href="function.yaz-set-option.php" class="index">yaz_set_option</a> - 接続に関するひとつあるいは複数のオプションを設定する</li>
<li><a href="function.yaz-sort.php" class="index">yaz_sort</a> - ソート条件を設定する</li>
<li><a href="function.yaz-syntax.php" class="index">yaz_syntax</a> - 取得用に適当なレコード構文を指定する</li>
<li><a href="function.yaz-wait.php" class="index">yaz_wait</a> - Z39.50 リクエストが完了するまで待つ</li>
</ul></li>
<li class='gen-index index-for-z'>z<ul id='refentry-index-for-z'>
<li><a href="function.zend-thread-id.php" class="index">zend_thread_id</a> - 現在のスレッドの一意な ID を返す</li>
<li><a href="function.zend-version.php" class="index">zend_version</a> - 現在の Zend Engine のバージョンを取得する</li>
<li><a href="ziparchive.addemptydir.php" class="index">ZipArchive::addEmptyDir</a> - 新しいディレクトリを追加する</li>
<li><a href="ziparchive.addfile.php" class="index">ZipArchive::addFile</a> - 指定したパスからファイルを ZIP アーカイブに追加する</li>
<li><a href="ziparchive.addfromstring.php" class="index">ZipArchive::addFromString</a> - 内容を指定して、ファイルを ZIP アーカイブに追加する</li>
<li><a href="ziparchive.addglob.php" class="index">ZipArchive::addGlob</a> - ディレクトリから、glob パターンを使ってファイルを追加する</li>
<li><a href="ziparchive.addpattern.php" class="index">ZipArchive::addPattern</a> - ディレクトリから、PCRE パターンを使ってファイルを追加する</li>
<li><a href="ziparchive.clearerror.php" class="index">ZipArchive::clearError</a> - ステータスエラーメッセージか、システムエラー/ zip メッセージをクリアする</li>
<li><a href="ziparchive.close.php" class="index">ZipArchive::close</a> - アクティブな (オープンされた、あるいは新しく作成された) アーカイブを閉じる</li>
<li><a href="ziparchive.count.php" class="index">ZipArchive::count</a> - アーカイブにあるファイルの数を数える</li>
<li><a href="ziparchive.deleteindex.php" class="index">ZipArchive::deleteIndex</a> - インデックスを使用して、アーカイブ内のエントリを削除する</li>
<li><a href="ziparchive.deletename.php" class="index">ZipArchive::deleteName</a> - 名前を使用して、アーカイブからエントリを削除する</li>
<li><a href="ziparchive.extractto.php" class="index">ZipArchive::extractTo</a> - アーカイブの内容を展開する</li>
<li><a href="ziparchive.getarchivecomment.php" class="index">ZipArchive::getArchiveComment</a> - ZIP アーカイブのコメントを返す</li>
<li><a href="ziparchive.getarchiveflag.php" class="index">ZipArchive::getArchiveFlag</a> - Zip アーカイブのグローバルフラグの値を返す</li>
<li><a href="ziparchive.getcommentindex.php" class="index">ZipArchive::getCommentIndex</a> - エントリのインデックスを使用して、エントリのコメントを返す</li>
<li><a href="ziparchive.getcommentname.php" class="index">ZipArchive::getCommentName</a> - エントリ名を使用して、エントリのコメントを返す</li>
<li><a href="ziparchive.getexternalattributesindex.php" class="index">ZipArchive::getExternalAttributesIndex</a> - インデックスで定義されたエントリの外部属性を取得する</li>
<li><a href="ziparchive.getexternalattributesname.php" class="index">ZipArchive::getExternalAttributesName</a> - 名前で定義されたエントリの外部属性を取得する</li>
<li><a href="ziparchive.getfromindex.php" class="index">ZipArchive::getFromIndex</a> - インデックスを使用して、エントリの内容を返す</li>
<li><a href="ziparchive.getfromname.php" class="index">ZipArchive::getFromName</a> - 名前を使用して、エントリの内容を返す</li>
<li><a href="ziparchive.getnameindex.php" class="index">ZipArchive::getNameIndex</a> - インデックスを使用して、エントリの名前を返す</li>
<li><a href="ziparchive.getstatusstring.php" class="index">ZipArchive::getStatusString</a> - システムエラー、または ZIP メッセージに関するエラー情報を返す</li>
<li><a href="ziparchive.getstream.php" class="index">ZipArchive::getStream</a> - 名前を使用して、エントリのファイルハンドラ (読み込み専用) を取得する</li>
<li><a href="ziparchive.getstreamindex.php" class="index">ZipArchive::getStreamIndex</a> - インデックスで指定されたエントリへの、ファイルハンドラを取得する(読み取り専用)</li>
<li><a href="ziparchive.getstreamname.php" class="index">ZipArchive::getStreamName</a> - 名前で指定されたエントリへの、ファイルハンドラを取得する(読み取り専用)</li>
<li><a href="ziparchive.iscompressionmethoddupported.php" class="index">ZipArchive::isCompressionMethodSupported</a> - 圧縮方式を libzip がサポートしているかをチェックする</li>
<li><a href="ziparchive.isencryptionmethoddupported.php" class="index">ZipArchive::isEncryptionMethodSupported</a> - 暗号化方式を libzip がサポートしているかどうかをチェックする</li>
<li><a href="ziparchive.locatename.php" class="index">ZipArchive::locateName</a> - アーカイブ内のエントリのインデックスを返す</li>
<li><a href="ziparchive.open.php" class="index">ZipArchive::open</a> - ZIP ファイルアーカイブをオープンする</li>
<li><a href="ziparchive.registercancelcallback.php" class="index">ZipArchive::registerCancelCallback</a> - アーカイブを閉じている間にキャンセルできるようにコールバックを登録する</li>
<li><a href="ziparchive.registerprogresscallback.php" class="index">ZipArchive::registerProgressCallback</a> - アーカイブを閉じている間に更新できるようにコールバックを登録する</li>
<li><a href="ziparchive.renameindex.php" class="index">ZipArchive::renameIndex</a> - インデックスを使用してエントリ名を変更する</li>
<li><a href="ziparchive.renamename.php" class="index">ZipArchive::renameName</a> - 名前を使用してエントリ名を変更する</li>
<li><a href="ziparchive.replacefile.php" class="index">ZipArchive::replaceFile</a> - 指定されたパスのファイルにアーカイブの一部を置き換える</li>
<li><a href="ziparchive.setarchivecomment.php" class="index">ZipArchive::setArchiveComment</a> - ZIP アーカイブのコメントを設定する</li>
<li><a href="ziparchive.setarchiveflag.php" class="index">ZipArchive::setArchiveFlag</a> - Zip アーカイブのグローバルフラグを設定する</li>
<li><a href="ziparchive.setcommentindex.php" class="index">ZipArchive::setCommentIndex</a> - インデックスを使用してエントリのコメントを設定する</li>
<li><a href="ziparchive.setcommentname.php" class="index">ZipArchive::setCommentName</a> - 名前を使用してエントリのコメントを設定する</li>
<li><a href="ziparchive.setcompressionindex.php" class="index">ZipArchive::setCompressionIndex</a> - インデックスで定義されたエントリの圧縮方法を設定する</li>
<li><a href="ziparchive.setcompressionname.php" class="index">ZipArchive::setCompressionName</a> - 名前で定義されたエントリの圧縮メソッドを設定する</li>
<li><a href="ziparchive.setencryptionindex.php" class="index">ZipArchive::setEncryptionIndex</a> - index で定義されたエントリの暗号化方法を指定する</li>
<li><a href="ziparchive.setencryptionname.php" class="index">ZipArchive::setEncryptionName</a> - 名前で定義されたエントリの暗号化方式を設定する</li>
<li><a href="ziparchive.setexternalattributesindex.php" class="index">ZipArchive::setExternalAttributesIndex</a> - インデックスで定義されたエントリの外部属性を設定する</li>
<li><a href="ziparchive.setexternalattributesname.php" class="index">ZipArchive::setExternalAttributesName</a> - 名前で定義されたエントリの外部属性を設定する</li>
<li><a href="ziparchive.setmtimeindex.php" class="index">ZipArchive::setMtimeIndex</a> - インデックスを使用してエントリの変更時間を設定する</li>
<li><a href="ziparchive.setmtimename.php" class="index">ZipArchive::setMtimeName</a> - 名前を使ってエントリの変更時間を設定する</li>
<li><a href="ziparchive.setpassword.php" class="index">ZipArchive::setPassword</a> - アクティブなアーカイブにパスワードを設定する</li>
<li><a href="ziparchive.statindex.php" class="index">ZipArchive::statIndex</a> - インデックスを使用してエントリの詳細を取得する</li>
<li><a href="ziparchive.statname.php" class="index">ZipArchive::statName</a> - 名前を使用してエントリの詳細を取得する</li>
<li><a href="ziparchive.unchangeall.php" class="index">ZipArchive::unchangeAll</a> - アーカイブに対するすべての変更を取り消す</li>
<li><a href="ziparchive.unchangearchive.php" class="index">ZipArchive::unchangeArchive</a> - アーカイブ全体に対して行われたすべての変更を取り消す</li>
<li><a href="ziparchive.unchangeindex.php" class="index">ZipArchive::unchangeIndex</a> - 指定したインデックスのエントリに対するすべての変更を取り消す</li>
<li><a href="ziparchive.unchangename.php" class="index">ZipArchive::unchangeName</a> - 指定した名前のエントリに対するすべての変更を取り消す</li>
<li><a href="function.zip-close.php" class="index">zip_close</a> - ZIP ファイルアーカイブを閉じる</li>
<li><a href="function.zip-entry-close.php" class="index">zip_entry_close</a> - ディレクトリエントリを閉じる</li>
<li><a href="function.zip-entry-compressedsize.php" class="index">zip_entry_compressedsize</a> - ディレクトリエントリの圧縮時のサイズを取得する</li>
<li><a href="function.zip-entry-compressionmethod.php" class="index">zip_entry_compressionmethod</a> - ディレクトリエントリの圧縮方法を取得する</li>
<li><a href="function.zip-entry-filesize.php" class="index">zip_entry_filesize</a> - ディレクトリエントリの実際のファイルサイズを取得する</li>
<li><a href="function.zip-entry-name.php" class="index">zip_entry_name</a> - ディレクトリエントリの名前を取得する</li>
<li><a href="function.zip-entry-open.php" class="index">zip_entry_open</a> - 読込み用にディレクトリエントリをオープンする</li>
<li><a href="function.zip-entry-read.php" class="index">zip_entry_read</a> - オープンされたディレクトリエントリから読み込む</li>
<li><a href="function.zip-open.php" class="index">zip_open</a> - Zip ファイルアーカイブをオープンする</li>
<li><a href="function.zip-read.php" class="index">zip_read</a> - Zip ファイルアーカイブの中の次のエントリを読み込む</li>
<li><a href="function.zlib-decode.php" class="index">zlib_decode</a> - raw/gzip/zlib で符号化されたデータを復元する</li>
<li><a href="function.zlib-encode.php" class="index">zlib_encode</a> - 指定した符号化方式でデータを圧縮する</li>
<li><a href="function.zlib-get-coding-type.php" class="index">zlib_get_coding_type</a> - 出力圧縮に使用されたコーディングの種類を返す</li>
<li><a href="zmq.construct.php" class="index">ZMQ::__construct</a> - ZMQ constructor</li>
<li><a href="zmqcontext.getopt.php" class="index">ZMQContext::getOpt</a> - Get context option</li>
<li><a href="zmqcontext.getsocket.php" class="index">ZMQContext::getSocket</a> - Create a new socket</li>
<li><a href="zmqcontext.ispersistent.php" class="index">ZMQContext::isPersistent</a> - Whether the context is persistent</li>
<li><a href="zmqcontext.setopt.php" class="index">ZMQContext::setOpt</a> - Set a socket option</li>
<li><a href="zmqcontext.construct.php" class="index">ZMQContext::__construct</a> - Construct a new ZMQContext object</li>
<li><a href="zmqdevice.getidletimeout.php" class="index">ZMQDevice::getIdleTimeout</a> - Get the idle timeout</li>
<li><a href="zmqdevice.gettimertimeout.php" class="index">ZMQDevice::getTimerTimeout</a> - Get the timer timeout</li>
<li><a href="zmqdevice.run.php" class="index">ZMQDevice::run</a> - Run the new device</li>
<li><a href="zmqdevice.setidlecallback.php" class="index">ZMQDevice::setIdleCallback</a> - Set the idle callback function</li>
<li><a href="zmqdevice.setidletimeout.php" class="index">ZMQDevice::setIdleTimeout</a> - Set the idle timeout</li>
<li><a href="zmqdevice.settimercallback.php" class="index">ZMQDevice::setTimerCallback</a> - Set the timer callback function</li>
<li><a href="zmqdevice.settimertimeout.php" class="index">ZMQDevice::setTimerTimeout</a> - Set the timer timeout</li>
<li><a href="zmqdevice.construct.php" class="index">ZMQDevice::__construct</a> - Construct a new device</li>
<li><a href="zmqpoll.add.php" class="index">ZMQPoll::add</a> - Add item to the poll set</li>
<li><a href="zmqpoll.clear.php" class="index">ZMQPoll::clear</a> - Clear the poll set</li>
<li><a href="zmqpoll.count.php" class="index">ZMQPoll::count</a> - Count items in the poll set</li>
<li><a href="zmqpoll.getlasterrors.php" class="index">ZMQPoll::getLastErrors</a> - Get poll errors</li>
<li><a href="zmqpoll.poll.php" class="index">ZMQPoll::poll</a> - Poll the items</li>
<li><a href="zmqpoll.remove.php" class="index">ZMQPoll::remove</a> - Remove item from poll set</li>
<li><a href="zmqsocket.bind.php" class="index">ZMQSocket::bind</a> - Bind the socket</li>
<li><a href="zmqsocket.connect.php" class="index">ZMQSocket::connect</a> - Connect the socket</li>
<li><a href="zmqsocket.disconnect.php" class="index">ZMQSocket::disconnect</a> - Disconnect a socket</li>
<li><a href="zmqsocket.getendpoints.php" class="index">ZMQSocket::getEndpoints</a> - Get list of endpoints</li>
<li><a href="zmqsocket.getpersistentid.php" class="index">ZMQSocket::getPersistentId</a> - Get the persistent id</li>
<li><a href="zmqsocket.getsockettype.php" class="index">ZMQSocket::getSocketType</a> - Get the socket type</li>
<li><a href="zmqsocket.getsockopt.php" class="index">ZMQSocket::getSockOpt</a> - Get socket option</li>
<li><a href="zmqsocket.ispersistent.php" class="index">ZMQSocket::isPersistent</a> - Whether the socket is persistent</li>
<li><a href="zmqsocket.recv.php" class="index">ZMQSocket::recv</a> - Receives a message</li>
<li><a href="zmqsocket.recvmulti.php" class="index">ZMQSocket::recvMulti</a> - Receives a multipart message</li>
<li><a href="zmqsocket.send.php" class="index">ZMQSocket::send</a> - Sends a message</li>
<li><a href="zmqsocket.sendmulti.php" class="index">ZMQSocket::sendmulti</a> - Sends a multipart message</li>
<li><a href="zmqsocket.setsockopt.php" class="index">ZMQSocket::setSockOpt</a> - Set a socket option</li>
<li><a href="zmqsocket.unbind.php" class="index">ZMQSocket::unbind</a> - Unbind the socket</li>
<li><a href="zmqsocket.construct.php" class="index">ZMQSocket::__construct</a> - Construct a new ZMQSocket</li>
<li><a href="zookeeper.addauth.php" class="index">Zookeeper::addAuth</a> - Specify application credentials</li>
<li><a href="zookeeper.close.php" class="index">Zookeeper::close</a> - Close the zookeeper handle and free up any resources</li>
<li><a href="zookeeper.connect.php" class="index">Zookeeper::connect</a> - Create a handle to used communicate with zookeeper</li>
<li><a href="zookeeper.create.php" class="index">Zookeeper::create</a> - Create a node synchronously</li>
<li><a href="zookeeper.delete.php" class="index">Zookeeper::delete</a> - Delete a node in zookeeper synchronously</li>
<li><a href="zookeeper.exists.php" class="index">Zookeeper::exists</a> - Checks the existence of a node in zookeeper synchronously</li>
<li><a href="zookeeper.get.php" class="index">Zookeeper::get</a> - Gets the data associated with a node synchronously</li>
<li><a href="zookeeper.getacl.php" class="index">Zookeeper::getAcl</a> - Gets the acl associated with a node synchronously</li>
<li><a href="zookeeper.getchildren.php" class="index">Zookeeper::getChildren</a> - Lists the children of a node synchronously</li>
<li><a href="zookeeper.getclientid.php" class="index">Zookeeper::getClientId</a> - Return the client session id, only valid if the connections is currently connected (ie. last watcher state is ZOO_CONNECTED_STATE)</li>
<li><a href="zookeeper.getconfig.php" class="index">Zookeeper::getConfig</a> - Get instance of ZookeeperConfig</li>
<li><a href="zookeeper.getrecvtimeout.php" class="index">Zookeeper::getRecvTimeout</a> - Return the timeout for this session, only valid if the connections is currently connected (ie. last watcher state is ZOO_CONNECTED_STATE). This value may change after a server re-connect</li>
<li><a href="zookeeper.getstate.php" class="index">Zookeeper::getState</a> - Get the state of the zookeeper connection</li>
<li><a href="zookeeper.isrecoverable.php" class="index">Zookeeper::isRecoverable</a> - Checks if the current zookeeper connection state can be recovered</li>
<li><a href="zookeeper.set.php" class="index">Zookeeper::set</a> - Sets the data associated with a node</li>
<li><a href="zookeeper.setacl.php" class="index">Zookeeper::setAcl</a> - Sets the acl associated with a node synchronously</li>
<li><a href="zookeeper.setdebuglevel.php" class="index">Zookeeper::setDebugLevel</a> - Sets the debugging level for the library</li>
<li><a href="zookeeper.setdeterministicconnorder.php" class="index">Zookeeper::setDeterministicConnOrder</a> - Enable/disable quorum endpoint order randomization</li>
<li><a href="zookeeper.setlogstream.php" class="index">Zookeeper::setLogStream</a> - Sets the stream to be used by the library for logging</li>
<li><a href="zookeeper.setwatcher.php" class="index">Zookeeper::setWatcher</a> - Set a watcher function</li>
<li><a href="zookeeper.construct.php" class="index">Zookeeper::__construct</a> - Create a handle to used communicate with zookeeper</li>
<li><a href="zookeeperconfig.add.php" class="index">ZookeeperConfig::add</a> - Add servers to the ensemble</li>
<li><a href="zookeeperconfig.get.php" class="index">ZookeeperConfig::get</a> - Gets the last committed configuration of the ZooKeeper cluster as it is known to the server to which the client is connected, synchronously</li>
<li><a href="zookeeperconfig.remove.php" class="index">ZookeeperConfig::remove</a> - Remove servers from the ensemble</li>
<li><a href="zookeeperconfig.set.php" class="index">ZookeeperConfig::set</a> - Change ZK cluster ensemble membership and roles of ensemble peers</li>
<li><a href="function.zookeeper-dispatch.php" class="index">zookeeper_dispatch</a> - Calls callbacks for pending operations</li>
</ul></li>
<li class='gen-index index-for-_'>_<ul id='refentry-index-for-_'>
<li><a href="function.-.php" class="index">_</a> - gettext のエイリアス</li>
<li><a href="function.autoload.php" class="index">__autoload</a> - 未定義のクラスのロードを試みる</li>
<li><a href="function.halt-compiler.php" class="index">__halt_compiler</a> - コンパイラの実行を中止する</li>
</ul></li></ul>


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