Help for this page

Select Code to Download


  1. or download this
    $x = pack($format, $original);
    ok($original == unpack($format, $x),
    ...
    $x = pack($format, $original);
    ok($original == external_platform_unpack($format, $x),
       'pack to platform-specific source');