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
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