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

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

    
    <item>
        <title>Savoir si une extension PHP est installée sur un serveur Linux</title>
        <link>http://www.posteet.com/view/755</link>
        <description>
        <![CDATA[<pre>php -i | grep -i 'SSL'</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/extension">[extension]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/php">[php]</a>  <a href="http://www.posteet.com/tags/serveur">[serveur]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a> ]]>        </description>
        <dc:creator>cyo</dc:creator>
        <pubDate>Thu, 14 Feb 2008 17:00:16 +0000</pubDate>

            <category>bash</category>
            <category>extension</category>
            <category>linux</category>
            <category>php</category>
            <category>serveur</category>
            <category>shell</category>
    
    </item>

  
    <item>
        <title>Averiguar extension de un archivo</title>
        <link>http://www.posteet.com/view/622</link>
        <description>
        <![CDATA[<pre>function averiguaExtension($archivo)
{
	$extension=explode(&quot;.&quot;,$archivo);
	$extension=$extension[count($extension)-1];
	return $extension;
}</pre> <a href="http://www.posteet.com/tags/extension">[extension]</a>  <a href="http://www.posteet.com/tags/php">[php]</a> ]]>        </description>
        <dc:creator>jacinmontava</dc:creator>
        <pubDate>Wed, 26 Dec 2007 14:30:25 +0000</pubDate>

            <category>extension</category>
            <category>php</category>
    
    </item>


</channel>
</rss>
