<?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; php string</title>
	<atom:link href="http://www.appuntiphp.com/tag/php-string/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>Array di stringa con le funzioni explode() e implode() di PHP</title>
		<link>http://www.appuntiphp.com/2010/02/array-stringa-funzioni-explode-implode-php.html</link>
		<comments>http://www.appuntiphp.com/2010/02/array-stringa-funzioni-explode-implode-php.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 14:38:22 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Tutorial PHP]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[array di stringa]]></category>
		<category><![CDATA[explode]]></category>
		<category><![CDATA[implode]]></category>
		<category><![CDATA[php array]]></category>
		<category><![CDATA[php explode]]></category>
		<category><![CDATA[php implode]]></category>
		<category><![CDATA[php string]]></category>
		<category><![CDATA[str_replace]]></category>

		<guid isPermaLink="false">http://www.appuntiphp.com/?p=339</guid>
		<description><![CDATA[Nella guida a PHP del sito abbiamo visto cosa sono e come gestire gli array. Vediamo adesso come creare e gestire array di stringa, ovvero come generare degli array avendo a disposizione una normale stringa di testo, e come arrivare ad una stringa di testo avendo a disposizione un array.
Utilizzeremo, rispettivamente, le funzioni explode() ed [...]]]></description>
		<wfw:commentRss>http://www.appuntiphp.com/2010/02/array-stringa-funzioni-explode-implode-php.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>

