Changeset 7148 for temp


Ignore:
Timestamp:
2006/11/01 10:02:19 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/naka/send.php

    r7140 r7148  
    5353*/ 
    5454 
     55function 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 
    5564?> 
Note: See TracChangeset for help on using the changeset viewer.