Extracted from Pike v7.4 release 341 at 2005-11-21.
[Top]
predef::
ADT
Array
Audio
Cache
Calendar
Calendar_I
Colors
CommonLog
Crypto
Debug
DVB
_Ffmpeg
Filesystem
Function
Gdbm
GDK
Geography
Getopt
GL
GLU
Gmp
Gnome
Graphics
GTK
Gz
Image
Languages
Local
Locale
Math
MIME
Mird
Msql
Mysql
Parser
PDF
Perl
Pike
Postgres
Process
Program
Protocols
Regexp
SANE
SDL
Shuffler
spider
Sql
SSL
Standards
Stdio
String
System
Thread
Tools
Unicode
Web
Yp
Classes
Error
master
string_assignment
`^()
`~()
`<()
`<<()
`<=()
`==()
`>()
`>=()
`>>()
`|()
`-()
`->()
`->=()
`!()
`!=()
`/()
`[]()
`[]=()
`*()
`&()
`%()
`+()
abs()
acos()
add_constant()
aggregate()
aggregate_mapping()
aggregate_multiset()
alarm()
all_constants()
allocate()
arrayp()
array_sscanf()
asin()
atan()
atan2()
atexit()
backtrace()
basename()
basetype()
callablep()
call_function()
call_out()
call_out_info()
cd()
ceil()
column()
combine_path()
combine_path_nt()
combine_path_unix()
compile()
compile_file()
compile_string()
copy_value()
cos()
cpp()
crypt()
ctime()
decode_value()
delay()
describe_backtrace()
describe_error()
destruct()
dirname()
_disable_threads()
_do_call_outs()
encode_value()
encode_value_canonic()
endgrent()
endpwent()
enumerate()
equal()
errno()
error()
exece()
exit()
_exit()
exp()
explode_path()
file_stat()
filesystem_stat()
file_truncate()
filter()
find_call_out()
floatp()
floor()
fork()
function_name()
function_object()
functionp()
function_program()
gc()
get_all_groups()
get_all_users()
getcwd()
get_dir()
getenv()
getgrent()
getgrgid()
getgrnam()
get_groups_for_user()
gethrtime()
gethrvtime()
getpid()
get_profiling_info()
getpwent()
getpwnam()
getpwuid()
get_weak_flag()
glob()
gmtime()
hash()
hash_7_0()
has_index()
has_prefix()
has_suffix()
has_value()
indices()
intp()
is_absolute_path()
kill()
load_module()
localtime()
log()
lower_case()
map()
map_array()
mappingp()
master()
max()
m_delete()
min()
mkdir()
mkmapping()
mkmultiset()
mktime()
multisetp()
mv()
_next()
next_object()
normalize_path()
objectp()
object_program()
object_variablep()
parse_format()
__parse_pike_type()
pow()
_prev()
programp()
putenv()
query_num_arg()
random()
random_seed()
random_string()
_refs()
remove_call_out()
replace()
replace_master()
reverse()
rm()
round()
rows()
rusage()
search()
setgrent()
set_priority()
setpwent()
set_weak_flag()
sgn()
signal()
signame()
signum()
sin()
sizeof()
sleep()
sort()
sprintf()
_sprintf()
sqrt()
strerror()
stringp()
string_to_unicode()
string_to_utf8()
strlen()
tan()
this_object()
throw()
time()
trace()
_typeof()
ualarm()
unicode_to_string()
upper_case()
utf8_to_string()
values()
version()
werror()
write()
zero_type()
string_to_utf8()
tan()
Method strlen()
Method
strlen
int
strlen
(
string
|
multiset
|
array
|
mapping
|
object
thing
)
Description
Alias for
sizeof
.
Deprecated