PHP Classes

Should be if(preg_match("/^[0-9]*\$/",$key)) $key = "n$key";

Recommend this page to a friend!

      Array to XML  >  All threads  >  Should be...  >  (Un) Subscribe thread alerts  
Subject:Should be...
Summary:Package rating comment
Messages:2
Author:jason
Date:2007-12-28 18:44:09
Update:2007-12-28 18:45:59
 

jason rated this package as follows:

Utility: Good
Consistency: Sufficient

  1. Should be...   Reply   Report abuse  
Picture of jason jason - 2007-12-28 18:44:09
Should be if(preg_match("/^[0-9]*\$/",$key)) $key = "n$key";



  2. Re: Should be...   Reply   Report abuse  
Picture of jason jason - 2007-12-28 18:45:59 - In reply to message 1 from jason
Correction, should be if(preg_match("/^[0-9]/",$key)) $key = "n$key";