Im writing a script that will feed the contents of a language directory into an array. So that I will have $nukeboard->lang['language files']. What functions would be needed to achienve this besides return() and foreach()?
Why not search the PHP manual? Look for [man]dir[/man], for example.