[mapserver-commits] r8421 - trunk/docs/mapscript/php
svn at osgeo.org
svn at osgeo.org
Fri Jan 9 09:12:23 EST 2009
Author: aboudreault
Date: 2009-01-09 09:12:23 -0500 (Fri, 09 Jan 2009)
New Revision: 8421
Modified:
trunk/docs/mapscript/php/index.txt
Log:
Added ms_newMapObjFromString() mapObj contructor documentation.
Modified: trunk/docs/mapscript/php/index.txt
===================================================================
--- trunk/docs/mapscript/php/index.txt 2009-01-09 14:05:46 UTC (rev 8420)
+++ trunk/docs/mapscript/php/index.txt 2009-01-09 14:12:23 UTC (rev 8421)
@@ -190,6 +190,10 @@
mapObj ms_newMapObj(string map_file_name [, string new_map_path])
Returns a new object to deal with a MapServer map file.
+mapObj ms_newMapObjFromString(string map_file_string [, string new_map_path])
+ Construct a new mapObj from a mapfile string. Returns a new object to deal
+ with a MapServer map file.
+
.. note::
By default, the SYMBOLSET, FONTSET, and other paths in the mapfile
are relative to the mapfile location. If new_map_path is provided
More information about the mapserver-commits
mailing list