- Timestamp:
- 2006/11/21 18:26:30 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/uehara/test.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/uehara/test.php
r8777 r8778 18 18 19 19 sfGetFileTreeSub($dir, $default_rank, $cnt, $arrTree); 20 21 print_r($arrTree);22 20 } 23 21 24 function sfGetFileTreeSub($dir, $default_rank, $cnt, &$arrTree) {22 function sfGetFileTreeSub($dir, $default_rank, &$cnt, &$arrTree) { 25 23 26 24 if(file_exists($dir)) { … … 46 44 47 45 // javascript¤Î¥Ä¥ê¡¼À¸À®ÍѤÎÇÛÎó¤òºîÀ® 48 $arrTree[ ] = array($cnt, $file_type, $path, $rank);46 $arrTree[$cnt] = array($cnt, $file_type, $path, $rank); 49 47 $cnt++; 50 48 // ²¼Áإǥ£¥ì¥¯¥È¥ê¼èÆÀ¤Î°Ù¡¢ºÆµ¢Åª¤Ë¸Æ¤Ó½Ð¤¹
Note: See TracChangeset
for help on using the changeset viewer.
