Documentation ¶
Index ¶
- func ArrayKeys(array map[string]interface{}) []string
- func Implode(separator string, array []string) string
- func IsArray(v interface{}) bool
- func Md5(str string) string
- func Serialize(value interface{}) ([]byte, error)
- func Strtolower(str string) string
- func Strtoupper(str string) string
- func Unserialize(data []byte) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsArray ¶ added in v1.0.0
func IsArray(v interface{}) bool
IsArray Finds whether a variable is an array
func Strtolower ¶ added in v1.0.0
Strtolower Make a string lowercase
func Strtoupper ¶ added in v1.0.0
Strtoupper Make a string uppercase
func Unserialize ¶ added in v1.0.0
Unserialize Creates a PHP value from a stored representation
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.