Symfony Function Reference | How to use "offsetExists" function.[class sfOutputEscaperArrayDecorator]
â– Definition
(boolean) offsetExists ($offset)
â– Parameters
$offset The offset of the value to check existance of
â– Feature
Returns true if the supplied offset is set in the array (as required by the ArrayAccess interface).
Tags: sfOutputEscaperArrayDecorator symfony function offsetExists

