docs: correct a few terms

This commit is contained in:
gccgdb1234 2022-06-07 11:41:14 +08:00
parent a60ba4feb9
commit d9a4c582c6
2 changed files with 2 additions and 6 deletions

View File

@ -131,9 +131,7 @@ phpize && ./configure --enable-swoole && make -j && make install
## 常量 ## 常量
### 字段类型 | 常量 | 说明 |
| 参数名称 | 说明 |
| ------------ | ------------ | ------------ | ------------
| `TDengine\TSDB_DATA_TYPE_NULL` | null | | `TDengine\TSDB_DATA_TYPE_NULL` | null |
| `TDengine\TSDB_DATA_TYPE_BOOL` | bool | | `TDengine\TSDB_DATA_TYPE_BOOL` | bool |

View File

@ -131,9 +131,7 @@ In this section a few sample programs which use TDengine PHP connector to access
## Constants ## Constants
### Types | Constant | Description |
| Type in PHP Connector | Description |
| ----------------------------------- | ----------- | | ----------------------------------- | ----------- |
| `TDengine\TSDB_DATA_TYPE_NULL` | null | | `TDengine\TSDB_DATA_TYPE_NULL` | null |
| `TDengine\TSDB_DATA_TYPE_BOOL` | bool | | `TDengine\TSDB_DATA_TYPE_BOOL` | bool |