Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
getApplicationParameter.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * get parameter value
8  *
9  * analyze sub-directories presents in STYLE directory
10  * @subpackage WSH
11  */
12 /**
13  */
14 $usage = new ApiUsage();
15 
16 $usage->setDefinitionText("get parameter value");
17 $parname = $usage->addOptionalParameter("param", "Parameter name");
18 
19 $usage->verify();
20 
21 print getParam($parname) . "\n";
22 ?>
getParam($name, $def="")
must be in core or global type
Definition: Lib.Common.php:193
print
Definition: checklist.php:49
Verify arguments for wsh programs.
← centre documentaire © anakeen