+1 vote
in PHP by

Which of the following functions can be used to convert the binary data stored in a string into its hexadecimal representation?

A) encode_hex()
B) pack()
C) hex2bin()
D) bin2hex()
E) printf()

1 Answer

0 votes
by

pack()

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Mar 19, 2020 in PHP by DavidAnderson
...