Skip to content

Instantly share code, notes, and snippets.

@regepan
Last active April 25, 2021 12:30
Show Gist options
  • Save regepan/a6e527b012a254e949d2802915b78d9a to your computer and use it in GitHub Desktop.
Save regepan/a6e527b012a254e949d2802915b78d9a to your computer and use it in GitHub Desktop.
/**
 *
 *
---------------------------------------------------------*/
function isPost() {
    return $_SERVER['REQUEST_METHOD'] === 'POST';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment