[mapserver-commits] r9838 -
branches/branch-5-6/docs/en/mapscript/php
svn at osgeo.org
svn at osgeo.org
Sun Feb 21 10:07:50 EST 2010
Author: jmckenna
Date: 2010-02-21 10:07:49 -0500 (Sun, 21 Feb 2010)
New Revision: 9838
Modified:
branches/branch-5-6/docs/en/mapscript/php/index.txt
Log:
cleanup on symbolObj constructor (ticket:3233)
Modified: branches/branch-5-6/docs/en/mapscript/php/index.txt
===================================================================
--- branches/branch-5-6/docs/en/mapscript/php/index.txt 2010-02-21 15:07:13 UTC (rev 9837)
+++ branches/branch-5-6/docs/en/mapscript/php/index.txt 2010-02-21 15:07:49 UTC (rev 9838)
@@ -2226,10 +2226,10 @@
.. code-block:: php
- symboldid = ms_newSymbolObj(mapObj map, string symbolname);
+ int ms_newSymbolObj(mapObj map, string symbolname)
Creates a new symbol with default values in the symbolist. Returns the Id of
-the new symbol. If a symbol with the same name exists, It's id will be returned.
+the new symbol. If a symbol with the same name exists, its id will be returned.
To get a symbol object, you need to use a method on the map object:
More information about the mapserver-commits
mailing list