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.
基本的に、次の形式の配列があります。array('context_text'=>some_value,'name'=>some_value,'target'=>{..});
array('context_text'=>some_value,'name'=>some_value,'target'=>{..});
次のように、ターゲット インデックスに別の値を追加する必要があります。
array('context_text'=>some_value,'name'=>some_value,'target'=>{..},{...},{...});
これに相当する PHP の ReQl コードは何ですか?