1 2 3 4 5
<?php if (strpos(mysql_get_client_info(), 'mysqlnd') === false) { die('skip mysqlnd extension not available'); } ?>