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