constant DRUPAL_KILOBYTE

The number of bytes in a kilobyte.

For more information, visit http://en.wikipedia.org/wiki/Kilobyte.

3 uses of DRUPAL_KILOBYTE
CommonSizeTestCase::setUp in drupal/modules/simpletest/tests/common.test
Sets up unit test environment.
format_size in drupal/includes/common.inc
Generates a string representation for the given byte count.
parse_size in drupal/includes/common.inc
Parses a given byte count.

File

drupal/includes/bootstrap.inc, line 174
Functions that need to be loaded on every Drupal request.

Code

define('DRUPAL_KILOBYTE', 1024);