"> What will be the output of the following PHP code?<?phpecho

Home » PHP » PHP Functions » Question
  1. What will be the output of the following PHP code?
    <?php
    echo hex2bin("496e74657276696577204d616e6961");
    ?>
    1. Interview
    2. Interview Mania
    3. Error
    4. Mania
    5. None of these
Correct Option: B

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



Your comments will be displayed only after manual approval.