Page 123 - Programador-PHP
P. 123

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


          foreach(hash_algos() as $hash) {
              $hash_clave = hash($hash, $clave);
              $hashes[$hash] = $hash_clave;
          }






























































                                             123
   118   119   120   121   122   123   124   125   126   127   128