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

search for in the

apd_croak> <apd_clunk
Last updated: Fri, 10 Oct 2008

view this page in

apd_continue

(PECL apd:0.2-1.0.1)

apd_continueインタプリタを再開する

説明

bool apd_continue ( int $debug_level )

インタプリタを再開するために、一般的にはソケット経由で送信します。

パラメータ

debug_level

XXX_TRACE 定数の組み合わせによる整数値。

MEMORY_TRACE を用いることは推奨しません。 これは非常に低速で、またあまり正確ではないようだからです。 ASSIGNMENT_TRACE は、まだ実装されていません。

すべての機能 (TIMING, FUNCTIONS, ARGS SUMMARY (strace -c のようなもの)) のトレースを有効にするには、値 99 を指定します。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

例1 apd_continue() の例

<?php
apd_continue
(0);
?>



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

apd_croak> <apd_clunk
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites