Tool online: Convert string to binary online The PHP’s core offers some function to convert data between binary, decimal, hexadecimal and etc. But how to…
Currently on PHP does not have a multibyte (UTF-8) version of ucfirst function. I wrote some multibyte mb_ucfirst function: You must call these functions before:…