README ¶ GO-PHP A helper library for Golang for those coming from PHP to Go. This library implements functions and classes familiar to those with PHP. For example instead of is_numeric($x) do php.IsNumeric(x) Also useful for porting PHP code to Golang. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func IsNumeric(x interface{}) bool func Serialize(x interface{}) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IsNumeric ¶ func IsNumeric(x interface{}) bool func Serialize ¶ func Serialize(x interface{}) string Types ¶ This section is empty. Source Files ¶ View all Source files php.gophp_serialize.go Click to show internal directories. Click to hide internal directories.