[Package Index | Mudlib Index | Effect Index]
File /std/basic/print_object.c
This class prints out an object in a useful format.
Mostly used for debugging. The resuls of this can mostly be
acheived using sprintf("%O", ob)
.
Method index
- print_object(mixed, int)
This method returns the value of the variable in
useful format.
Public Functions
These are functions that everyone can access.
.
varargs string print_object(mixed ob,
int off)
This method returns the value of the variable in
useful format. This can mostly be emulated with the
use of sprintf("%O", ob)
.
- Parameters:
ob - the variable to print out info for
off - the current depth offset
- Returns:
a nice string