Changeset 31829 for trunk/src/wp-includes/pomo/streams.php
- Timestamp:
- 03/19/2015 03:55:39 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pomo/streams.php (modified) (1 diff)
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)