PHP » GoLang |
login |
register |
about
|
SplFixedArray::__constructSplFixedArray::__construct[code=golang]
var array = []interface{}
[/code]
[code=php]
$array = new SplFixedArray();
[/code]
|