I am trying to explode a string on what looks like to be a null character.
这就是我使用的:$exp = 考察(x00 ,bin);
。
虽然这并不奏效。 但是,如果我有<代码>exp = 考察($bin[5], bin);(此处为$bin
)。 这是我想要探讨的这种性质。
If I do var_dump($bin[5])
It shows me square block with a question mark in it (), and in the view source I get: &#0;
谁能告诉我,探讨这一特性的最佳方式是什么? 或者即便是无效性质(根据图表,除非我阅读所有错误,否则就是这样)。
增 编