php: Grabbing stdout output data from cli tools?

ElektroxX

New Member
Is it possible to grab the stdout output data from command line tools in php?Example:I want to upload a dynamically server-created mix of audio files to the client. The SOX tool lets me mix the input mp3s and send the result to stdout pipe.Could I grab this mix and instantly upload it, without the need of first saving it as a tempfile?
 
Back
Top