略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: TokyoTyrantQuery::__construct

2024-04-28

TokyoTyrantQuery::__construct

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrantQuery::__constructConstruct 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 */
?>

参见

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/tokyotyrantquery.construct.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3