I want read all symbols available in a mapfile for listing.<br>
<br>
Documentation says that I can request symbol references by calling ms_map_obj-&gt;getSymbolById( id ).<br>
<br>
What is not well defined on documentation is if those id are numbered from zero to n-1 symbol.<br>
so I can loop over the list.<br>