
	function_exists(3)	LP MudOSv21c7		(7 Jul 1996)

	函数名称:
		function_exists() - 找出含有指定函式的档案.
	函数语法:
		string function_exists( string str, object ob );

		字串 function_exists( 字串 str, 物件 ob );
	函数用法:
		传回定义有函式 str  之物件 ob 的档案名称. 如果函式
		str 是被定义在 ob 所继承的物件中, 传回的档案名称可
		能会与 file_name( ob ) 传回的不同.

		如果物件 ob 中没有定义函式 str  则传回 0.

		注意, function_exists() 不会检查 ob 的投影物件
		(shadows).
	参考函数:
		call_other(3), call_out(3), functionp(3),
		valid_shadow(4)
	手册翻译:
		Phoebus@ZH	97.Feb.12.		(Writen 5/23/97)

