<?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; rtrim</title>
	<atom:link href="http://www.appuntiphp.com/tag/rtrim/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 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>

