A
Q. What will be the output of the following PHP code?
Code:
<?php
$str = "mcqbuddy";
echo pack("H*",bin2hex($str));
?>
$str = "mcqbuddy";
echo pack("H*",bin2hex($str));
?>
- Correct Answer - Option(B)
- Views: 16
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.