.. _felementexists: ################################################################################ ``element_exists`` — Check whether an element set contains a specific element. ################################################################################ :doc:`ElementSet-related functions ` ******* Summary ******* .. include:: /Reference/libraries/globals/summary/element_exists.rst .. php:function:: element_exists($elementSetName, $elementName) Check whether an element set contains a specific element. :type $elementSetName: string :param $elementSetName: The element set name. :type $elementName: string :param $elementName: The element name. :returns: bool ***** Usage ***** .. include:: /Reference/libraries/globals/usage/element_exists.rst ******** Examples ******** .. include:: /Reference/libraries/globals/examples/element_exists.rst ******** See Also ******** .. include:: /Reference/libraries/globals/see_also/element_exists.rst