Skip to content

Instantly share code, notes, and snippets.

@bobbykjack
Last active July 1, 2021 11:18
Show Gist options
  • Save bobbykjack/437581b67f7d0f7322596a379580f319 to your computer and use it in GitHub Desktop.
Save bobbykjack/437581b67f7d0f7322596a379580f319 to your computer and use it in GitHub Desktop.
<?php
for ($ch = 1; $ch < strlen($arg); $ch++) {
switch ($arg[$ch]) {
case 'c': $opts['show_content'] = false; break;
case 'm': $opts['max_length'] = handle_arg(substr($arg, $ch), $args); break;
//...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment