docs: correct a few terms
This commit is contained in:
parent
a60ba4feb9
commit
d9a4c582c6
|
@ -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 |
|
||||||
|
|
|
@ -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 |
|
||||||
|
|
Loading…
Reference in New Issue