File manager - Edit - /usr/share/php/PhpMyAdmin/SqlParser/Statements/ChecksumStatement.php
Back
<?php /** * `CHECKSUM` statement. */ declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Statements; /** * `CHECKSUM` statement. * * CHECKSUM TABLE tbl_name [, tbl_name] ... [ QUICK | EXTENDED ] */ class ChecksumStatement extends MaintenanceStatement { /** * Options of this statement. * * @var array */ public static $OPTIONS = [ 'TABLE' => 1, 'QUICK' => 2, 'EXTENDED' => 3, ]; }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.68 |
proxy
|
phpinfo
|
Settings