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

    (PECL solr >= 0.9.2)

    Used to retrieve a property

    说明

    publicSolrObject::offsetGet(string $property_name): mixed

    Used to get the value of a property. This is used when the object is treated as an array.

    参数

    $property_name

    Name of the property.

    返回值

    Returns the property value.