资源类型
Using the PHP LDAP calls
LDAP
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程
预定义常量
以下常量由本扩展模块定义,因此只有在本扩展模块被编译到 PHP 中,或者在运行时被动态加载后才有效。
LDAP_DEREF_NEVER
(
integer
)
LDAP_DEREF_SEARCHING
(
integer
)
LDAP_DEREF_FINDING
(
integer
)
LDAP_DEREF_ALWAYS
(
integer
)
LDAP_OPT_DEREF
(
integer
)
LDAP_OPT_SIZELIMIT
(
integer
)
LDAP_OPT_TIMELIMIT
(
integer
)
LDAP_OPT_NETWORK_TIMEOUT
(
integer
)
Option for
ldap_set_option()
to allow setting network timeout. (Available as of PHP 5.3.0)
LDAP_OPT_PROTOCOL_VERSION
(
integer
)
LDAP_OPT_ERROR_NUMBER
(
integer
)
LDAP_OPT_REFERRALS
(
integer
)
LDAP_OPT_RESTART
(
integer
)
LDAP_OPT_HOST_NAME
(
integer
)
LDAP_OPT_ERROR_STRING
(
integer
)
LDAP_OPT_MATCHED_DN
(
integer
)
LDAP_OPT_SERVER_CONTROLS
(
integer
)
LDAP_OPT_CLIENT_CONTROLS
(
integer
)
LDAP_OPT_DEBUG_LEVEL
(
integer
)
GSLC_SSL_NO_AUTH
(
integer
)
GSLC_SSL_ONEWAY_AUTH
(
integer
)
GSLC_SSL_TWOWAY_AUTH
(
integer
)
资源类型
Using the PHP LDAP calls
LDAP
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程