constant DRUPAL_KILOBYTE in Drupal 7
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 modules/
simpletest/ tests/ common.test - Sets up unit test environment.
- format_size in includes/
common.inc - Generates a string representation for the given byte count.
- parse_size in includes/
common.inc - Parses a given byte count.
File
- includes/
bootstrap.inc, line 174 - Functions that need to be loaded on every Drupal request.
Code
define('DRUPAL_KILOBYTE', 1024);