mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325514 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4c918fef3f
commit
6eb1cef4f2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ if ($ds) {
|
|||
$sr=ldap_search($ds, "o=My Company, c=US", "sn=S*");
|
||||
echo "Search result is " . $sr . "<br />";
|
||||
|
||||
echo "Number of entires returned is " . ldap_count_entries($ds, $sr) . "<br />";
|
||||
echo "Number of entries returned is " . ldap_count_entries($ds, $sr) . "<br />";
|
||||
|
||||
echo "Getting entries ...<p>";
|
||||
$info = ldap_get_entries($ds, $sr);
|
||||
|
|
Loading…
Reference in a new issue