Guest User

Untitled

a guest
Jul 11th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $a = array(
  2. 0 => array( 'id' => 1, 'name' => 'john' ),
  3. 1 => array( 'id' => 28, 'name' => 'peter' )
  4. );
  5.  
  6. $b = array(
  7. 1 => array( 'name' => 'john' ),
  8. 28 => array( 'name' => 'peter' )
  9. );
Add Comment
Please, Sign In to add comment