PHP » GoLang |
login |
register |
about
|
get_classget_class[code] func GetClass(obj interface{}) string { valueOf := reflect.ValueOf(obj) return reflect.Indirect(valueOf).Type().Name() } [/code] |