自 PHP 4.3.0 起,它能夠在運(yùn)行時(shí)識(shí)別此擴(kuò)展使用了哪種實(shí)現(xiàn)(implementation)。
名稱 | 類型 | 描述 |
---|---|---|
ICONV_IMPL |
string | 實(shí)現(xiàn)(implementation)的名稱 |
ICONV_VERSION |
string | 實(shí)現(xiàn)(implementation)的版本 |
注意:
通過(guò)這些常量編寫(xiě)依賴于實(shí)現(xiàn)的腳本是極其不建議的。
自 PHP 5.0.0 起,以下常量同樣有效:
名稱 | 類型 | 描述 |
---|---|---|
ICONV_MIME_DECODE_STRICT |
integer | 使用于 iconv_mime_decode() 的位掩碼 |
ICONV_MIME_DECODE_CONTINUE_ON_ERROR |
integer | 使用于 iconv_mime_decode() 的位掩碼 |