TokyoTyrantQuery::hint(Информация о версии неизвестна, возможно, только в SVN) TokyoTyrantQuery::hint — Get the hint string of the query Описание
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. Список параметровУ этой функции нет параметров. Возвращаемые значенияThis method always returns a string Примеры
Пример #1 TokyoTyrantQuery::hint example
<?phpРезультатом выполнения данного примера будет что-то подобное: string(72) " scanning the whole table result set size: 11 leaving the natural order " |
||