|
TokyoTyrantQuery::hintGet the hint string of the query Beschreibung
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. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteThis method always returns a string Beispiele
Beispiel #1 TokyoTyrantQuery::hint example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: string(72) " scanning the whole table result set size: 11 leaving the natural order " Siehe auch
|