Documentation ¶
Index ¶
- Constants
- Variables
- type PHP
- func (php *PHP) Array(name string, value map[string]string)
- func (php *PHP) Close()
- func (php *PHP) Eval(script string) (err error)
- func (php *PHP) Exec(filepath string) (err error)
- func (php *PHP) IniFile(ini string)
- func (php *PHP) Startup()
- func (php *PHP) Stderr(f *os.File)
- func (php *PHP) Stdout(f *os.File)
- func (php *PHP) Unset(name string)
- func (php *PHP) Var(name string, value interface{}) (err error)
Constants ¶
View Source
const ( Success = 0 Failure = -1 )
Variables ¶
View Source
var ( ErrInvalidType = errors.New("Invalide type") ErrInvalidValue = errors.New("Invalide value") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.