Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
IsNumericEx
RockFire_
Jan 19th, 2012
100
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.26 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
IsNumericEx
(
$string
)
{
for
(
$arrIdx
=
strlen
(
$string
)
;
$arrIdx
>
-
1
;
--
$arrIdx
)
{
if
(
'0'
<
$string
[
$arrIdx
]
>
'9'
)
{
return
false
;
}
}
return
true
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
GMAIL Logs (2FA disabled)
Java | 2 sec ago | 0.06 KB
⭐Crypto Exchange Profit Method⭐ I
JavaScript | 6 sec ago | 0.31 KB
Exchange Exploit T 2
Java | 9 sec ago | 0.09 KB
⭐ Instant Profit Method ⭐
JavaScript | 12 sec ago | 0.32 KB
GMAIL Logs (2FA disabled)
Java | 13 sec ago | 0.09 KB
Profit Method
Java | 20 sec ago | 0.06 KB
⭐ChangeNOW Bug (Get more on BTC swaps) U
JavaScript | 22 sec ago | 0.31 KB
MAKE $900 INSTANTLY
Java | 24 sec ago | 0.09 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!