Skip to content

Instantly share code, notes, and snippets.

@redpanda
Created January 18, 2011 09:55
Show Gist options
  • Select an option

  • Save redpanda/784233 to your computer and use it in GitHub Desktop.

Select an option

Save redpanda/784233 to your computer and use it in GitHub Desktop.
// if no cli
if (0 != strncasecmp(PHP_SAPI, 'cli', 3)) {
// do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment