parse_ini_file()
Params API, unicode filename support, depends on INI mechaniem
- getopt()
- Will use ASCII for options. $_SERVER['argv'] should not be converted
- to Unicode and should stay binary, since we can't be sure of the
- encoding on CLI. Console_Getopt may be changed to support encodings.
-
array.c
-------
natsort(), natcasesort()
string.c
--------
- hebrev(), hebrevc()
- Figure out if this is something we can use ICU for, internally.
- Check with Zeev.
-
parse_str()
Params API. How do we deal with encoding of the data?
strnatcmp(), strnatcasecmp()
Params API. The rest depends on porting of strnatcmp.c
- strtr()
- Check on Derick's progress.
-
wordwrap()
Upgrade, do wordwrapping on codepoint (or glyph ?) level, maybe use
additional whitespace chars instead of just space.
compact()
count()
extract()
+ getopt()
in_array()
min()
max()
count_chars()
dirname()
explode()
+ hebrev(), hebrevc()
implode()
levenshtein()
localeconv()
strtok()
strtolower()
strtoupper()
+ strtr()
substr()
substr_compare()
substr_count()