Could anyone elaborate on that
$string = "faisal";
echo b"$string";
the b
is making me wonder, why is the code still valid, i mean i am not getting any compiler errors.
Could anyone elaborate on that
$string = "faisal";
echo b"$string";
the b
is making me wonder, why is the code still valid, i mean i am not getting any compiler errors.