Scraping javascript

I’m working on a script to scrape a web page and I’ve run across the following javascript that I need the PHP equivalent for.

var status=12
status&=0xffff;

Thanks

Sponsor our Newsletter | Privacy Policy | Terms of Service