TAILIEUCHUNG - PHP Developer's Dictionary- P47

PHP Developer's Dictionary- P47:PHP is an open source, server-side, HTML-embedded scripting language used to create dynamically generated Web pages. With an easy-to-use syntax and a large, extensible library of modules, PHP brings together the best of Perl, C++, and other languages. | PHP Developer s Dictionary ldap_connect Syntax int ldap_compare int ldap pointer string distinguished name string attribute string value Description The idap_compare function which was added in PHP compares the value which cannot be binary of attribute to the same attribute value in the entry specified with the distinguished_name . If the function is successful 1 is returned otherwise -1 is returned on error. ldap_count_entries Syntax int ldap_count_entries int Idap pointer int result Description The idap_count_entries function returns the count on an internal LDAP search result . A false is returned on error. ldap_delete Syntax int ldap_delete int ldap pointer string distinguished name Description The ldap_delete function deletes the entry specified by distinguished name in an LDAP directory. If the function fails false is returned. ldap_dn2ufn Syntax IT-SC book 230 PHP Developer s Dictionary string ldap_dn2ufn string distinguished name Description The idap_dn2ufn function converts distinguished_name into user-friendly naming UFN format which might be a little easier for you to read. This conversion is accomplished by removing the type names from the distinguished_name . ldap_err2str Syntax string ldap_err2str int error num Description The idap_err2str function which was added in PHP takes a LDAP error_num and returns the string equivalent or description of the error. The actual error_num values are standardized in LDAP but the messages could return slightly different descriptions when converted to strings. ldap_errno Syntax int ldap_errno int ldap pointer Description The idap_errno function which was added in PHP returns the error number of the last LDAP command. When called these errors will be written to your HTML output unless you prefix your LDAP function calls with @ to suppress error messages. ldap_error Syntax string ldap_error int ldap_pointer IT-SC book 231 PHP Developer s Dictionary Description The idap_error function which was added

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.