I\'m requesting a HTML report from an OpenVAS server the following way: <?xml version=\"1.0\" encoding=\"utf-8\"?>
I\'m using fsockopen to connect to an OpenVAS manager and send XML. The code I am using is: $connection = fsockopen(\'ssl://\'.$server_data[\'host\'], $server_data[\'port\']);
I want to return a collection of strings where every second record is \"0\" similar to this: foreach (Customer c in customers)