pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
Main
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
Paste Search Dynamic
Recent pastes
casey-calvert big penis
1 hour ago
mystack.top is now
8 hours ago
failed to push some refs
8 hours ago
sort s1 s2
8 hours ago
Unexpected token
8 hours ago
dingin
8 hours ago
Error Cannot find module
8 hours ago
global num
8 hours ago
Call to undefined function
8 hours ago
vector sort
8 hours ago
array_map
<?php
$base
=
[
[
'name'
=>
'Rodrigo'
,
'age'
=>
'40'
]
,
[
'name'
=>
'FabĂola'
,
'age'
=>
'38'
]
]
;
$certo
=
array_map
(
'array_values'
,
array_values
(
$base
)
)
;
echo
json_encode
(
$certo
, JSON_UNESCAPED_UNICODE
)
;
?>
Parsed in 0.016 seconds
Please enable JavaScript to view the
comments powered by Disqus.