<?php $urlrq=$_SERVER['DOCUMENT_ROOT']; require_once ($urlrq."/configuration.php"); require_once ($urlrq.'/core/class.hash.php'); $hash = new ZeroHash(); $arr = array('aaa','bbb','ccc'); $arr = $hash->Hash($arr); echo '<pre>'; print_r($arr); echo '</pre>'; ?>