SolrDocument
PHP Manual

SolrDocument::__isset

(PECL solr >= 0.9.2)

SolrDocument::__issetChecks if a field exists

Opis

public bool SolrDocument::__isset ( string $fieldName )

Checks if a field exists

Parametry

fieldName

Name of the field.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.


SolrDocument
PHP Manual