首页 WordPress函数大全 drop_index()

drop_index()

2020-05-01 / 3480阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

drop_index( string $table, string $index )

Drops a specified index from a table.

描述

参数

$table

(string)
(Required)
Database table name.

$index

(string)
(Required)
Index name to drop.

返回

(true) True, when finished.

大家谈论
    我的见解