Extracted from Pike v7.3 release 45 at 2002-06-04.
[Top]
String
·
Elite
·
HTML
Classes
·
Buffer
·
capitalize()
·
common_prefix()
·
count()
·
expand_tabs()
·
fuzzymatch()
·
implode_nicely()
·
int2char()
· int2hex()
·
int2roman()
·
int2size()
·
sillycaps()
·
soundex()
·
strmult()
·
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