请阅读以下程序代码,输出结果正确的是( )。
<?php
var_dump(implode(',', array()));
A.
array(0) { }
B.
string(0) ""
C.
NULL
D.
int(0)
正确答案是B