Advertisement
verygoodplugins

Untitled

Oct 3rd, 2020
966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. $address = array(
  2.     'OtherStreet'     => '9600 Great Hills Trail',
  3.     'OtherCity'       => 'City',
  4.     'OtherState'      => 'State',
  5.     'OtherPostalCode' => '12345',
  6.     'OtherCountry'    => 'USA',
  7. );
  8.  
  9. $value = serialize( $address );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement