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.
PHP オブジェクトを NEO4j Cypher クエリ キー/値形式に変換する必要があります。
たとえば、その形式は次のようになります。
MATCH (you:Person {name:"You"}) <-- Note the {name:"You"} part
私は試しjson_encode()ましたが、もちろんキーに二重引用符を追加しています。
json_encode()