$binary = b\'Binary string\';
What consequences does it have to create a string as binary?
b
I couldn\'t find any hint about tha
Convert to string
$binary = preg_replace('/[[:^print:]]/', '', $binary);