Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func GetDynamicProperty ¶
func ListenAndServe ¶
func ListenAndServe()
Types ¶
type PHPContext ¶
func (PHPContext) GetDynamic ¶
func (ctx PHPContext) GetDynamic(name string) (interface{}, error)
func (PHPContext) SetDynamic ¶
func (ctx PHPContext) SetDynamic(name string, value interface{})
type Server ¶
type Server interface {
ServePHP(ctx PHPContext)
}
Click to show internal directories.
Click to hide internal directories.