PHP has nothing to do with playing wav files. Think about it like this. PHP is server side, so the script is executed at the server, and the output is sent to the browser, so the output is basically HTML/XHTML/XML, yadda, yadda, yadda.
So, if your PHP is scripted right, the HTML outputted should be able to support wav files.