Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
GetKeys | version 1.0 | no |
array GetKeys(array arr) |
arr | an array with keys |
Get an array of keys for the given array. The returned array has no keys, has the same indexes as the given array and instead of values has the keys(as string) from the initial array. If an element has no key, an null element will be added. |
array["test"]=0; |
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT | (c)2009 RadGs Software |