|
TokyoTyrantQuery::hintGet the hint string of the query Description
public string TokyoTyrantQuery::hint
( void
)
Get the hint string of the query. The hint string contains information about an executed query and it could be compared to for example MySQL EXPLAIN statement. ParametersThis function has no parameters. Return ValuesThis method always returns a string Examples
Example #1 TokyoTyrantQuery::hint example
<?php The above example will output something similar to: string(72) " scanning the whole table result set size: 11 leaving the natural order " See Also
|