|
KWeb
6.4
|
Functions | |
| getCmdOption ($name, $getVar=false, $def= '') | |
| Returns command line parameter. | |
| getCmdFile ($index=0, $sep= '-') | |
| Returns parameter passed without '-'. | |
| getInput () | |
| confirmInput ($str, $case=true) | |
| confirmInput | ( | $ | str, |
| $ | case = true |
||
| ) |
| getCmdFile | ( | $ | index = 0, |
| $ | sep = '-' |
||
| ) |
Returns parameter passed without '-'.
| getCmdOption | ( | $ | name, |
| $ | getVar = false, |
||
| $ | def = '' |
||
| ) |
Returns command line parameter.
| $getVar | - TRUE to get parameter value |
| getInput | ( | ) |