|
PHP5中文手册
ldap_get_option(PHP 4 >= 4.0.4, PHP 5) ldap_get_option — Get the current value for given option 说明
bool ldap_get_option
( resource $link_identifier
, int $option
, mixed &$retval
)
Sets retval to the value of the specified option. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 Check protocol version
<?php 注释
|