[Package Index | Mudlib Index | Effect Index]
File /secure/simul_efun/thing_to_string.c
Cotains some simul_efuns.Written by Pinkfish
Method index
Public Functions
These are functions that everyone can access.
.
string array_to_string(mixed * args)
This method converts and input array into a string.
- Parameters:
args - the array to convert
- Returns:
the string value of the array
- See also:
mapping_to_string()
string mapping_to_string(mapping map)
This method converts and input mapping into a string.
- Parameters:
args - the mapping to convert
- Returns:
the string value of the mapping
- See also:
array_to_string()