For example,
When JS's event is occured, can I run
PHP's function?
If can, how?
If not, why?
you cant because javascript runs on clientside and Php is on serverside
Well, you can use Javascript to navigate to a PHP file. But you can't really communicate with them because, as Tabish said, JS is clientside and PHP is serverside.