Home > PHP > Function > Swish > SwishSearch->setLimit()

SwishSearch->setLimit()

SwishSearch->setLimit - Set the search limits

Syntax

SwishSearch->setLimit (string $property, string $low, string $high)

Arguments

  • property - Search result property name.
  • low - The lowest value of the property.
  • high - The highest value of the property.

Description

Version

PHP PECL swish >= 0.1.0

Return value

No value is returned.