how does the bin2hex() function works? do it changes the original file to its equivalent hexadecimal form or it copies the file to the buffer and works with it??
In the second case, I would like to know if there is a function or a way that would convert the original file to its hexadecimal form
In the second case, I would like to know if there is a function or a way that would convert the original file to its hexadecimal form
Comment