リソース型
PHP LDAP コールの使用法
LDAP
PHP Manual
定義済み定数
以下の定数が定義されています。 この関数の拡張モジュールが 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
)
ldap_set_option()
用のオプションで、 ネットワークのタイムアウトを設定します (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
)
リソース型
PHP LDAP コールの使用法
LDAP
PHP Manual