<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Appuntiphp.com &#187; Referenze PHP</title>
	<atom:link href="http://www.appuntiphp.com/category/referenze-php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.appuntiphp.com</link>
	<description>Il blog italiano su PHP e MySQL</description>
	<lastBuildDate>Thu, 08 Apr 2010 09:34:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Funzioni data e ora in PHP</title>
		<link>http://www.appuntiphp.com/2010/01/funzioni-data-ora-php.html</link>
		<comments>http://www.appuntiphp.com/2010/01/funzioni-data-ora-php.html#comments</comments>
		<pubDate>Sat, 30 Jan 2010 16:20:48 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Referenze PHP]]></category>
		<category><![CDATA[data e ora]]></category>
		<category><![CDATA[funzione date]]></category>
		<category><![CDATA[funzioni data]]></category>
		<category><![CDATA[php date]]></category>
		<category><![CDATA[scrivere data php]]></category>
		<category><![CDATA[scrivere ora php]]></category>

		<guid isPermaLink="false">http://www.appuntiphp.com/?p=257</guid>
		<description><![CDATA[In PHP è possibile gestire la data e l&#8217;ora del server Web su cui lo script viene eseguito. Ad ottemperare a queste funzionalità, il PHP mette a disposizione la funzione predefinita date() alla quale è necessario passare dei parametri per identificare valori quali giorno, mese, anno, ora, minuti, secondi e cosi via.
Esistono diverse altre funzioni [...]]]></description>
		<wfw:commentRss>http://www.appuntiphp.com/2010/01/funzioni-data-ora-php.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Glossario LAMP</title>
		<link>http://www.appuntiphp.com/2010/01/glossario-lamp.html</link>
		<comments>http://www.appuntiphp.com/2010/01/glossario-lamp.html#comments</comments>
		<pubDate>Fri, 29 Jan 2010 13:21:53 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Referenze PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[easyphp]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php hypertext processor]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql ddl]]></category>
		<category><![CDATA[sql dml]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.appuntiphp.com/?p=228</guid>
		<description><![CDATA[Il presente documento è un mini glossario informatico relativo alla piattaforma LAMP (acronimo di Linux Apache MySQL PHP), argomenti oggetto principale di questo blog.
I termini da recensire sono tantissimi ed inizio con alcuni, ma conto di aggiornarli man mano, nel tempo.
La chiave di lettura di questo documento è semplice: non saranno fatte distinsioni in base [...]]]></description>
		<wfw:commentRss>http://www.appuntiphp.com/2010/01/glossario-lamp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elenco delle variabili server del PHP</title>
		<link>http://www.appuntiphp.com/2010/01/variabili-server-php.html</link>
		<comments>http://www.appuntiphp.com/2010/01/variabili-server-php.html#comments</comments>
		<pubDate>Fri, 29 Jan 2010 13:17:18 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Referenze PHP]]></category>
		<category><![CDATA[http user agent]]></category>
		<category><![CDATA[php server]]></category>
		<category><![CDATA[remote addr]]></category>
		<category><![CDATA[remote host]]></category>
		<category><![CDATA[remote user]]></category>
		<category><![CDATA[server name]]></category>
		<category><![CDATA[server software]]></category>
		<category><![CDATA[server variables]]></category>
		<category><![CDATA[variabili ambiente php]]></category>
		<category><![CDATA[variabili server]]></category>

		<guid isPermaLink="false">http://www.appuntiphp.com/?p=223</guid>
		<description><![CDATA[PHP dispone di una nutrita schiera di variabili server, utili per la gestione di diverse fasi dei nostri siti ed applicazioni Web. La collezione che utilizziamo allo scopo è $_SERVER a cui passiamo una chiave, ovvero il nome della variabile d&#8217;ambiente che ci interessa conoscere o far conoscere.
La sintassi di $_SERVER è molto semplice:

$_SERVER["NOME_CHIAVE"]
Naturalmente si [...]]]></description>
		<wfw:commentRss>http://www.appuntiphp.com/2010/01/variabili-server-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funzioni PHP per la gestione delle Cartelle</title>
		<link>http://www.appuntiphp.com/2010/01/funzioni-php-gestione-cartelle.html</link>
		<comments>http://www.appuntiphp.com/2010/01/funzioni-php-gestione-cartelle.html#comments</comments>
		<pubDate>Fri, 29 Jan 2010 13:14:00 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Referenze PHP]]></category>
		<category><![CDATA[closedir]]></category>
		<category><![CDATA[gestione cartelle php]]></category>
		<category><![CDATA[is dir]]></category>
		<category><![CDATA[mkdir]]></category>
		<category><![CDATA[opendir]]></category>
		<category><![CDATA[php folder]]></category>
		<category><![CDATA[readdir]]></category>
		<category><![CDATA[rmdir]]></category>

		<guid isPermaLink="false">http://www.appuntiphp.com/?p=217</guid>
		<description><![CDATA[Il PHP mette a disposizione degli sviluppatori una serie di funzioni per gestire le cartelle: crearle, aprirle, chiuderle, rinominarle, verificarne l&#8217;esistenza, e cosi via.
Esaminiamo le principali in ordine logico e di frequenza di utilizzo.
mkdir()
Crea una cartella. Accetta come parametri il percorso della cartella ed il mode.
Esempio:


&#60;?
    mkdir("/nome_cartella/", 0666);
?&#62;

opendir()
Apre una cartella. Accetta come [...]]]></description>
		<wfw:commentRss>http://www.appuntiphp.com/2010/01/funzioni-php-gestione-cartelle.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funzioni PHP per le Stringhe</title>
		<link>http://www.appuntiphp.com/2010/01/funzioni-php-stringhe.html</link>
		<comments>http://www.appuntiphp.com/2010/01/funzioni-php-stringhe.html#comments</comments>
		<pubDate>Fri, 29 Jan 2010 13:10:40 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Referenze PHP]]></category>
		<category><![CDATA[funzioni stringhe php]]></category>
		<category><![CDATA[ltrim]]></category>
		<category><![CDATA[php string]]></category>
		<category><![CDATA[rtrim]]></category>
		<category><![CDATA[str replace]]></category>
		<category><![CDATA[strlen]]></category>
		<category><![CDATA[strpos]]></category>
		<category><![CDATA[strrev]]></category>
		<category><![CDATA[strtolower]]></category>
		<category><![CDATA[strtoupper]]></category>
		<category><![CDATA[trim]]></category>

		<guid isPermaLink="false">http://www.appuntiphp.com/?p=211</guid>
		<description><![CDATA[Esaminiamo le principali funzioni che il PHP mette a disposizione per la gestione delle stringhe.
str_replace()
Sostituisce un carattere, o un set di caratteri, con altri caratteri, in una stringa.
La sintassi è la seguente:
str_replace(carattere_vecchio, carattere_nuovo, stringa_da_valutare)
Esempio:


&#60;?
    echo str_replace("c", "n", "Luca");
?&#62;

Restituisce &#8220;Luna&#8221;.
strlen()
Restituisce il numero di caratteri da cui è composta una stringa.
Esempio:

&#60;?
    [...]]]></description>
		<wfw:commentRss>http://www.appuntiphp.com/2010/01/funzioni-php-stringhe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
