Changeset 37702 for trunk/src/wp-includes/functions.php
- Timestamp:
- 06/14/2016 09:40:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r37689 r37702 238 238 * Convert number of bytes largest unit bytes will fit into. 239 239 * 240 * It is easier to read 1 kB than 1024 bytes and 1 MB than 1048576 bytes. Converts240 * It is easier to read 1 KB than 1024 bytes and 1 MB than 1048576 bytes. Converts 241 241 * number of bytes to human readable number by taking the number of that unit 242 242 * that the bytes will go into it. Supports TB value. … … 260 260 'GB' => GB_IN_BYTES, 261 261 'MB' => MB_IN_BYTES, 262 ' kB' => KB_IN_BYTES,262 'KB' => KB_IN_BYTES, 263 263 'B' => 1, 264 264 );
Note: See TracChangeset
for help on using the changeset viewer.