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.
フォームで送信された生の bases64 エンコード データから WAV/MP3 ファイルを再構築しようとしています。1. 新しいファイルを作成する 2. デコードされたデータを含む新しいファイルに file_put_content を使用する これは正しいですか? そして、そうするための最良/最も簡単な方法は何ですか?