<?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; str_repeat()</title>
	<atom:link href="http://www.analyste-programmeur.com/tag/str_repeat/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 str_repeat()</title>
		<link>https://www.analyste-programmeur.com/php/les-chaines-de-caracteres/fonction-str_repeat</link>
		<comments>https://www.analyste-programmeur.com/php/les-chaines-de-caracteres/fonction-str_repeat#comments</comments>
		<pubDate>Mon, 07 Dec 2009 23:35:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Les chaînes de caractères en PHP]]></category>
		<category><![CDATA[fonction php]]></category>
		<category><![CDATA[str_repeat()]]></category>
		<category><![CDATA[substr_count()]]></category>

		<guid isPermaLink="false">https://www.analyste-programmeur.com/?p=976</guid>
		<description><![CDATA[La fonction str_repeat permet de répéter $n fois la chaîne de caractère $string.
Utilisation de la fonction str_repeat()
La signature de la fonction str_repeat est la suivante :
str_repeat ( $string , $n );


   $string = 'La fonction str_repeat() ';
   $n = 3;

   echo ( str_repeat( $string , $n ) );

  [...]]]></description>
		<wfw:commentRss>https://www.analyste-programmeur.com/php/les-chaines-de-caracteres/fonction-str_repeat/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
