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/pt_BR/book.ldap.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/refs.remote.other.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'pt_BR',
  ),
 
'this' =>
  array (
   
0 => 'book.ldap.php',
   
1 => 'LDAP',
  ),
 
'up' =>
  array (
   
0 => 'refs.remote.other.php',
   
1 => 'Outros Servi&ccedil;os',
  ),
 
'prev' =>
  array (
   
0 => 'function.java-last-exception-get.php',
   
1 => 'java_last_exception_get',
  ),
 
'next' =>
  array (
   
0 => 'intro.ldap.php',
   
1 => 'Introdu&ccedil;&atilde;o',
  ),
 
'alternatives' =>
  array (
  ),
 
'extra_header_links' =>
  array (
   
'rel' => 'alternate',
   
'href' => '/manual/en/feeds/book.ldap.atom',
   
'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="book.ldap" class="book">
 
 <h1 class="title">Lightweight Directory Access Protocol</h1>
 
 
 
 
 
 
 







 





 








 







 








<ul class="chunklist chunklist_book"><li><a href="intro.ldap.php">Introdu&ccedil;&atilde;o</a></li><li><a href="ldap.setup.php">Instala&ccedil;&atilde;o/Configura&ccedil;&atilde;o</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="ldap.requirements.php">Depend&ecirc;ncias</a></li><li><a href="ldap.installation.php">Instala&ccedil;&atilde;o</a></li><li><a href="ldap.configuration.php">Configura&ccedil;&otilde;es em Execu&ccedil;&atilde;o</a></li><li><a href="ldap.resources.php">Tipos de Recurso</a></li></ul></li><li><a href="ldap.constants.php">Constantes pr&eacute;-definidas</a></li><li><a href="ldap.using.php">Using the PHP LDAP calls</a></li><li><a href="ldap.examples.php">Exemplos</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="ldap.examples-basic.php">Basic usage</a></li></ul></li><li><a href="ref.ldap.php">LDAP Fun&ccedil;&otilde;es</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.ldap-8859-to-t61.php">ldap_8859_to_t61</a> — Translate 8859 characters to t61 characters</li><li><a href="function.ldap-add.php">ldap_add</a> — Add entries to LDAP directory</li><li><a href="function.ldap-bind.php">ldap_bind</a> — Bind to LDAP directory</li><li><a href="function.ldap-close.php">ldap_close</a> — Sin&ocirc;nimo de ldap_unbind</li><li><a href="function.ldap-compare.php">ldap_compare</a> — Compare value of attribute found in entry specified with DN</li><li><a href="function.ldap-connect.php">ldap_connect</a> — Connect to an LDAP server</li><li><a href="function.ldap-control-paged-result-response.php">ldap_control_paged_result_response</a> — Retrieve the LDAP pagination cookie</li><li><a href="function.ldap-control-paged-result.php">ldap_control_paged_result</a> — Send LDAP pagination control</li><li><a href="function.ldap-count-entries.php">ldap_count_entries</a> — Count the number of entries in a search</li><li><a href="function.ldap-delete.php">ldap_delete</a> — Delete an entry from a directory</li><li><a href="function.ldap-dn2ufn.php">ldap_dn2ufn</a> — Convert DN to User Friendly Naming format</li><li><a href="function.ldap-err2str.php">ldap_err2str</a> — Convert LDAP error number into string error message</li><li><a href="function.ldap-errno.php">ldap_errno</a> — Return the LDAP error number of the last LDAP command</li><li><a href="function.ldap-error.php">ldap_error</a> — Return the LDAP error message of the last LDAP command</li><li><a href="function.ldap-explode-dn.php">ldap_explode_dn</a> — Splits DN into its component parts</li><li><a href="function.ldap-first-attribute.php">ldap_first_attribute</a> — Return first attribute</li><li><a href="function.ldap-first-entry.php">ldap_first_entry</a> — Return first result id</li><li><a href="function.ldap-first-reference.php">ldap_first_reference</a> — Return first reference</li><li><a href="function.ldap-free-result.php">ldap_free_result</a> — Free result memory</li><li><a href="function.ldap-get-attributes.php">ldap_get_attributes</a> — Get attributes from a search result entry</li><li><a href="function.ldap-get-dn.php">ldap_get_dn</a> — Get the DN of a result entry</li><li><a href="function.ldap-get-entries.php">ldap_get_entries</a> — Get all result entries</li><li><a href="function.ldap-get-option.php">ldap_get_option</a> — Get the current value for given option</li><li><a href="function.ldap-get-values-len.php">ldap_get_values_len</a> — Get all binary values from a result entry</li><li><a href="function.ldap-get-values.php">ldap_get_values</a> — Get all values from a result entry</li><li><a href="function.ldap-list.php">ldap_list</a> — Single-level search</li><li><a href="function.ldap-mod-add.php">ldap_mod_add</a> — Add attribute values to current attributes</li><li><a href="function.ldap-mod-del.php">ldap_mod_del</a> — Delete attribute values from current attributes</li><li><a href="function.ldap-mod-replace.php">ldap_mod_replace</a> — Replace attribute values with new ones</li><li><a href="function.ldap-modify.php">ldap_modify</a> — Modify an LDAP entry</li><li><a href="function.ldap-next-attribute.php">ldap_next_attribute</a> — Get the next attribute in result</li><li><a href="function.ldap-next-entry.php">ldap_next_entry</a> — Get next result entry</li><li><a href="function.ldap-next-reference.php">ldap_next_reference</a> — Get next reference</li><li><a href="function.ldap-parse-reference.php">ldap_parse_reference</a> — Extract information from reference entry</li><li><a href="function.ldap-parse-result.php">ldap_parse_result</a> — Extract information from result</li><li><a href="function.ldap-read.php">ldap_read</a> — Read an entry</li><li><a href="function.ldap-rename.php">ldap_rename</a> — Modify the name of an entry</li><li><a href="function.ldap-sasl-bind.php">ldap_sasl_bind</a> — Bind to LDAP directory using SASL</li><li><a href="function.ldap-search.php">ldap_search</a> — Search LDAP tree</li><li><a href="function.ldap-set-option.php">ldap_set_option</a> — Set the value of the given option</li><li><a href="function.ldap-set-rebind-proc.php">ldap_set_rebind_proc</a> — Set a callback function to do re-binds on referral chasing</li><li><a href="function.ldap-sort.php">ldap_sort</a> — Sort LDAP result entries</li><li><a href="function.ldap-start-tls.php">ldap_start_tls</a> — Start TLS</li><li><a href="function.ldap-t61-to-8859.php">ldap_t61_to_8859</a> — Translate t61 characters to 8859 characters</li><li><a href="function.ldap-unbind.php">ldap_unbind</a> — Unbind from LDAP directory</li></ul></li></ul></div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites