Documentation ¶ Index ¶ func Serialize(vars map[string]interface{}) (str string) func Strlen(str string) int func Strpos(haystack, needle string, offset int) int func Substr(str string, start uint, length int) string func Unserialize(str string) map[string]interface{} Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Serialize ¶ func Serialize(vars map[string]interface{}) (str string) func Strlen ¶ func Strlen(str string) int Strlen strlen() func Strpos ¶ func Strpos(haystack, needle string, offset int) int Strpos strpos() func Substr ¶ func Substr(str string, start uint, length int) string Substr substr() func Unserialize ¶ func Unserialize(str string) map[string]interface{} Types ¶ This section is empty. Source Files ¶ View all Source files fphp.go fphp_serialize.go fphp_str.go Click to show internal directories. Click to hide internal directories.