Skip to content

Instantly share code, notes, and snippets.

@dgmike
Created May 25, 2010 22:51
Show Gist options
  • Select an option

  • Save dgmike/413791 to your computer and use it in GitHub Desktop.

Select an option

Save dgmike/413791 to your computer and use it in GitHub Desktop.
$especiais = unserialize(PARTICIPANTES_ESPECIAIS);
$parNomeEspecial = isset($participante)
&& isset($participante['PARNOME'])
&& in_array($participante['PARNOME'], $especiais);
if (!$participante || !$parNomeEspecial):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment