- Custom DataBase Tables
- CDBT Version 1.x
- 関数リファレンス
- cdbt_get_options_table
cdbt_get_options_table
cdbt_get_options_table( [string $table_name] )
指定のテーブルのオプション設定内容をすべて取得します。
パラメータ
$table_name
default : null
返り値
mixed
オプション設定がある場合は、設定内容を配列として返します。なければ FALSE となります。
変更履歴
| バージョン | 内容 |
|---|---|
| 1.0.0 | – |
使用例
<?php