I don't see how this helps me
I want to do something like:
PHP Code:
function onCreated()
{
array = {"foo1", "foo2", "bar1", "foo3", "baz1"};
for(item : array.getstringkeys("foo"))
echo(item);
}
which would produce
Instead of making a public function for it
If your class can do that, please give me an example?
