PHP 8.4.0 RC3 available for testing

SolrDocument::valid

(PECL solr >= 0.9.2)

SolrDocument::validChecks if the current position internally is still valid

说明

public SolrDocument::valid(): bool

Checks if the current position internally is still valid. It is used during foreach operations.

参数

此函数没有参数。

返回值

Returns true on success and false if the current position is no longer valid.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top