To display non-displayable characters from strings, don't use var_dump but print out a hex-dump of the string, for example echo bin2hex($resource);.
確定! 回上一頁