Lines Matching refs:Result

649 …timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null): LDAP\Result|array|false {}
652 …timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null): LDAP\Result|array|false {}
655 …timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null): LDAP\Result|array|false {}
657 function ldap_free_result(LDAP\Result $result): bool {}
659 function ldap_count_entries(LDAP\Connection $ldap, LDAP\Result $result): int {}
661 function ldap_first_entry(LDAP\Connection $ldap, LDAP\Result $result): LDAP\ResultEntry|false {}
669 function ldap_get_entries(LDAP\Connection $ldap, LDAP\Result $result): array|false {}
706 …ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false {}
710 …n ldap_delete_ext(LDAP\Connection $ldap, string $dn, ?array $controls = null): LDAP\Result|false {}
716 …ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false {}
723 …ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false {}
727 …ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false {}
740 … $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls = null): LDAP\Result|false {}
748 function ldap_count_references(LDAP\Connection $ldap, LDAP\Result $result): int {}
750 …function ldap_first_reference(LDAP\Connection $ldap, LDAP\Result $result): LDAP\ResultEntry|false …
767 …function ldap_parse_result(LDAP\Connection $ldap, LDAP\Result $result, &$error_code, &$matched_dn …
793 …ll, ?array $controls = null, &$response_data = UNKNOWN, &$response_oid = null): LDAP\Result|bool {}
798 … null, ?array $controls = null, &$response_data = null, &$response_oid = null): LDAP\Result|bool {}
822 …function ldap_parse_exop(LDAP\Connection $ldap, LDAP\Result $result, &$response_data = null, &$res…
839 final class Result