Concept Framework 2.2 documentation Contents | Index

web.server.api.POST

Name Version Deprecated
POST version 1.0 no

Prototype:
array POST();


Description:
Get the "POST" variables into an array. array["variable"] will be "value"; See also GET, VARS and COOKIE.

Note: For submitted files via POST, you should use WebVar.

Returns:
Return an array containing all thePOST variables. The array will have as keys the variable names linked to the values.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:18 2013 GMT(c)2013 Devronium Applications