字串函式庫 bin2hex (PHP3 >=3.0.9 , PHP4) bin2hex --- 轉換二進制資料成為十六進制表示 語法 : string bin2hex (string str) 說明 : 傳回包含 str的十六進位表示的ASCII字串,轉換是以byte-wise和高位元在前(high-nibble first)。 上一頁 首頁 下一頁
字串函式庫
bin2hex
(PHP3 >=3.0.9 , PHP4)
bin2hex --- 轉換二進制資料成為十六進制表示
語法 : string bin2hex (string str)
string bin2hex (string str)
string bin2hex
說明 :
傳回包含 str的十六進位表示的ASCII字串,轉換是以byte-wise和高位元在前(high-nibble first)。