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 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
Code
define('DRUPAL_KILOBYTE', 1024);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.