I have a byte-only variable (generated by openssl_random_pseudo_bytes) and I need to get the first 5 bytes.
I would like to know if this is possible in PHP and, if so