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と、ルックアップでレコードが 2 つのパケットに分割されて返されますPHP stitches。2 つのパケットが一緒になると、データがさまざまな文字で壊れてしまいます。
TXT
long value
PHP stitches
最初は文字\x00が追加されていることに気づきましたが、今ではタブが追加されていることに気付きました\t。
\x00
\t
記録を確実にクリーンアップする100% integrity方法、または記録を取得する別の方法はありますか?
100% integrity