TRUE], the supported IFDs are returned. * If $options contains ['ifd' => $value], the IFD/TAG combinations * supported by the IFD specified by $value are returned. * * @return array * A simple array. * When returning a list of supported IFDs, each array element is a simple * array with: * 0 => the default string identifier of the IFD. * 1 => the integer identifier of the IFD. * When returning a list of supported IFD/TAGs, each array element is a * simple array with: * 0 => the string identifier of the IFD. * 1 => the string identifier of the TAG. */ public function getSupportedKeys(array $options = NULL); }