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