[mapserver-commits] r8135 - trunk/docs/mapscript/php
svn at osgeo.org
svn at osgeo.org
Fri Nov 28 15:27:20 EST 2008
Author: aboudreault
Date: 2008-11-28 15:27:20 -0500 (Fri, 28 Nov 2008)
New Revision: 8135
Modified:
trunk/docs/mapscript/php/index.txt
Log:
PHP/MapScript: added removeLayer function to documentation.
Modified: trunk/docs/mapscript/php/index.txt
===================================================================
--- trunk/docs/mapscript/php/index.txt 2008-11-28 20:21:03 UTC (rev 8134)
+++ trunk/docs/mapscript/php/index.txt 2008-11-28 20:27:20 UTC (rev 8135)
@@ -616,6 +616,10 @@
value of *nIndex* is -1, which means the last possible index. Returns
the index of the new Layer, or -1 in the case of a failure.
+layerObj removeLayer( int nIndex )
+ Remove a layer from the mapObj. The argument is the index of the layer
+ to be removed. Returns the removed layerObj on success, else null.
+
LayerObj Class
---------------
More information about the mapserver-commits
mailing list