TokyoTyrantQuery::setOrder

(PECL tokyo_tyrant >= 0.1.0)
Orders results
public mixed TokyoTyrantQuery::setOrder ( string $name, int $type )

Sets the order of a query

Parameters:
name

The column name to apply the ordering on.

type

The type can be one of the following constants:

  • TokyoTyrant::RDBQO_STRASC - String ascending
  • TokyoTyrant::RDBQO_STRDESC - String descending
  • TokyoTyrant::RDBQO_NUMASC - Numberic ascending
  • TokyoTyrant::RDBQO_NUMDESC - String descending
Returns:

This method returns the current object.

doc_php
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.