<?php $i = 123456;$ar = unpack("C*", pack("C*", $i)); print_r($ar);
Standard input is empty
Array ( [1] => 64 )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!