INI Key searching
Status: Beta
Brought to you by:
s_a_white
I have added two new functions for searching through INI keys:
ini_locateFirstKey() - Returns and selects the first key.
ini_LocateNextKey() - Returns and select the next key.
This is different then the previous patch submitted with similar functionality, this worked better in my application.
Add Key searching functions.