DRUPAL_KILOBYTE

  1. drupal
    1. 7 includes/bootstrap.inc
    2. 8 core/includes/bootstrap.inc

The number of bytes in a kilobyte.

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

File

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

Code

define('DRUPAL_KILOBYTE', 1024)
Login or register to post comments