kitech / php-go

Write PHP extension using go/golang. Zend API wrapper for go/golang.
882 stars 108 forks source link

add an array return value #16

Closed nangong92t closed 8 years ago

nangong92t commented 8 years ago

support php5 and php7 . support multidimensional array for php. but! if it is map, does not guarantee the order of the php array. array or slice can guarantee the order

kitech commented 8 years ago

give me some time to take a look at the commits.