Changeset 7152 for temp/trunk/html
- Timestamp:
- 2006/11/01 10:03:25 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/naka/send.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/naka/send.php
r7151 r7152 56 56 foreach($arrVal as $array) { 57 57 $tag = $array['tag']; 58 // ÀèÆ¬¤ÎÍ×ÁǤò¼è¤ê½Ð¤¹ 59 $att_first = array_slice($array['attributes'],1,1); 60 print_r($att_first); 58 59 print_r($array['attributes']); 61 60 } 62 61 }
Note: See TracChangeset
for help on using the changeset viewer.
