Network
PHP Manual

debugger_on

(No version information available, might be only in CVS)

debugger_on — Enable internal PHP debugger (PHP 3)

Описание

int debugger_on ( string $address )

Enables the internal PHP debugger, connecting it to address .

Список параметров

address

The host name of the debugger.

Возвращаемые значения

Returns 1 on success, 0 on error.

Примечания

This function is only available in PHP 3.

Смотрите также


Network
PHP Manual