29 lines
575 B
Plaintext
29 lines
575 B
Plaintext
|
|
IDENTIFY(1) IDENTIFY(1)
|
|
|
|
NAME
|
|
identify() - returns a string version of any data type
|
|
|
|
SYNOPSIS
|
|
string identify(mixed a)
|
|
|
|
DESCRIPTION
|
|
Given any argument passed, this function will return a
|
|
string which represents that argument.
|
|
|
|
EXAMPLES
|
|
identify(this_player()) returns OBJ("descartes",
|
|
"/secure/save/users/d/descartes")
|
|
|
|
LOCATION
|
|
/secure/sefun/identify.c
|
|
|
|
SEE ALSO
|
|
sprintf()
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|