PHP Doku:: Get the type of the encoder - function.haruencoder-gettype.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenHaru PDFThe HaruEncoder classHaruEncoder::getType

Ein Service von Reinhard Neidl - Webprogrammierung.

The HaruEncoder class

<<HaruEncoder::getByteType

HaruEncoder::getUnicode>>

HaruEncoder::getType

(PECL haru >= 0.0.1)

HaruEncoder::getTypeGet the type of the encoder

Beschreibung

int HaruEncoder::getType ( void )

Get the type of the encoder.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns the type of the encoder. The result is one of the following values:

  • HaruEncoder::TYPE_SINGLE_BYTE - the encoder is for single byte characters.
  • HaruEncoder::TYPE_DOUBLE_BYTE - the encoder is for multibyte characters.
  • HaruEncoder::TYPE_UNINITIALIZED - the encoder is not initialized.
  • HaruEncoder::UNKNOWN - the encoder is invalid.

Fehler/Exceptions

Throws a HaruException on error.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)