parseBinary($content); /* * retrieve the array structure of sample.plist and dump to stdout */ echo '
';
var_dump( $plist->toArray() );
echo '
'; ?>