pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
Adambrooks
4 hours ago
boost split
8 hours ago
comment replay form
8 hours ago
max data
8 hours ago
comment link
8 hours ago
Bobbin
8 hours ago
comment created
8 hours ago
example val
8 hours ago
block
8 hours ago
quickSort
8 hours ago
str replace json
<?php
function
str_replace_json
(
$search
,
$replace
,
$subject
)
{
return
json_decode
(
str_replace
(
$search
,
$replace
, json_encode
(
$subject
)
)
)
;
}
?>
Parsed in 0.005 seconds