函式:debugger_on()


debugger_on

使用内建的 PHP 除错器。

语法: int debugger_on(string address);

传回值: 整数

函式种类: PHP 系统功能

内容说明

本函式用来对远端的机器 PHP 除错。除错使用的埠 (Port) 在 php.ini 中的 debugger.port 栏位设定,内定埠是 7869。

使用范例

<?php
debugger_on
("123.123.123.123"); 
?>


[ 上一页 下一页 ]