ExtendedRequest Method
Performs an LDAP V3 Extended Operation.
Object Oriented Interface
public function doExtendedRequest($requestname, $requestvalue);
Procedural Interface
ipworks_ldap_do_extendedrequest($res, $requestname, $requestvalue);
Remarks
This method performs an LDAP V3 Extended Operation. RequestName must contain the OID of the operation, and RequestValuemay contain an optional value.