update : 2015.11.03
php.shukuma.com검색:
|
ldap_add(PHP 4, PHP 5) ldap_add — Add entries to LDAP directory 설명
bool ldap_add
( resource
$link_identifier
, string $dn
, array $entry
)Add entries in the LDAP directory. 인수
반환값
성공 시 예제
Example #1 Complete example with authenticated bind
<?php 주의
|