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.
IntegerType の列から「N���」という記号が表示されるのはなぜですか? cassandra-cli.bat では、整数として正常に表示されます。私はphpcassaを使用しています... UUIDで行っているように、この値を変換する必要があるかもしれません
UUID::import($uuid)->string
しかし、他の特定の機能を備えていますか?
すべてに感謝します!私は解決策を見つけました。unpack('N', $value);するだけ です。 またはphpcassaのColumnFamilyクラスを少し変更するには、this(unpack)関数を使用しますが、この関数は非公開です