driver function More...
Functions | |
| sdbInitClient ($config) | |
| sdbGetLastErrorMsg () | |
driver function
| sdbGetLastErrorMsg | ( | ) |
Get detailed information about the last error.
| array | array( 'errno' => 0, 'description' => '', 'detail' => '', ... ) |
Example:
| sdbInitClient | ( | $config | ) |
Open cache strategy to improve performance
| $config | an array argument. The configuration, the options as below: enableCacheStrategy : a boolean argument. The flag to open the cache strategy.
cacheTimeInterval : an integer argument. The life cycle of cached object.
|
| integer | errno |
Example: open cache
1.8.2