maybe_convert_table_to_utf8mb4()
2020-05-02 / 2498阅 / 悠然
如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款
maybe_convert_table_to_utf8mb4( string $table )
如果表>
Contents
- Description
- Parameters
- Return
- Source
- Changelog
- Related
- User Contributed Notes
参数
- $table
(string)
(Required)
The table to convert.
返回
(bool) true if the table was converted, false if it wasn't.