パッケージ DF の索引
_
- __construct
- in file JsonCodec.php, method Peach_DF_JsonCodec::__construct()
新しい JsonCodec を構築します. - __construct
- in file CodecChain.php, method Peach_DF_CodecChain::__construct()
指定された Codec を使用して変換を行う CodecChain インスタンスを生成します.
a
- append
- in file CodecChain.php, method Peach_DF_CodecChain::append()
チェーンの末尾に新しい Codec を連結させた, 新しい CodecChain インスタンスを返します.
b
- BIGINT_AS_STRING
- in file JsonCodec.php, class constant Peach_DF_JsonCodec::BIGINT_AS_STRING
定数 JSON_BIGINT_AS_STRING に相当するオプションです. - Base64Codec.php
- procedural page Base64Codec.php
c
- Codec.php
- procedural page Codec.php
- CodecChain.php
- procedural page CodecChain.php
d
- decode
- in file SerializationCodec.php, method Peach_DF_SerializationCodec::decode()
serialize された値から元の値を復元します. - decode
- in file Utf8Codec.php, method Peach_DF_Utf8Codec::decode()
指定された UTF-8 の文字列を Unicode 符号点の配列に変換します. - decode
- in file JsonCodec.php, method Peach_DF_JsonCodec::decode()
指定された JSON 文字列を値に変換します. - decode
- in file CodecChain.php, method Peach_DF_CodecChain::decode()
このオブジェクトに指定された Codec を使って指定された値をデコードします. - decode
- in file Codec.php, method Peach_DF_Codec::decode()
指定された文字列を複合し, 別のデータ形式に変換します. - decode
- in file Base64Codec.php, method Peach_DF_Base64Codec::decode()
指定された base64 形式の文字列をデコードします.
e
- encode
- in file SerializationCodec.php, method Peach_DF_SerializationCodec::encode()
指定された値を serialize した結果を返します. - encode
- in file Utf8Codec.php, method Peach_DF_Utf8Codec::encode()
指定された Unicode 符号点の配列を UTF-8 文字列に変換します. - encode
- in file JsonCodec.php, method Peach_DF_JsonCodec::encode()
指定された値を JSON 文字列に変換します. - encode
- in file CodecChain.php, method Peach_DF_CodecChain::encode()
このオブジェクトに指定された Codec を使って指定された値をエンコードします. - encode
- in file Codec.php, method Peach_DF_Codec::encode()
指定された値を符号化し, 変換結果の文字列を返します. - encode
- in file Base64Codec.php, method Peach_DF_Base64Codec::encode()
指定された文字列を base64 でエンコードします.
f
- FORCE_OBJECT
- in file JsonCodec.php, class constant Peach_DF_JsonCodec::FORCE_OBJECT
定数 JSON_FORCE_OBJECT に相当するオプションです. - formatArrayValue
- in file JsonCodec.php, method Peach_DF_JsonCodec::formatArrayValue()
- formatObjectValue
- in file JsonCodec.php, method Peach_DF_JsonCodec::formatObjectValue()
g
- getDecodeOption
- in file JsonCodec.php, method Peach_DF_JsonCodec::getDecodeOption()
指定されたデコード用オプションが ON かどうかを調べます. - getEncodeOption
- in file JsonCodec.php, method Peach_DF_JsonCodec::getEncodeOption()
指定されたエンコード用オプションが ON かどうかを調べます. - getInstance
- in file SerializationCodec.php, method Peach_DF_SerializationCodec::getInstance()
このクラスのインスタンスを取得します. - getInstance
- in file Base64Codec.php, method Peach_DF_Base64Codec::getInstance()
このクラスのインスタンスを返します.
h
- HEX_AMP
- in file JsonCodec.php, class constant Peach_DF_JsonCodec::HEX_AMP
定数 JSON_HEX_AMP に相当するオプションです. - HEX_APOS
- in file JsonCodec.php, class constant Peach_DF_JsonCodec::HEX_APOS
定数 JSON_HEX_APOS に相当するオプションです. - HEX_QUOT
- in file JsonCodec.php, class constant Peach_DF_JsonCodec::HEX_QUOT
定数 JSON_HEX_QUOT に相当するオプションです. - HEX_TAG
- in file JsonCodec.php, class constant Peach_DF_JsonCodec::HEX_TAG
定数 JSON_HEX_TAG に相当するオプションです.
j
- JsonCodec.php
- procedural page JsonCodec.php
n
- NUMERIC_CHECK
- in file JsonCodec.php, class constant Peach_DF_JsonCodec::NUMERIC_CHECK
定数 JSON_NUMERIC_CHECK に相当するオプションです.
o
- OBJECT_AS_ARRAY
- in file JsonCodec.php, class constant Peach_DF_JsonCodec::OBJECT_AS_ARRAY
json_decode() の第 2 引数に相当する, このクラス独自のオプションです.
p
- Peach_DF_Base64Codec
- in file Base64Codec.php, class Peach_DF_Base64Codec
MIME base64 方式の文字列のエンコードおよびデコードを行うクラスです. - Peach_DF_Codec
- in file Codec.php, class Peach_DF_Codec
特定のアルゴリズムに従ってデータの符号化 (文字列への変換) および復号を行うインタフェースです. - Peach_DF_CodecChain
- in file CodecChain.php, class Peach_DF_CodecChain
複数の Codec のエンコード・デコード処理を連結させるための Codec です. - Peach_DF_JsonCodec
- in file JsonCodec.php, class Peach_DF_JsonCodec
JSON 形式の文字列を扱う Codec です. - Peach_DF_SerializationCodec
- in file SerializationCodec.php, class Peach_DF_SerializationCodec
serialize() と unserialize() を利用して, resource 型以外の任意の値を文字列に変換したり, 文字列から値を復元したりするための Codec です. - Peach_DF_Utf8Codec
- in file Utf8Codec.php, class Peach_DF_Utf8Codec
UTF-8 で符号化された文字列を扱う Codec です. - prepend
- in file CodecChain.php, method Peach_DF_CodecChain::prepend()
チェーンの先頭に新しい Codec を連結させた, 新しい CodecChain インスタンスを返します. - PRESERVE_ZERO_FRACTION
- in file JsonCodec.php, class constant Peach_DF_JsonCodec::PRESERVE_ZERO_FRACTION
定数 JSON_PRESERVE_ZERO_FRACTION に相当するオプションです. - PRETTY_PRINT
- in file JsonCodec.php, class constant Peach_DF_JsonCodec::PRETTY_PRINT
定数 JSON_PRETTY_PRINT に相当するオプションです.
s
- SerializationCodec.php
- procedural page SerializationCodec.php
u
- Utf8Codec.php
- procedural page Utf8Codec.php
- UNESCAPED_SLASHES
- in file JsonCodec.php, class constant Peach_DF_JsonCodec::UNESCAPED_SLASHES
定数 JSON_UNESCAPED_SLASHES に相当するオプションです. - UNESCAPED_UNICODE
- in file JsonCodec.php, class constant Peach_DF_JsonCodec::UNESCAPED_UNICODE
定数 JSON_UNESCAPED_UNICODE に相当するオプションです.