element_exists

ElementSet-related functions

Summary

element_exists(string $elementSetName, string $elementName)

Determine whether an element set contains a specific element.

Parameters:
  • $elementSetName (string) – The element set name.
  • $elementName (string) – The element name.
Returns:

bool

Usage

Examples

See Also

Project Versions

Table Of Contents

Previous topic

ElementSet-related functions

Next topic

insert_element_set

This Page