I am trying to find an authoritative answer on whether the PDO_MySQL library in PHP uses client side or server side prepared statements.
The best document so far is this one: http://php.net/manual/en/mysqli.overview.php
This suggests that both server and client side prepared statements are supported but there does not appear to be any documentation suggesting how to switch between the two modes.