From professional translators, enterprises, web pages and freely available translation repositories.
so in the end, you don 't need to do any urlencoding / urldecoding yourself, everything is handeled automagically.
フォームの内容を送信するとき、getかpostかにかかわらずdataはブ ラウザによってurlエンコードされ、phpによってurlデコードされま す。要は、urlエンコード/デコードを自分で行う必要はなく、これら の処理は全て自動的に行われる、と言うことです。
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
because $foo.x and $foo.y are invalid variable names in php, they are automagically converted to $foo_x and $foo_y.
3. htmlフォームで配列を使用するにはどうすればよいですか?
Last Update: 2011-10-24
Usage Frequency: 1
Quality: