update : 2015.11.03
php.shukuma.com

검색:
 
 
Get HaruEncoder instance for the specified encoding

HaruDoc::getEncoder

(PECL haru >= 0.0.1)

HaruDoc::getEncoderGet HaruEncoder instance for the specified encoding

설명

object HaruDoc::getEncoder ( string $encoding )

Get the HaruEncoder instance for the specified encoding.

인수

encoding

The encoding name. See Builtin Encodings for the list of allowed values.

반환값

Returns a HaruEncoder instance for the specified encoding.

오류/예외

오류 시에 HaruException을 던짐.

참고