Tags: desarrollo,php,optimizacion

Sort by: Date / Title /

  1. 6 months ago by jacinmontava
    1. $tiempo_inicio = microtime(true);
    2.  
    3. mifunciondelaostia();
    4.  
    5. $tiempo_final = microtime(true);
    6. $tiempo = $tiempo_final - $tiempo_inicio;
    7.  
    8. echo "Ha tardado ",$tiempo," segundos";

First / Previous / Next / Last / Page 1 of 1 (1 posteets)