PHP - Manual: HaruEncoder::getType
2025-10-31
(PECL haru >= 0.0.1)
HaruEncoder::getType — Get the type of the encoder
Get the type of the encoder.
此函数没有参数。
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.
    发生错误时抛出 HaruException 异常。
 add a note
 add a note