Changeset 7152 for temp/trunk/html


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

* empty log message *

File:
1 edited

Legend:

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

    r7151 r7152  
    5656    foreach($arrVal as $array) { 
    5757        $tag = $array['tag']; 
    58         // ÀèÆ¬¤ÎÍ×ÁǤò¼è¤ê½Ð¤¹ 
    59         $att_first = array_slice($array['attributes'],1,1); 
    60         print_r($att_first); 
     58 
     59        print_r($array['attributes']); 
    6160    } 
    6261} 
Note: See TracChangeset for help on using the changeset viewer.