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

search for in the

ldap_first_entry> <ldap_explode_dn
Last updated: Fri, 22 Aug 2008

view this page in

ldap_first_attribute

(PHP 4, PHP 5)

ldap_first_attributeDevuelte el primer atributo

Descripción

string ldap_first_attribute ( resource $identificador_de_conexion , resource $identificador_de_entrada_en_resultado , int &$identificador_ber )

Devuelve el primer atributo en la entrada o FALSE si ocurre algún error.

De manera similar a lo que sucede al leer entradas, los atributos también son leidos de uno en uno a partir de una entrada en particular del directorio. ldap_first_attribute() devuelve el primer atributo en la entrada a la que apunta el identificador_de_entrada_en_resultado El resto de los atributos se obtienen llamando a la función ldap_next_attribute() sucesivamente. El parámetro indetificador_ber es el identificador del puntero interno a memoria. Se pasa por referencia. El mismo indetificador_ber se pasa a la función ldap_next_attribute(), que modifica dicho puntero.

Vea también ldap_get_attributes()



add a note add a note User Contributed Notes
ldap_first_attribute
There are no user contributed notes for this page.

ldap_first_entry> <ldap_explode_dn
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites