Just implode() $HTTP_POST_VARS, then.
If what you want is the actual body of the request, then you're out of luck with PHP. I can't see of what use it would be normally, but if you really want it you could make a cgi program in C or perl or something like that.
What do you need it for anyway?