HaruDoc::getEncoder

(PECL haru >= 0.0.1)

HaruDoc::getEncoderGet HaruEncoder instance for the specified encoding

Opis

HaruDoc::getEncoder ( string $encoding ) : object

Get the HaruEncoder instance for the specified encoding.

Parametry

encoding

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

Zwracane wartości

Returns a HaruEncoder instance for the specified encoding.

Błędy/Wyjątki

Zgłasza wyjątek HaruException gdy wystąpi błąd.

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top