Changeset 1163 for trunk/common
- Timestamp:
- 12/16/11 01:28:23 (5 months ago)
- File:
-
- 1 edited
-
trunk/common/common.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/common.php
r1159 r1163 301 301 } 302 302 return $_cache[$key]; 303 }304 305 // Unroll iterator, stores result in array306 function unroll(Iterator $iterator) {307 $collect = array();308 foreach ($iterator as $entry) {309 $collect[] = $entry;310 }311 312 return $collect;313 303 } 314 304
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)