<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: desarrollo</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Medir la velocidad de los scripts en PHP</title>
        <link>http://www.posteet.com/view/1029</link>
        <description>
        <![CDATA[<pre>$tiempo_inicio = microtime(true);

mifunciondelaostia();

$tiempo_final = microtime(true);
$tiempo = $tiempo_final - $tiempo_inicio;

echo &quot;Ha tardado &quot;,$tiempo,&quot; segundos&quot;;</pre> <a href="http://www.posteet.com/tags/desarrollo">[desarrollo]</a>  <a href="http://www.posteet.com/tags/optimizacion">[optimizacion]</a>  <a href="http://www.posteet.com/tags/php">[php]</a> ]]>        </description>
        <dc:creator>jacinmontava</dc:creator>
        <pubDate>Thu, 26 Jun 2008 08:16:03 +0000</pubDate>

            <category>desarrollo</category>
            <category>optimizacion</category>
            <category>php</category>
    
    </item>


</channel>
</rss>
