<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://mirmodynamics.com/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Mirmo Dynamics - Convertir une chaine en hexadécimal  - Comments</title>
  <link>http://mirmodynamics.com/</link>
  <atom:link href="http://mirmodynamics.com/feed/rss2/comments/403" rel="self" type="application/rss+xml"/>
  <description>Rien de grand ne se fit jamais sans enthousiasme.</description>
  <language>en</language>
  <pubDate>Tue, 18 Nov 2008 12:26:30 +0100</pubDate>
  <copyright>2003-2008 &amp;copy; Geoffrey Bachelet</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>Convertir une chaine en hexadécimal - _tskd_</title>
    <link>http://mirmodynamics.com/post/2005/08/31/405-convertir-une-chaine-en-hexadecimal#c1656</link>
    <guid isPermaLink="false">urn:md5:b15e0469dd874df29e1cc794483c7359</guid>
    <pubDate>Sun, 19 Mar 2006 11:56:17 +0000</pubDate>
    <dc:creator>_tskd_</dc:creator>
    
    <description>&lt;p&gt;Faire le contraire ? Il y a la fonction JavaScript unescape(), mais pour avoir le résultat via le serveur : Je suis débutant en programmation, mais j'ai fait ce script et je l'ai testé :&lt;br /&gt;
function hex2dec($string){&lt;br /&gt;
$result='';$length=strlen($string);&lt;br /&gt;
for($i=0;$i&amp;lt;$length;$i++){&lt;br /&gt;
if($i%2!=1){&lt;br /&gt;
$result.=chr(hexdec(&amp;quot;&amp;quot;.$string[$i].&amp;quot;&amp;quot;.$string[$i+1].&amp;quot;&amp;quot;));}}return $result;}&lt;br /&gt;
&lt;br /&gt;
Utilisation : echo htmlspecialchars(hex2dec(&amp;quot;ta chaine hexa&amp;quot;));&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Convertir une chaine en hexadécimal - Matt.Rixx</title>
    <link>http://mirmodynamics.com/post/2005/08/31/405-convertir-une-chaine-en-hexadecimal#c1629</link>
    <guid isPermaLink="false">urn:md5:b2779bd2d38b7e485f26e6585576b97b</guid>
    <pubDate>Mon, 27 Feb 2006 09:24:58 +0000</pubDate>
    <dc:creator>Matt.Rixx</dc:creator>
    
    <description>&lt;p&gt;KC&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Convertir une chaine en hexadécimal - geoffrey</title>
    <link>http://mirmodynamics.com/post/2005/08/31/405-convertir-une-chaine-en-hexadecimal#c1627</link>
    <guid isPermaLink="false">urn:md5:d52e99f650a942b39cb8eb61d51717c9</guid>
    <pubDate>Sun, 26 Feb 2006 23:20:31 +0000</pubDate>
    <dc:creator>geoffrey</dc:creator>
    
    <description>&lt;p&gt;tu me payes combien ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Convertir une chaine en hexadécimal - benozor77</title>
    <link>http://mirmodynamics.com/post/2005/08/31/405-convertir-une-chaine-en-hexadecimal#c1625</link>
    <guid isPermaLink="false">urn:md5:a3cf0ff2376432a4695f080bd27e368f</guid>
    <pubDate>Sun, 26 Feb 2006 14:11:31 +0000</pubDate>
    <dc:creator>benozor77</dc:creator>
    
    <description>&lt;p&gt;Bonjour/Bonsoir,&lt;br /&gt;
&lt;br /&gt;
Merci bien pour ce code. Serait-il possible de faire pareil mais pour convertir du hexadécimal en une chaîne, donc le contraire.&lt;br /&gt;
&lt;br /&gt;
Merci d'avance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
Online MD5 Reverser:&lt;br /&gt;
&lt;a href=&quot;http://ice.breaker.free.fr&quot; title=&quot;http://ice.breaker.free.fr&quot; rel=&quot;nofollow&quot;&gt;ice.breaker.free.fr&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>