- PHP 手册
- 函数参考
- 数据库扩展
- 针对各数据库系统对应的扩展
- tokyo_tyrant
- TokyoTyrantQuery
TokyoTyrantQuery::__construct
(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrantQuery::__construct — Construct a new query
说明
public TokyoTyrantQuery::__construct ( TokyoTyrantTable$table
)
Construct a new query object
参数
-
table
-
TokyoTyrantTable object with active database connection
返回值
Returns a new TokyoTyrantQuery object and throws TokyoTyrantException on error
范例
Example #1 TokyoTyrantQuery::__construct() example
<?php
$tt = new TokyoTyrantTable("localhost", 1979);
$query = new TokyoTyrantQuery($tt);
/* Work with $query */
?>
参见
- TokyoTyrantTable::getQuery() - Get a query object
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/tokyotyrantquery.construct.php