tce_general_constants.php
Tags
Table of Contents
Constants
- K_KEY_SECURITY = 'VENFeGFtIChjKSAyMDA0LTIwMjAgTmljb2xhIEFzdW5pIC0gVGVjbmljay5jb20gLSB0Y2V4YW0uY29t'
- String used for security feature, do not alter.
- K_MAX_TESTS_DAY = \false
- Maximum number of tests per day (last 24 hours).
- K_MAX_TESTS_MONTH = \false
- Maximum number of tests per month (last 30 days).
- K_MAX_TESTS_YEAR = \false
- Maximum number of tests per year (last 365 days).
- K_NEWLINE = "\n"
- New line character.
- K_RANDOM_SECURITY = 'mkTzxf8WwUxwvj6w'
- String used as a seed for some security code generation please change this value and keep it secret.
- K_REMAINING_TESTS = \false
- Set to false to disable test counting.
- K_SECONDS_IN_DAY = 24 * \K_SECONDS_IN_HOUR
- Number of seconds in one day.
- K_SECONDS_IN_HOUR = 60 * \K_SECONDS_IN_MINUTE
- Number of seconds in one hour.
- K_SECONDS_IN_MINUTE = 60
- Number of seconds in one minute.
- K_SECONDS_IN_MONTH = 30 * \K_SECONDS_IN_DAY
- Number of seconds in one month.
- K_SECONDS_IN_WEEK = 7 * \K_SECONDS_IN_DAY
- Number of seconds in one week.
- K_SECONDS_IN_YEAR = 365 * \K_SECONDS_IN_DAY
- Number of seconds in one year.
- K_TAB = "\t"
- Tabulation character.
Constants
K_KEY_SECURITY
String used for security feature, do not alter.
public mixed K_KEY_SECURITY =
'VENFeGFtIChjKSAyMDA0LTIwMjAgTmljb2xhIEFzdW5pIC0gVGVjbmljay5jb20gLSB0Y2V4YW0uY29t'
K_MAX_TESTS_DAY
Maximum number of tests per day (last 24 hours).
public mixed K_MAX_TESTS_DAY =
\false
false = unlimited
K_MAX_TESTS_MONTH
Maximum number of tests per month (last 30 days).
public mixed K_MAX_TESTS_MONTH =
\false
false = unlimited
K_MAX_TESTS_YEAR
Maximum number of tests per year (last 365 days).
public mixed K_MAX_TESTS_YEAR =
\false
false = unlimited
K_NEWLINE
New line character.
public mixed K_NEWLINE = "\n"
K_RANDOM_SECURITY
String used as a seed for some security code generation please change this value and keep it secret.
public mixed K_RANDOM_SECURITY =
'mkTzxf8WwUxwvj6w'
K_REMAINING_TESTS
Set to false to disable test counting.
public mixed K_REMAINING_TESTS =
\false
K_SECONDS_IN_DAY
Number of seconds in one day.
public mixed K_SECONDS_IN_DAY =
24 *
\K_SECONDS_IN_HOUR
K_SECONDS_IN_HOUR
Number of seconds in one hour.
public mixed K_SECONDS_IN_HOUR =
60 *
\K_SECONDS_IN_MINUTE
K_SECONDS_IN_MINUTE
Number of seconds in one minute.
public mixed K_SECONDS_IN_MINUTE =
60
K_SECONDS_IN_MONTH
Number of seconds in one month.
public mixed K_SECONDS_IN_MONTH =
30 *
\K_SECONDS_IN_DAY
K_SECONDS_IN_WEEK
Number of seconds in one week.
public mixed K_SECONDS_IN_WEEK =
7 *
\K_SECONDS_IN_DAY
K_SECONDS_IN_YEAR
Number of seconds in one year.
public mixed K_SECONDS_IN_YEAR =
365 *
\K_SECONDS_IN_DAY
K_TAB
Tabulation character.
public mixed K_TAB = "\t"