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

    (PECL solr >= 0.9.2)

    Adds a parameter to the object

    说明

    publicSolrParams::addParam(string $name,string $value): SolrParams

    Adds a parameter to the object. This is used for parameters that can be specified multiple times.

    参数

    $name

    Name of parameter

    $value

    Value of parameter

    返回值

    Returns a SolrParam object on success and FALSE on failure.