• May 14, 2018

    เปลี่ยน ASCII characters เป็นเลขฐาน 16 ด้วยฟังก์ชัน bin2hex()

    bin2hex(string)
    string คือ สตริงที่ต้องการเปลี่ยน

    <?php
    
    $str = "this is the test string";
    echo $str . "<br />";
    echo bin2hex($str) . "<br />";
    
    ?>
    
    ผลลัพธ์
    this is the test string
    7468697320697320746865207465737420737472696e67

    http://php.net/manual/en/function.hex2bin.php



เวอไนน์ไอคอร์ส

ประหยัดเวลากว่า 100 เท่า!






เวอไนน์เว็บไซต์⚡️
สร้างเว็บไซต์ ดูแลเว็บไซต์

Categories


Uncategorized