PHP/MapScript OwsRequestObjクラス

コンストラクタ:

下記の関数はwxs service関連のものです。
詳しくは:
http://mapserver.gis.umn.edu/docs/howto/wxs_mapscript/view
ows請求オブジェクト作成:

request = ms_newOwsRequestObj();

メンバ:

int numparams :  プロパティの数 (Read only)

メソッド:

connoteaint loadparams()

cgi環境変数(REQUEST_METHOD、QUERY_STRING、HTTP_COOKIE)よりOWSRequestオブジェクトを初期します。
集められる名前/値組の数を返します。

connoteaint setparameter(string name, string value)

パラメータ設定します。
例:$request->setparameter('REQUEST', 'GetMap');

connoteastring getname(int index)

indexを与えてパラメータの名前を返します。

connoteastring getvalue(int index)

indexを与えてパラメータの値を返します。

connoteastring getvaluebyname(string name)

パラメータの名前を与えてパラメータの値を返します。

                                                                                                                                                                                                                                                                

Add a new comment
page_revision: 4, last_edited: 1210512570|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License