package
2.2.10
Repository: https://github.com/hyperf/gotask.git
Documentation: pkg.go.dev

# Functions

Get retrieves a configuration from PHP, and fallback to the second parameter if a config is missing at PHP's end.
GetBool returns a boolean config.
GetFloat returns a float64 config.
GetInt returns a int config.
GetString returns a string config.
Has checks if a configuration exists in PHP.
Set sets a configuration in PHP.