<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.ldap.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'function.ldap-delete-ext.php',
    1 => 'ldap_delete_ext',
    2 => 'Supprime une entr&eacute;e d\'un dossier',
  ),
  'up' => 
  array (
    0 => 'ref.ldap.php',
    1 => 'Fonctions LDAP',
  ),
  'prev' => 
  array (
    0 => 'function.ldap-delete.php',
    1 => 'ldap_delete',
  ),
  'next' => 
  array (
    0 => 'function.ldap-dn2ufn.php',
    1 => 'ldap_dn2ufn',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/ldap/functions/ldap-delete-ext.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ldap-delete-ext" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ldap_delete_ext</h1>
  <p class="verinfo">(PHP 7 &gt;= 7.3.0, PHP 8)</p><p class="refpurpose"><span class="refname">ldap_delete_ext</span> &mdash; <span class="dc-title">Supprime une entrée d&#039;un dossier</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ldap-delete-ext-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ldap_delete_ext</strong></span>(<span class="methodparam"><span class="type"><a href="class.ldap-connection.php" class="type LDAP\Connection">LDAP\Connection</a></span> <code class="parameter">$ldap</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$dn</code></span>, <span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.array.php" class="type array">array</a></span></span> <code class="parameter">$controls</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>): <span class="type"><span class="type"><a href="class.ldap-result.php" class="type LDAP\Result">LDAP\Result</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   Réalise la même chose que la fonction <span class="function"><a href="function.ldap-delete.php" class="function">ldap_delete()</a></span>
   mais retourne une instance <span class="classname"><a href="class.ldap-result.php" class="classname">LDAP\Result</a></span> à analyser
   avec <span class="function"><a href="function.ldap-parse-result.php" class="function">ldap_parse_result()</a></span>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.ldap-delete-ext-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">
    Voir la fonction <span class="function"><a href="function.ldap-delete.php" class="function">ldap_delete()</a></span>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ldap-delete-ext-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   Retourne une instance de <span class="classname"><a href="class.ldap-result.php" class="classname">LDAP\Result</a></span>, ou <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> si une erreur survient.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.ldap-delete-ext-changelog">
  <h3 class="title">Historique</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Version</th>
      <th>Description</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
 <td>8.1.0</td>
 <td>
  Le paramètre <code class="parameter">ldap</code> attend désormais une instance de
  <span class="classname"><a href="class.ldap-connection.php" class="classname">LDAP\Connection</a></span> ; auparavant, une <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="literal">ldap link</code> était attendue.
 </td>
</tr>

     <tr>
 <td>8.1.0</td>
 <td>
  Retourne désormais une instance de <span class="classname"><a href="class.ldap-result.php" class="classname">LDAP\Result</a></span> ;
  auparavant, une <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> était attendu.
 </td>
</tr>

     <tr>
 <td>8.0.0</td>
 <td>
  <code class="parameter">controls</code> est désormais nullable ; auparavant, sa valeur par défaut était <code class="literal">[]</code>.
 </td>
</tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-function.ldap-delete-ext-seealso">
  <h3 class="title">Voir aussi</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.ldap-delete.php" class="function" rel="rdfs-seeAlso">ldap_delete()</a> - Efface une entr&eacute;e dans un dossier</span></li>
    <li><span class="function"><a href="function.ldap-parse-result.php" class="function" rel="rdfs-seeAlso">ldap_parse_result()</a> - Extrait des informations d'un r&eacute;sultat</span></li>
   </ul>
  </p>
 </div>


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