Lines Matching refs:Result

635 …timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null): LDAP\Result|array|false {}
638 …timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null): LDAP\Result|array|false {}
641 …timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null): LDAP\Result|array|false {}
643 function ldap_free_result(LDAP\Result $result): bool {}
645 function ldap_count_entries(LDAP\Connection $ldap, LDAP\Result $result): int {}
647 function ldap_first_entry(LDAP\Connection $ldap, LDAP\Result $result): LDAP\ResultEntry|false {}
655 function ldap_get_entries(LDAP\Connection $ldap, LDAP\Result $result): array|false {}
692 …ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false {}
696 …n ldap_delete_ext(LDAP\Connection $ldap, string $dn, ?array $controls = null): LDAP\Result|false {}
702 …ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false {}
709 …ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false {}
713 …ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false {}
726 … $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls = null): LDAP\Result|false {}
734 function ldap_count_references(LDAP\Connection $ldap, LDAP\Result $result): int {}
736 …function ldap_first_reference(LDAP\Connection $ldap, LDAP\Result $result): LDAP\ResultEntry|false …
753 …function ldap_parse_result(LDAP\Connection $ldap, LDAP\Result $result, &$error_code, &$matched_dn …
779 …ll, ?array $controls = NULL, &$response_data = UNKNOWN, &$response_oid = null): LDAP\Result|bool {}
784 … null, ?array $controls = NULL, &$response_data = null, &$response_oid = null): LDAP\Result|bool {}
808 …function ldap_parse_exop(LDAP\Connection $ldap, LDAP\Result $result, &$response_data = null, &$res…
825 final class Result