HaruDoc::getEncoder

(PECL haru >= 0.0.1)

HaruDoc::getEncoderGet HaruEncoder instance for the specified encoding

Açıklama

HaruDoc::getEncoder ( string $encoding ) : object

Get the HaruEncoder instance for the specified encoding.

Değiştirgeler

encoding

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

Dönen Değerler

Returns a HaruEncoder instance for the specified encoding.

Hatalar/İstisnalar

Hata durumunda bir HaruException istisnası oluşur.

Ayrıca Bakınız