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.
私はjsonが初めてで、計算のために複数の2D配列をphpスクリプトからpythonスクリプトに送信する際に問題に直面しています。誰でもそれで私を助けることができますか?
配列の配列を構築し、それをエンコードしますか?
$meta_arr = array( 'array1' => $array_number_one, 'array2' => $array_number_two ); echo json_encode($meta_arr);