Solar_Filter::dataKeyExists()

public bool Solar_Filter::dataKeyExists ( string $key = NULL )

Does the requested key exist in the data?

Parameters

  • (string) $key: Checks to see if the data array has this key in it.

Returns

  • (bool) True if the data key is present, false if not.

Description

Does the requested key exist in the data?



Local