Which function converts a string of ASCII characters to hexadecimal values?

45. Which function converts a string of ASCII characters to hexadecimal values?

  1. bin2hex()
  2. str2hex()
  3. hex()
  4. str_hex()

Answer: A) bin2hex()

Explanation:

The bin2hex() function converts a string of ASCII characters to hexadecimal values.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.