tce_functions_test_select.php
Tags
Table of Contents
Functions
- F_select_test() : true
- Display test selection for using F_show_select_test function.
- F_show_select_test() : false
- Display test selection XHTML table.
- F_show_select_test_popup() : false
- Display user selection XHTML table (popup mode).
- F_isTestOnSSLCerts() : bool
- Return true if the selected test is active for the selected SSL Certificate
Functions
F_select_test()
Display test selection for using F_show_select_test function.
F_select_test( $order_field,
$orderdir,
$firstrow,
$rowsperpage[,
$andwhere
= ''
][,
$searchterms
= ''
]) : true
Parameters
- $order_field :
-
(string) order by column name
- $orderdir :
-
(string) oreder direction
- $firstrow :
-
(string) number of first row to display
- $rowsperpage :
-
(string) number of rows per page
- $andwhere : = ''
-
(string) additional SQL WHERE query conditions
- $searchterms : = ''
-
(string) search terms
Tags
Return values
trueF_show_select_test()
Display test selection XHTML table.
F_show_select_test( $order_field,
$orderdir,
$firstrow,
$rowsperpage[,
$andwhere
= ''
][,
$searchterms
= ''
]) : false
Parameters
- $order_field :
-
(string) Order by column name.
- $orderdir :
-
(int) Order direction.
- $firstrow :
-
(int) Number of first row to display.
- $rowsperpage :
-
(int) Number of rows per page.
- $andwhere : = ''
-
(string) Additional SQL WHERE query conditions.
- $searchterms : = ''
-
(string) Search terms.
Tags
Return values
false —in case of empty database, true otherwise
F_show_select_test_popup()
Display user selection XHTML table (popup mode).
F_show_select_test_popup( $order_field,
$orderdir,
$firstrow,
$rowsperpage[,
$andwhere
= ''
][,
$searchterms
= ''
][,
string $cid
= 0
]) : false
Parameters
- $order_field :
-
(string) Order by column name.
- $orderdir :
-
(int) Order direction.
- $firstrow :
-
(int) Number of first row to display.
- $rowsperpage :
-
(int) Number of rows per page.
- $andwhere : = ''
-
(string) Additional SQL WHERE query conditions.
- $searchterms : = ''
-
(string) Search terms.
- $cid : string = 0
-
ID of the calling form field.
Tags
Return values
false —in case of empty database, true otherwise
F_isTestOnSSLCerts()
Return true if the selected test is active for the selected SSL Certificate
F_isTestOnSSLCerts( $test_id,
$ssl_id)
: bool
Parameters
Tags
Return values
bool —true/false