You are here

public function DriverAttributes::pdoFriendlySizeKb in Drupal driver for SQL Server and SQL Azure 8.2

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Scheme/DriverAttributes.php, line 142

Class

DriverAttributes
Type class for the driver attributes.

Namespace

Drupal\Driver\Database\sqlsrv\Scheme

Code

public function pdoFriendlySizeKb($const) {
  return format_size($const * 1024);
}