<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.apache.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.apache-note.php',
    1 => 'apache_note',
    2 => 'Ricava o imposta una variabile nella tabella notes di Apache',
  ),
  'up' => 
  array (
    0 => 'ref.apache.php',
    1 => 'Funzioni Apache',
  ),
  'prev' => 
  array (
    0 => 'function.apache-lookup-uri.php',
    1 => 'apache_lookup_uri',
  ),
  'next' => 
  array (
    0 => 'function.apache-request-headers.php',
    1 => 'apache_request_headers',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/apache/functions/apache-note.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.apache-note" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">apache_note</h1>
    <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">apache_note</span> &mdash; <span class="dc-title">Ricava o imposta una variabile nella tabella notes di Apache</span></p>

   </div>
   <div class="refsect1 unknown-1186" id="refsect1-function.apache-note-unknown-1186">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>apache_note</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$nome_nota</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$valore</code><span class="initializer"> = ?</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

    <p class="para rdfs-comment">
     <span class="function"><strong>apache_note()</strong></span> è una funzione specifica di Apache
     che ricava o imposta un valore nella tabella 
     <code class="literal">notes</code> di una richiesta HTTP. Se viene invocata con un solo argomento
     restituisce il valore della nota
     <code class="literal">nome_nota</code>. Se viene chiamata con due argomenti,
     imposta il valore della nota <code class="literal">nome_nota</code> a
     <code class="literal">valore</code> e restituisce il valore precedente della
     nota <code class="literal">nome_nota</code>.
    </p>
   </div>

  </div><?php manual_footer($setup); ?>