File/constants.php

Description
Constants
FIELD_DELIM = "^_^" (line 59)

Field delimiter used in record structures

GIGABYTE = 1073741824 (line 34)

Gigabytes

KILOBYTE = 1024 (line 30)

Kilobytes

MEGABYTE = 1048576 (line 32)

Megabytes

RECORD_DELIM = "~_~" (line 61)

Record delimiter used in record lists

SECS_1_DAY = 86400 (line 46)

One day

SECS_1_HOUR = 3600 (line 54)

1 hour

SECS_1_MONTH = 2592000 (line 42)

One month

SECS_1_WEEK = 604800 (line 44)

One week

SECS_1_YEAR = 31536000 (line 40)

One year

SECS_4_HOURS = 14400 (line 52)

4 hours

SECS_8_HOURS = 28800 (line 50)

8 hours

SECS_10_YEARS = 315360000 (line 38)

Ten years - used as 'forever'

SECS_12_HOURS = 43200 (line 48)

12 hours

SECS_20_MINS = 1200 (line 56)

20 minutes

Documentation generated by phpDocumentor 1.3.0RC3