Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




absint [ WordPress Function ]

absint ( $maybeint )
Parameters:
  • (mixed) $maybeint Data you wish to have converted to a nonnegative integer
Returns:
  • (int) An nonnegative integer
Defined at:



Converts value to nonnegative integer.

Source


<?php
function absint$maybeint ) {
    return 
absintval$maybeint ) );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics