名稱：
	to_string() - 將任一變數轉為字串(String)資料。
語法：
	string to_string(mixed arg);
用法：
	將變數 arg 轉換為字串資料並傳回。
參考：

作者：
	Clode@RevivalWorld
