Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
crc32 php fix
a guest
Feb 14th, 2012
155
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.34 KB
| None
|
0
0
raw
download
clone
embed
print
report
public static function signed_crc32($)
{
$hash = crc32($text);
if ($hash & 0x80000000)
{
$hash ^= 0xffffffff;
$hash += 1;
$hash = -$hash;
}
return $hash;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make 1500$ in 20 MIN [Method] F
JavaScript | 15 sec ago | 0.08 KB
✅ MAKE $12OO IN 10 MIN J
JavaScript | 17 sec ago | 0.08 KB
Make 1500$ in 20 MIN [Method] L
JavaScript | 39 sec ago | 0.08 KB
FREE BTC GUIDE P
JavaScript | 1 min ago | 0.08 KB
Make 1500$ in 20 MIN [Method] F
JavaScript | 1 min ago | 0.08 KB
FREE BTC GUIDE 9
JavaScript | 1 min ago | 0.08 KB
Make $200 in 15 minutes 6
JavaScript | 1 min ago | 0.08 KB
FREE BTC GUIDE 2
JavaScript | 1 min ago | 0.08 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!