You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ldap.php 344B

12345678910111213141516171819202122232425262728
  1. <?php
  2. namespace LDAP {
  3. /**
  4. * @strict-properties
  5. * @not-serializable
  6. */
  7. final class Connection
  8. {
  9. }
  10. /**
  11. * @strict-properties
  12. * @not-serializable
  13. */
  14. final class Result
  15. {
  16. }
  17. /**
  18. * @strict-properties
  19. * @not-serializable
  20. */
  21. final class ResultEntry
  22. {
  23. }
  24. }