/demos

Demo works

Primary LanguagePHP

Demos

  • String Converter: str-convert.php
    • Able to convert a string to hexadecimal, decimal and binary
    • Functions: str_to_hex($arr), str_to_dec($arr), str_to_bin($arr)