PHP Doku:: Get the type of the byte in the text - function.haruencoder-getbytetype.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The HaruEncoder class

<<The HaruEncoder class

HaruEncoder::getType>>

HaruEncoder::getByteType

(PECL haru >= 0.0.1)

HaruEncoder::getByteTypeGet the type of the byte in the text

Beschreibung

int HaruEncoder::getByteType ( string $text , int $index )

Get the type of the byte in the text.

Parameter-Liste

text

The text.

index

The position in the text.

Rückgabewerte

Returns the type of the byte in the text on the specified position. The result is one of the following values:

  • HaruEncoder::BYTE_TYPE_SINGLE - single byte character.
  • HaruEncoder::BYTE_TYPE_LEAD - lead byte of a double-byte character.
  • HaruEncoder::BYTE_TYPE_TRAIL - trailing byte of a double-byte character.
  • HaruEncoder::BYTE_TYPE_UNKNOWN - invalid encoder or cannot detect the byte type.

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",...)