Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
[PHP] Checar se o número é par ou impar
Bruno
Apr 18th, 2012
144
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.12 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
Par_Impar
(
$num
)
{
return
(
$num
&
1
)
?
"Impar"
:
"Par"
;
}
// Checa se o numero é par ou impar
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Free Giftcards Method
JavaScript | 13 sec ago | 0.06 KB
Profit Method
JavaScript | 43 sec ago | 0.06 KB
ChangeNOW Bug (Get more on BTC swaps x) B
JavaScript | 2 min ago | 0.32 KB
Swapzone Glitch (Working)E M
JavaScript | 2 min ago | 0.06 KB
Swapzone Glitch (Working)E X
JavaScript | 2 min ago | 0.32 KB
Make $1500 in 20 minutes
JavaScript | 2 min ago | 0.06 KB
Exchange Exploit T 9
JavaScript | 2 min ago | 0.32 KB
✅ MAKE $9OO INSTANTLY D B
JavaScript | 3 min ago | 0.32 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!