1WebCommon.__t_incomingKeys(3kaKyaay)a module referWeenbcCeommon.__t_incomingKeys(3kaya)
2
3
4

NAME

6       WebCommon::__t_incomingKeys - Return keys for user-supplied data
7

SYNOPSIS

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

ARGUMENTS

13       ds The source for user-supplied data
14

DESCRIPTION

16       Returns all keys (in no particular order) with at least one  value  for
17       the specified WebCommon.DataSource (3kaya)
18
19
20
21    // called with ?a=1;b=2;b=5
22    keys = incomingKeys(DataGet);
23    // keys = ["a","b"] or ["b","a"]
24

AUTHORS

26       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
27       (kaya@kayalang.org). For further information see http://kayalang.org/
28

LICENSE

30       The Kaya standard library is free software;  you  can  redistribute  it
31       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
32       License (version 2.1 or any later version) as  published  by  the  Free
33       Software Foundation.
34
36       WebCommon.DataSource (3kaya)
37       WebCommon.incomingData (3kaya)
38       WebCommon.incomingExists (3kaya)
39       WebCommon.incomingValue (3kaya)
40
41
42
43Kaya                             December 2010WebCommon.__t_incomingKeys(3kaya)
Impressum