<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.info.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.get-magic-quotes-gpc.php',
    1 => 'get_magic_quotes_gpc',
    2 => 'Liefert die aktuelle Konfiguration von magic_quotes_gpc',
  ),
  'up' => 
  array (
    0 => 'ref.info.php',
    1 => 'PHP-Optionen-/-Informationen-Funktionen',
  ),
  'prev' => 
  array (
    0 => 'function.get-loaded-extensions.php',
    1 => 'get_loaded_extensions',
  ),
  'next' => 
  array (
    0 => 'function.get-magic-quotes-runtime.php',
    1 => 'get_magic_quotes_runtime',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/info/functions/get-magic-quotes-gpc.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.get-magic-quotes-gpc" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">get_magic_quotes_gpc</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">get_magic_quotes_gpc</span> &mdash; <span class="dc-title">Liefert die aktuelle Konfiguration von magic_quotes_gpc</span></p>

 </div>

 <div id="function.get-magic-quotes-gpc-refsynopsisdiv">
  <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Diese Funktion ist seit
PHP 7.4.0 als <em>DEPRECATED</em> (veraltet) markiert und wurde in PHP 8.0.0
<em>ENTFERNT</em>. Von der Verwendung dieser Funktion wird
dringend abgeraten.</p></div>
 </div>

 <div class="refsect1 description" id="refsect1-function.get-magic-quotes-gpc-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>get_magic_quotes_gpc</strong></span>(): <span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></div>

  <p class="para rdfs-comment">
   Gibt immer <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurück.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.get-magic-quotes-gpc-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.get-magic-quotes-gpc-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Gibt immer <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurück.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.get-magic-quotes-gpc-changelog">
  <h3 class="title">Changelog</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Version</th>
       <th>Beschreibung</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>8.0.0</td>
       <td>
        Diese Funktion wurde entfernt.
       </td>
      </tr>

      <tr>
       <td>7.4.0</td>
       <td>
        Diese Funktion wurde als veraltet eingestuft.
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.get-magic-quotes-gpc-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.addslashes.php" class="function" rel="rdfs-seeAlso">addslashes()</a> - Stellt bestimmten Zeichen eines Strings ein &quot;\&quot; voran</span></li>
    <li><span class="function"><a href="function.stripslashes.php" class="function" rel="rdfs-seeAlso">stripslashes()</a> - Entfernt Maskierungszeichen aus einem String</span></li>
    <li><span class="function"><a href="function.get-magic-quotes-runtime.php" class="function" rel="rdfs-seeAlso">get_magic_quotes_runtime()</a> - Liefert die aktuelle Konfiguration von magic_quotes_runtime</span></li>
    <li><span class="function"><a href="function.ini-get.php" class="function" rel="rdfs-seeAlso">ini_get()</a> - Gets the value of a configuration option</span></li>
   </ul>
  </p>
 </div>


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