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

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the Git repository for this website on git.php.net.

Source of: /manual/pl/function.apd-continue.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/ref.apd.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'pl',
  ),
 
'this' =>
  array (
   
0 => 'function.apd-continue.php',
   
1 => 'apd_continue',
  ),
 
'up' =>
  array (
   
0 => 'ref.apd.php',
   
1 => 'APD Funkcje',
  ),
 
'prev' =>
  array (
   
0 => 'function.apd-clunk.php',
   
1 => 'apd_clunk',
  ),
 
'next' =>
  array (
   
0 => 'function.apd-croak.php',
   
1 => 'apd_croak',
  ),
 
'alternatives' =>
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="function.apd-continue" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">apd_continue</h1>
  <p class="verinfo">(PECL apd &gt;= 0.2)</p><p class="refpurpose"><span class="refname">apd_continue</span> &mdash; <span class="dc-title">Restarts the interpreter</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.apd-continue-description">
  <h3 class="title">Opis</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><strong>apd_continue</strong></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$debug_level</code></span>
   )</div>

  <p class="para rdfs-comment">
   Usually sent via the socket to restart the interpreter.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.apd-continue-parameters">
  <h3 class="title">Parametry</h3>
  <p class="para">
   <dl>

    <dt>
<span class="term"><em><code class="parameter">
poziom_debugowania</code></em></span><dd>
<p class="para">Liczba, która powstaje poprzez dodanie
do siebie stałych <em>XXX_TRACE</em>.</p><p class="para">Użycie <strong><code>MEMORY_TRACE</code></strong>
nie jest zalecane. Jest bardzo powolne i nie wydaje się zbyt dokładne.
Stała <strong><code>ASSIGNMENT_TRACE</code></strong> nie jest jeszcze zaimplementowana.</p><p class="para">Aby włączyć wszystkie
funkcjonalne śledzenia (TIMING, FUNCTIONS, ARGS SUMMARY (takie jak strace -c)) użyj wartości 99</p>
</dd>
</dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.apd-continue-returnvalues">
  <h3 class="title">Zwracane wartości</h3>
  <p class="para">
   Zwraca <strong><code>TRUE</code></strong> w przypadku powodzenia, <strong><code>FALSE</code></strong> w
przypadku błędu.
  </p>
 </div>

 
 <div class="refsect1 examples" id="refsect1-function.apd-continue-examples">
  <h3 class="title">Przykłady</h3>
  <p class="para">
   <div class="example" id="example-407">
    <p><strong>Przykład #1  <span class="function"><strong>apd_continue()</strong></span> example</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br />apd_continue</span><span style="color: #007700">(</span><span style="color: #0000BB">0</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code></div>
    </div>

   </div>
  </p>
 </div>

</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites