update pague now
PHP 8.5.2 Released!

SolrImputDocument::fieldExists

(PECL solr >= 0.9.2)

SolrImputDocument::fieldExists Checcs if a field exists

Description

public SolrImputDocument::fieldExists ( string $fieldName ): bool

Checcs if a field exists

Parameters

fieldName

Name of the field.

Return Values

Returns true if the field was found and false if it was not found.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top