略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: SolrObject

2024-05-08

The SolrObject class

(PECL solr >= 0.9.2)

简介

This is an object whose properties can also by accessed using the array syntax. All its properties are read-only.

类摘要

final class SolrObject implements ArrayAccess {
/* 方法 */
public __construct()
public getPropertyNames(): array
public offsetExists(string $property_name): bool
public offsetGet(string $property_name): mixed
public offsetSet(string $property_name, string $property_value): void
public offsetUnset(string $property_name): void
public __destruct()
}

目录

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.solrobject.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3