4 lines
222 B
PHP
4 lines
222 B
PHP
|
Sometimes you may not want to use normal indexing for collection elements. For example in
|
||
|
some cases mapping primary keys as collection keys might be useful. The following example
|
||
|
demonstrates how this can be achieved.
|