Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: apd_set_session - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net

search for in the

apd_set_socket_session_trace" width="11" height="7"/> <apd_set_session_trace
Last updated: Wed, 01 Nov 2006
view this page in

apd_set_session

(no version information, might be only in CVS)

apd_set_session -- 現在のデバッグレベルを変更あるいは設定する

説明

void apd_set_session ( int debug_level )

アプリケーション内で、場所によってデバッグのレベルを増減する際に使用可能です。 debug_level は以下の整数値を組み合わせた和です。

FUNCTION_TRACE      1
        ARGS_TRACE          2
        ASSIGNMENT_TRACE    4
        STATEMENT_TRACE     8
        MEMORY_TRACE        16
        TIMING_TRACE        32
        SUMMARY_TRACE       64

例 1. apd_set_session() の例

<?php
apd_set_session
(9);
?>



add a note add a note User Contributed Notes
apd_set_session
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites