• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • TokyoTyrantQuery::setOrder()

    (PECL tokyo_tyrant >= 0.1.0)

    Orders results

    说明

    publicTokyoTyrantQuery::setOrder(string $name,int $type): mixed

    Sets the order of a query

    参数

    $name

    The column name to apply the ordering on.

    $type

    The$typecan 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

    返回值

    This method returns the current object.