How can I write 'n <<= 1' (Python) in PHP?

Posted by john misoskian on Stack Overflow See other posts from Stack Overflow or by john misoskian
Published on 2009-08-13T20:50:16Z Indexed on 2010/04/07 2:03 UTC
Read the original article Hit count: 322

I have the Python expression n <<= 1

How do you express this in PHP?

© Stack Overflow or respective owner

Related posts about php

Related posts about python