Skip to content

Instantly share code, notes, and snippets.

@ramiror
Forked from mcsee/boolean.php
Created November 28, 2020 19:12
Show Gist options
  • Select an option

  • Save ramiror/3de3a6a766c520a450a4ecc58fc9a9d5 to your computer and use it in GitHub Desktop.

Select an option

Save ramiror/3de3a6a766c520a450a4ecc58fc9a9d5 to your computer and use it in GitHub Desktop.
<?
function processBatch(bool $useLogin, bool $deleteEntries, bool $beforeToday ){
/...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment