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
format_size in drupal/core/includes/common.inc
Generates a string representation for the given byte count.
parse_size in drupal/core/includes/common.inc
Parses a given byte count.
SizeUnitTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Common/SizeUnitTest.php
Sets up unit test environment.

File

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

Code

const DRUPAL_KILOBYTE = 1024;