Documentation
¶
Index ¶
- Constants
- func ArrayColumn(input map[string]map[string]any, columnKey string) []any
- func BaseConvert(number string, frombase, tobase int) (string, error)
- func ChunkSplit(body string, chunklen uint, end string) string
- func Empty(value interface{}) bool
- func Isset(value interface{}) bool
- func Rtrim(str string, characterMask ...string) string
- func Serialize(value any) ([]byte, error)
- func StrPad(input string, padLength int, padString string) string
- func Strtr(haystack string, params ...interface{}) string
- func Unserialize(data []byte) (any, error)
Constants ¶
View Source
const Version = "1.0.8"
Variables ¶
This section is empty.
Functions ¶
func ArrayColumn ¶
ArrayColumn array_column()
func ChunkSplit ¶
ChunkSplit 将字符串拆分成更小的块
func Empty ¶
func Empty(value interface{}) bool
Empty checks if a variable is empty (nil, zero value, or empty string).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.