Page 70 - Programador-PHP
P. 70

Programación Procedural de Aplicaciones Web de baja complejidad
        PHP Experto – Tomo I                                                                                                                                                  Eugenia Bahit


              $year++;
          } while ($year < 1990);
          print_r($years);
          /*
          Array
          (
              [0] => 1990
          )
          */
          print $year;
          // 1991


















































                                              70
   65   66   67   68   69   70   71   72   73   74   75