Changeset 31829 for trunk/src/wp-includes/pomo/streams.php
- Timestamp:
- 03/19/2015 03:55:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/streams.php
r30663 r31829 41 41 $endian_letter = ('big' == $this->endian)? 'N' : 'V'; 42 42 $int = unpack($endian_letter, $bytes); 43 return array_shift($int);43 return reset( $int ); 44 44 } 45 45
Note: See TracChangeset
for help on using the changeset viewer.