Skip to content

Instantly share code, notes, and snippets.

@jonesch
Created October 19, 2012 20:57
Show Gist options
  • Save jonesch/3920678 to your computer and use it in GitHub Desktop.
Save jonesch/3920678 to your computer and use it in GitHub Desktop.
PHP to always return an even number
$num = (round((count($orig_num) / 2), 0, PHP_ROUND_HALF_EVEN) * 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment