hello, im trying to unpack a string to get an unique id;
i did it in perl and now im passing it to a php script
originally in perl the command was
$pin=unpack(%32C*, $string);
now in php, how can i replicate this to get the same value (not the php array)
thanks