Function DatabaseDriver->has_truncate_table

Definitions

sources/database.php

  • Find whether table truncation support is present.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether it is
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find whether table truncation support is present.
 *
 * @return boolean Whether it is
 */

public function has_truncate_table() : bool