From 40fcf20e701c29e994e73b8d0bc50b1dca82e2d9 Mon Sep 17 00:00:00 2001 From: gccgdb1234 Date: Tue, 7 Jun 2022 11:41:14 +0800 Subject: [PATCH] docs: correct a few terms --- docs-cn/14-reference/03-connector/php.mdx | 4 +--- docs-en/14-reference/03-connector/php.mdx | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs-cn/14-reference/03-connector/php.mdx b/docs-cn/14-reference/03-connector/php.mdx index 221c6cc050..90fda04632 100644 --- a/docs-cn/14-reference/03-connector/php.mdx +++ b/docs-cn/14-reference/03-connector/php.mdx @@ -131,9 +131,7 @@ phpize && ./configure --enable-swoole && make -j && make install ## 常量 -### 字段类型 - -| 参数名称 | 说明 | +| 常量 | 说明 | | ------------ | ------------ | `TDengine\TSDB_DATA_TYPE_NULL` | null | | `TDengine\TSDB_DATA_TYPE_BOOL` | bool | diff --git a/docs-en/14-reference/03-connector/php.mdx b/docs-en/14-reference/03-connector/php.mdx index 0ea56b5209..839a5c8c3c 100644 --- a/docs-en/14-reference/03-connector/php.mdx +++ b/docs-en/14-reference/03-connector/php.mdx @@ -131,9 +131,7 @@ In this section a few sample programs which use TDengine PHP connector to access ## Constants -### Types - -| Type in PHP Connector | Description | +| Constant | Description | | ----------------------------------- | ----------- | | `TDengine\TSDB_DATA_TYPE_NULL` | null | | `TDengine\TSDB_DATA_TYPE_BOOL` | bool | -- GitLab