InterviewSolution
Saved Bookmarks
| 1. |
How To Convert Strings In Hex Format? |
|
Answer» If you want convert a STRING into hex FORMAT, you can use the bin2hex() function. Here is a PHP script on how to use bin2hex(): If you want convert a string into hex format, you can use the bin2hex() function. Here is a PHP script on how to use bin2hex(): |
|