<?php $str = 'Hello World!'; var_dump(\unpack('A16', \pack('A16', $str))[1]); // Decoding "space padded string" strips added spaces var_dump(\unpack('a16', \pack('A16', $str))[1]); // Decoding "null padded string" leaves them there
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`