fork(2) download
  1. <?php
  2. $value = "\x12\x34\xAB\xCD";
  3. echo "Value is: " . unpack("Nval", $value)['val'] . "\n";
  4. ?>
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
Value is: 305441741