You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. The current API might be changed in the next version. e.g. ContainerInfo()
116
-
2. References to objects obtained using the get method described below must be referenced prior to executing the methods. When referencing after the execution of the get methods, please copy the basic data type such as string from the object and reference it to the copied data.
117
-
- get_row_xxx
118
-
- get_partition_xxx
119
-
- get_container_info
120
-
121
-
Please refer to the following note from C Client API Reference document for detailed information of the reason behind the implementation:
122
-
123
-
"In order to store the variable-length data such as string or array, it uses a temporary memory area.
124
-
This area is valid until this function or similar functions which use a temporary memory area.
125
-
The behavior is undefined when the area which has been invalidated is accessed."
126
107
127
108
## Community
128
109
129
-
* Issues
130
-
Use the GitHub issue function if you have any requests, questions, or bug reports.
131
-
* PullRequest
110
+
* Issues
111
+
Use the GitHub issue function if you have any requests, questions, or bug reports.
112
+
* PullRequest
132
113
Use the GitHub pull request function if you want to contribute code.
133
114
You'll need to agree GridDB Contributor License Agreement(CLA_rev1.1.pdf).
134
115
By using the GitHub pull request function, you shall be deemed to have agreed to GridDB Contributor License Agreement.
135
116
136
117
## License
137
-
118
+
138
119
GridDB PHP Client source license is Apache License, version 2.0.
0 commit comments