Extracted from Pike v7.4 release 117 at 2004-11-02.
[Top]
predef::
String
Elite
HTML
Classes
Buffer
SplitIterator
capitalize()
common_prefix()
count()
expand_tabs()
fuzzymatch()
implode_nicely()
int2char()
int2hex()
int2roman()
int2size()
sillycaps()
soundex()
trim_all_whites()
trim_whites()
width()
String.int2char()
String.int2roman()
Method String.int2hex()
Method
int2hex
string
String.
int2hex
(
int
x
)
Description
Same as sprintf("%x",x);
See also
sprintf()