| Source for file mirrors.phpDocumentation is available at mirrors.php 
   +----------------------------------------------------------------------+   | PEAR Web site version 1.0                                            |   +----------------------------------------------------------------------+   | Copyright (c) 2001-2005 The PHP Group                                |   +----------------------------------------------------------------------+   | This source file is subject to version 2.02 of the PHP license,      |   | that is bundled with this package in the file LICENSE, and is        |   | available at through the world-wide-web at                           |   | http://www.php.net/license/2_02.txt.                                 |   | If you did not receive a copy of the PHP license and are unable to   |   | obtain it through the world-wide-web, please send a note to          |   | license@php.net so we can mail you a copy immediately.               |   +----------------------------------------------------------------------+   +----------------------------------------------------------------------+    header("Location: http://$country.pear.php.net/ ") ;response_header("Mirrors Page") ;Here you can find more information about the mirrorsof pear.php.net. Pick a mirror site close to you, or visit<table border="0" cellpadding="2" cellspacing="1" width="100%" class="mirrors">    foreach ($MIRRORS as $murl => $mdata) {        echo '<tr bgcolor="#e0e0e0"><td>', make_link($murl, $murl),             '</td><td>', make_link($mdata[ 3], $mdata[ 1]), '</td>' ;        if ($mprevious != $mdata[ 0]) {            echo $COUNTRIES[$mdata[ 0]] ;                echo '</td><td>REST/download' ;
		    
 
		    Documentation generated on Mon, 11 Mar 2019 16:01:20 -0400 by phpDocumentor 1.4.4 . PEAR Logo Copyright ©  PHP Group 2004.
	       |