Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
bueddl
Jul 29th, 2015
293
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
diff
<?php
$arr
=
array
(
'a'
=>
123
,
'b'
=>
456
,
'loeschMich'
=>
789
)
;
$gesucht
=
789
;
foreach
(
$arr
as
$key
=>
$element
)
{
if
(
$key
==
$gesucht
)
break
;
}
unset
(
$arr
[
$key
]
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
💎💎 Still works
JavaScript | 52 sec ago | 0.67 KB
✅✅✅ ULTRA EASY MONEY TRICK
JavaScript | 2 min ago | 0.67 KB
⭐⭐ Crypto Swap Glitch ✅ Easy money ⭐⭐
JavaScript | 5 min ago | 0.67 KB
🚨🚨 FREE 2,000$ FROM SWAPZONE
JavaScript | 7 min ago | 0.67 KB
🔥 QUICK $2,500 IN 2 HOURS 🔥
JavaScript | 9 min ago | 0.67 KB
⭐⭐ Free Crypto Method ⭐⭐ ✅
JavaScript | 11 min ago | 0.67 KB
✅✅ BECOME A MILLIONAIRE EBOOK
JavaScript | 13 min ago | 0.67 KB
Infinite Money Glitch
JavaScript | 15 min ago | 0.67 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!