PHP pack() May 23, 2012 Pramod T P It packs data into a binary string Example <?php echo pack(“C8”,80,72,80,67,79,68,69,83); ?> Output PHPCODES