NSAssert
指定した条件が間違っていればlogに文字列を書き込む
NSAssert2
指定した条件が間違っていればlogに引数2つの文字列を書き込む
http://www.oomori.com/cocoafw/Foundation/NSAssert2/NSAssert2.html free raspberry ketones…
htmlのフォーム内のcheckboxなどで、配列を扱いたい場合は、以下のように name 属性に [] をつけます。これで配列として扱えます。
<input type=”checkbox” name=”item[]” value=””>
<input type=”checkbox” name=”item[]” value=””>
<input type=”checkbox” name=”item[]” value=””>
<input type=”checkbox” name=”item[]” value=””>
その後、受け取った $_post[‘item’] を foreach などで回せば、自由に配列を扱うことが出来ます。
graffiti on the web
この投稿へのコメント
コメントはまだありません。