Core
3.2
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
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
?>
$usage
$usage
Definition:
getApplicationParameter.php:14
$parname
$parname
Definition:
getApplicationParameter.php:17
getParam
getParam($name, $def="")
must be in core or global type
Definition:
Lib.Common.php:193
print
print
Definition:
checklist.php:49
ApiUsage
Verify arguments for wsh programs.
Definition:
Class.ApiUsage.php:28
← centre documentaire
© anakeen