Kaya 0.5.2 reference for WebCommon::__t_incomingKeys

List of functions and data types in WebCommon

[Builtins::Tainted<String> ] __t_incomingKeys(WebCommon::DataSource ds)

Arguments

Usage

Returns all keys (in no particular order) with at least one value for the specified DataSource.

 // called with ?a=1;b=2;b=5
keys = incomingKeys(DataGet);
// keys = ["a","b"] or ["b","a"]

Related

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya