1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00
Files
archived-php-src/ext/unicode
Andrei Zmievski 1a6b00fc01 Implement reverse iteration for codeunits and codepoints. Combining
sequences are next.

# This is ugly, though.
# foreach (new TextIterator($a, # TextIterator::CODE_POINT|TextIterator::REVERSE) as $k => $c) {
#    var_dump("$k: $c");
# }
# Any suggestions?
2006-02-07 20:01:28 +00:00
..
2006-02-02 14:45:54 +00:00
2005-08-11 23:36:07 +00:00
2005-08-11 23:36:07 +00:00
2006-01-01 13:10:10 +00:00
2005-08-11 23:36:07 +00:00
2006-01-01 13:10:10 +00:00
2006-01-01 13:10:10 +00:00
2005-08-11 23:36:07 +00:00