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ファイルのメモリに保存されたデータ構造を、処理するPOST応答を受け入れる別のPHPファイルに送信できるかどうかを知りたいですか?
たとえば、 a を実行するvar_dump($datastructure)と、すべてが出力されます。実際にこのオブジェクトをテキストとして送信できますか? これをテキストまたは JSON オブジェクトとしてエンコードしますか?
var_dump($datastructure)
これを行った後、これを POST 経由で別の PHP スクリプトに渡してオブジェクトにデコードできますか?