回答編集履歴

1

文章校正

2016/06/09 00:47

投稿

masaya_ohashi
masaya_ohashi

スコア9206

test CHANGED
@@ -1,4 +1,4 @@
1
- PHP form serialize parseでこのようなページが出てきました。
1
+ PHP form serialize parseで検索するとこのようなページが出てきました。
2
2
 
3
3
  [http://stackoverflow.com/questions/1792603/how-do-i-php-unserialize-a-jquery-serialized-form](http://stackoverflow.com/questions/1792603/how-do-i-php-unserialize-a-jquery-serialized-form)
4
4
 
@@ -6,6 +6,6 @@
6
6
 
7
7
 
8
8
 
9
- 結論を言えばjQueryが生成する文字列をPHPのparseStrというメソッドがPHPのオブジェクトに変換してくれるメソッドです。
9
+ 結論を言えばjQueryが生成する文字列をPHPのparse_strというメソッドがPHPのオブジェクトに変換してくれるメソッドです。
10
10
 
11
11
  [http://www.php.net/manual/en/function.parse-str.php](http://www.php.net/manual/en/function.parse-str.php)