// Copyright: Copyright (C) 2002-2007 Pristine Communications // time_hires: Get a high resulution time function time_hires() { return array_sum(explode(" ", microtime())); } ?>