update : 2015.11.03
php.shukuma.com검색:
|
TokyoTyrantQuery::hint(No version information available, might only be in Git) 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 예제
Example #1 TokyoTyrantQuery::hint example
<?php 위 예제의 출력 예시: string(72) " scanning the whole table result set size: 11 leaving the natural order " |