首页 WordPress函数大全 add_clean_index()

add_clean_index()

2020-05-02 / 5498阅 / 悠然

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

add_clean_index( string $table, string $index )

向指定表添加索引。

描述

参数

$table

(string)
(Required)
Database table name.

$index

(string)
(Required)
Database table index column.

返回

(true) True, when done with execution.

大家谈论
    我的见解