Voting

: min(five, seven)?
(Example: nine)

The Note You're Voting On

RazmanAlias
8 years ago
I use PHP 7.1.*. In this version ldap_bind will throw a RuntimeException if it fails to bind. I've tried with wrong host name, correct host and wrong password, correct host and invalid DN syntax. All fail conditions seems to throw RuntimeException.

So this function probably doesn't return false.

<< Back to user notes page

To Top