1<?php 2if (!extension_loaded("mhash") || !function_exists("mhash")) { 3 die("skip mhash extension is not available"); 4} 5?> 6