<?php
$a = $monitoring->getMonitoringServers();
if (in_array("192.168.100.253", $a))
echo "y";
else
echo "n";
?>
www.un.org/Depts/DGACM/index_french.htm
Array (
[0] => stdClass Object ( [address] => 192.168.100.253 )
[1] => stdClass Object ( [address] => 192.168.100.253 )
)
该法典有什么错误? 答案永远不会!