View Single Post
  #1  
Old 02-03-2010, 05:30 PM
Immolate Immolate is offline
Indigo
Join Date: Dec 2009
Posts: 322
Immolate is on a distinguished road
Format-like syntax getstringkeys();

It'd be great if we could have getstringkeys() to use the Format-like syntax to filter what kind of results are shown. I'm sure it's been mentioned before - I'm certain I've seen it.

For all of you who don't know what I'm talking about:

PHP Code:
  //For integer filtering
  
temp.foo getStringKeys("temp.bar%i");
  
  
//For string filtering
  
temp.foo getStringKeys("temp.bar%s"); 
Reply With Quote