SplFixedArray::__construct

SplFixedArray::__construct

[code=golang]
var array = []interface{}
[/code]

[code=php]
$array = new SplFixedArray();
[/code]