- Timestamp:
- 2006/11/01 10:02:19 (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
r7140 r7148 53 53 */ 54 54 55 function getXMLValue($arrVal, $tag, $attributes) { 56 foreach($arrVal as $array) { 57 $tag = $array['tag']; 58 // ÀèÆ¬¤ÎÍ×ÁǤò¼è¤ê½Ð¤¹ 59 $att_first = array_slice($array['attributes'],1,1); 60 print($att_first); 61 } 62 } 63 55 64 ?>
Note: See TracChangeset
for help on using the changeset viewer.
