<?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>Danilo - Desenvolvimento web &#187; array</title>
	<atom:link href="http://e-fabrica.com/blog/tag/array/feed/" rel="self" type="application/rss+xml" />
	<link>http://e-fabrica.com/blog</link>
	<description>"php, javascript, css, zend framework, ajax, ubuntu, dentre outras tecnologias..."</description>
	<lastBuildDate>Fri, 28 May 2010 23:47:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[PHP] &#8211; Desafio: Trocar valores de duas variáveis!</title>
		<link>http://e-fabrica.com/blog/2009/10/26/php-desafio-trocar-valores-de-duas-variaveis/</link>
		<comments>http://e-fabrica.com/blog/2009/10/26/php-desafio-trocar-valores-de-duas-variaveis/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:56:37 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[desafio]]></category>

		<guid isPermaLink="false">http://e-fabrica.com/blog/?p=874</guid>
		<description><![CDATA[Boa tarde galera, hoje vou lançar um desafio básico em php aqui no blog pra galera resolver.
O desafio é bem simples, você só precisa trocar o valor de duas variáveis de forma que uma receba o valor anterior da outra, mas sem usar uma variável auxiliar.
Temos os valores 10 e 100 para as variáveis $a [...]]]></description>
		<wfw:commentRss>http://e-fabrica.com/blog/2009/10/26/php-desafio-trocar-valores-de-duas-variaveis/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>[PHP] &#8211; Trabalhando com Arrays</title>
		<link>http://e-fabrica.com/blog/2009/10/13/php-trabalhando-com-arrays/</link>
		<comments>http://e-fabrica.com/blog/2009/10/13/php-trabalhando-com-arrays/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 01:44:59 +0000</pubDate>
		<dc:creator>Danilo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[array]]></category>

		<guid isPermaLink="false">http://e-fabrica.com/blog/?p=847</guid>
		<description><![CDATA[Um array, também conhecido como vetor, matriz ou lista, é uma das mais simples estruturas de dados para trabalhar em php, ele tem sua vantagem por ser acessado rapidamente.
Um array é acessado pela sua posição (indice ou chave).
Veja abaixo alguns exemplos:
Para criarmos um array em php utilizamos a função array().

&#60;?php 
     [...]]]></description>
		<wfw:commentRss>http://e-fabrica.com/blog/2009/10/13/php-trabalhando-com-arrays/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
