From: Progfou Date: Sat, 27 Feb 2010 20:39:40 +0000 (+0700) Subject: Pour aider à supporter plus facilement les derniers bouts de PHP... X-Git-Url: http://git.auf.org/?p=progfou.git;a=commitdiff_plain;h=5c38a35564fa459efff6e758e3c3985ccdffb854 Pour aider à supporter plus facilement les derniers bouts de PHP... --- diff --git a/web/format-with-dict.php b/web/format-with-dict.php new file mode 100644 index 0000000..8da2ffb --- /dev/null +++ b/web/format-with-dict.php @@ -0,0 +1,69 @@ +'A', 'prenom'=>'JC', 'nom_prenom'=>'JCA', 'c1', 'c2'); +echo "
";
+echo format_with_dict($str, $dict);
+echo "
"; +*/ +?>