1SCGI.scgiEnv(3kaya) Kaya module reference SCGI.scgiEnv(3kaya)
2
3
4
6 SCGI::scgiEnv - Get the value of an environment variable
7
9 String scgiEnv( String key )
10
12 key Name of the environment variable
13
15 Since environment variables are handled differently under the SCGI pro‐
16 tocol to the conventional manner, this function must be used instead of
17 System.getEnv (3kaya) to read environment variables within an SCGI
18 application.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
30
31
32Kaya December 2010 SCGI.scgiEnv(3kaya)