Class Base64Codec
-
Peach\DF\Base64Codec
implements
Peach\DF\Codec
Methods summary
public static
Peach\DF\Base64Codec
|
#
getInstance( boolean $strict = false )
このクラスのインスタンスを返します.
Parameters
- $strict
- base64_decode() の第 2 引数に相当する bool 値
Returns
|
public
string
|
#
decode( string $text )
指定された base64 形式の文字列をデコードします.
指定された base64 形式の文字列をデコードします.
Parameters
- $text
- base64 でエンコードされた文字列
Returns
string 変換結果
Implementation of
|
public
string
|
#
encode( string $var )
指定された文字列を base64 でエンコードします.
指定された文字列を base64 でエンコードします.
Parameters
Returns
string base64 形式の文字列
Implementation of
|