In PHP What would be the output of print 4 << 5 operations? -


this question has answer here:

i had question in 1 interview, , still didn't it's answer, output of print 4 << 5 operations in php ?

it's answer 128 know, how is, please explain me

<< bitwise operator

if read manual

it start make sense.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -