Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试获取TXT具有相当的记录long value并且查找返回分成两个数据包的记录时,PHP stitches这两个数据包一起严重破坏了具有各种字符的数据。
TXT
long value
PHP stitches
最初我发现它添加了字符\x00,但现在我注意到它添加了一个 tab \t。
\x00
\t
有没有办法清理记录确保100% integrity或获取记录的另一种方式?
100% integrity