Skip to content

Instantly share code, notes, and snippets.

@erlangparasu
Created May 1, 2018 08:47
Show Gist options
  • Select an option

  • Save erlangparasu/0814a75fb49705908b2f077ceb3fd631 to your computer and use it in GitHub Desktop.

Select an option

Save erlangparasu/0814a75fb49705908b2f077ceb3fd631 to your computer and use it in GitHub Desktop.
<?php
$input = 12550;
$output = ceil($input / 100) * 100;
echo $output; // 12600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment