I was taking an online PHP test and got the question
What will the output of the following statement be
echo 4<<5;
After the test, I searched google but couldn't find any such
operator/construct.
Can any one explain what '<<' does?
Thanks
What will the output of the following statement be
echo 4<<5;
After the test, I searched google but couldn't find any such
operator/construct.
Can any one explain what '<<' does?
Thanks
Comment