Skip to content

Instantly share code, notes, and snippets.

@dana-ross
Last active January 5, 2016 14:34
Show Gist options
  • Save dana-ross/e98efe9ff6b5204cadf1 to your computer and use it in GitHub Desktop.
Save dana-ross/e98efe9ff6b5204cadf1 to your computer and use it in GitHub Desktop.
/**
* Convert a value to non-negative integer.
*
* @since 2.5.0
*
* @param mixed $maybeint Data you wish to have converted to a non-negative integer.
* @return int A non-negative integer.
*/
$absint = compose( 'abs', 'intval' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment