PHP: how to convert ip address to binary string or hex string phptuts January 17, 2017 With pure PHP, you can convert an IPv4 address to long with the function ip2long, but how to convert an Ipv6 address to long. You… Continue Reading
PHP function ord of unicode character phptuts January 15, 2017 PHP have function ord to find ASCII value of character. But PHP don’t support a function to find this value of unicode character. Now, we… Continue Reading
PHP: Google translate token phptuts January 4, 2017 Example: Result: Explain 1: view-source:https://translate.google.com/ you will see: The value of TKK is change, but i can be a fixed value like ‘406398.2087938574’ Explain 2:… Continue Reading