|
TokyoTyrantQuery::countCounts records Description
public int TokyoTyrantQuery::count
( void
)
Returns a count of how many records a query returns. ParametersThis function has no parameters. Return ValuesReturns a count of matching rows and throws TokyoTyrantException on error Examples
Example #1 TokyoTyrantQuery::count example
<?php The above example will output: int(2) See Also
|