What does the b in front of string literals do?

前端 未结 3 1796
广开言路
广开言路 2020-11-29 11:04
$binary = b\'Binary string\';

What consequences does it have to create a string as binary?

I couldn\'t find any hint about tha

3条回答
提交回复
热议问题