我想知道为什么有些东西会自动“回显”0
或1
在我的托管服务器上。
例如此代码输出0
<?php
class Test
{
public function __construct()
{
}
}
$t = new Test;
?>
我想知道为什么有些东西会自动“回显”0
或1
在我的托管服务器上。
例如此代码输出0
<?php
class Test
{
public function __construct()
{
}
}
$t = new Test;
?>