PHP is server side, so the code is run on your server and outputted to whatever system called the page as text - usually HTML / XHTML code, that the browser interprets into web pages.
Hence there's no PHP run on the client computer - it's all done on the server.