<?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>Analyste Programmeur &#187; array_fill()</title>
	<atom:link href="http://www.analyste-programmeur.com/tag/array_fill/feed" rel="self" type="application/rss+xml" />
	<link>https://www.analyste-programmeur.com</link>
	<description>Développement &#38; technologie web</description>
	<lastBuildDate>Thu, 17 Dec 2009 20:32:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fonction range()</title>
		<link>https://www.analyste-programmeur.com/php/les-tableaux-php/fonction-range</link>
		<comments>https://www.analyste-programmeur.com/php/les-tableaux-php/fonction-range#comments</comments>
		<pubDate>Sun, 13 Dec 2009 16:56:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Les tableaux en PHP]]></category>
		<category><![CDATA[array_fill()]]></category>
		<category><![CDATA[range()]]></category>
		<category><![CDATA[shuffle()]]></category>

		<guid isPermaLink="false">https://www.analyste-programmeur.com/?p=1160</guid>
		<description><![CDATA[La fonction range permet de remplir un tableau à partir d&#8217;un intervalle.
Utilisation de la fonction range()
La signature de la fonction range est la suivante :
range ( $min,  $max );
Depuis PHP 4.1.0, il est possible de définir l&#8217;intervalle avec des lettres (exemple: de a à z).


   /* Déclaration du tableau */   [...]]]></description>
		<wfw:commentRss>https://www.analyste-programmeur.com/php/les-tableaux-php/fonction-range/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
