Skip to content

Instantly share code, notes, and snippets.

@benglass
Created September 26, 2014 15:18
Show Gist options
  • Save benglass/5cbc595310b64a146778 to your computer and use it in GitHub Desktop.
Save benglass/5cbc595310b64a146778 to your computer and use it in GitHub Desktop.
<?php
var_dump($argv);
$testMode = isset($argv[1]);
if ($testMode) {
die('testMode!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment