Guest User

Untitled

a guest
Oct 27th, 2017
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $a = Array("From" => "test <example@gmail.com>","To" => "test test <test1@gmail.com>, test 2<test2@gmail.com>");
  2. print_r(json_encode($a));
  3.  
  4. {"From":"test ","To":"test test , test 2"}
  5.  
  6. {"From":"test <example@gmail.com>","To":"test test <test1@gmail.com>, test 2<test2@gmail.com>"}
Add Comment
Please, Sign In to add comment