Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 2101 - 2120 из 3519.
Упорядочить по:
URL
|
дате изменения
2101. LDAP functions
... LDAP is the Lightweight Directory Access Protocol, and is a protocol used to access "Directory Servers". ... Search surname entry $sr= ldap _ search ($ds, o=My Company, c=US , sn=S* ); echo Search result is .$sr. p ; echo Number of entires returned is . ldap _count_ entries ($ds,$sr). p ; echo Getting entries ... p ; $info = ldap _ get _ entries ($ds, $sr); ... ldap_get_attributes -- Get attributes from a search result entry . ... ldap_get_entries -- Get all result entries...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/ref.ldap.html -- 14.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2102. ldap_parse_result
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ldap_parse_result -- Extract information from result . boolean ldap_parse_result ( int link, int result, int errcode, string matcheddn, string errmsg, array referrals) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ldap_parse_reference . Up . ldap_set_rebind_proc
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-parse-result.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2103. ldap_set_rebind_proc
. PHP Manual . Prev . Next . (PHP 4 CVS only) ldap_set_rebind_proc -- Set a callback function to do re-binds on referral chasing. int ldap_set_rebind_proc ( int link, string callback) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ldap_parse_result . Up . ldap_sort
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-set-rebind-proc.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2104. ldap_sort
. PHP Manual . Prev . Next . (PHP 4 CVS only) ldap_sort -- Sort LDAP result entries . int ldap_sort ( int link, int result, string sortfilter) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ldap_set_rebind_proc . Up . ldap_start_tls
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-sort.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2105. ldap_next_reference
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ldap_next_reference -- Get next reference . int ldap_next_reference ( int link, int entry) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ldap_first_reference . Up . ldap_parse_reference
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-next-reference.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2106. ldap_parse_reference
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ldap_parse_reference -- Extract information from reference entry . boolean ldap_parse_reference ( int link, int entry, array referrals) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ldap_next_reference . Up . ldap_parse_result
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-parse-reference.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2107. ldap_8859_to_t61
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.2) ldap_8859_to_t61 -- Translate 8859 characters to t61 characters . string ldap_8859_to_t61 ( string value) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ldap_unbind . Up . ldap_first_reference
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-8859-to-t61.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2108. ldap_first_reference
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ldap_first_reference -- Return first reference . int ldap_first_reference ( int link, int result) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ldap_8859_to_t61 . Up . ldap_next_reference
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-first-reference.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2109. ldap_set_option
... PHP 4 >= 4.0.4) ldap_set_option -- Set the value of the given option . ... Example 1. ... Set server controls . ds is a valid link identifier for a directory server // control with no value $ctrl1 = array("oid" => "1.2.752.58.10.1", "iscritical" => TRUE); // iscritical defaults to FALSE $ctrl2 = array("oid" => "1.2.752.58.1.10", "value" => "magic"); // try to set both controls if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2))) echo "Failed to set server controls"; . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-set-option.html -- 7.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2110. ldap_unbind
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ldap_unbind -- Unbind from LDAP directory . int ldap_unbind ( int link_identifier) . Returns TRUE on success, FALSE on failure. ldap_unbind() function unbinds from the LDAP directory. Prev . Home . Next . ldap_set_option . Up . ldap_8859_to_t61
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-unbind.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2111. ldap_rename
PHP Manual . ... PHP 4 >= 4.0.5) ldap_rename -- Modify the name of an entry . bool ldap_rename ( int link_identifier, string dn, string newrdn, string newparent, bool deleteoldrdn) . The entry specified by dn is renamed/moved. The new RDN is specified by newrdn and the new parent/superior entry is specified by newparent . If the parameter deleteoldrdn is TRUE the old RDN value(s) is removed, else the old RDN value(s) is retained as non-distinguished values of the entry. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-rename.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2112. ldap_search
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ldap_search -- Search LDAP tree . int ldap_search ( int link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]]) . Returns a search result identifier or FALSE on error. ldap_search() performs the search for a specified filter on the directory with the scope of LDAP_SCOPE_SUBTREE. ... The fifth parameter attrsonly should be set to 1 if only attribute types are wanted. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-search.html -- 8.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
2113. ldap_next_entry
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ldap_next_entry -- Get next result entry . int ldap_next_entry ( int link_identifier, int result_entry_identifier) . ... ldap_next_entry() function is used to retrieve the entries stored in the result. Successive calls to the ldap_next_entry() return entries one by one till there are no more entries. The first call to ldap_next_entry() is made after the call to ldap_first_entry() with the result_entry_identifier as returned from the ldap_first_entry() . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-next-entry.html -- 4.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2114. ldap_read
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ldap_read -- Read an entry . int ldap_read ( int link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]]) . Returns a search result identifier or FALSE on error. ldap_read() performs the search for a specified filter on the directory with the scope LDAP_SCOPE_BASE. ... An empty filter is not allowed. ... See ldap_search() notes. ... ldap_next_entry . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-read.html -- 4.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2115. ldap_mod_replace
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) ldap_mod_replace -- Replace attribute values with new ones . int ldap_mod_replace ( int link_identifier, string dn, array entry) . Returns TRUE on success, FALSE on failure. This function replaces attribute(s) from the specified dn . It performs the modification at the attribute level as opposed to the object level. Object-level modifications are done by the ldap_modify() function. Prev . Home . Next . ldap_mod_del . Up . ldap_next_attribute
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-mod-replace.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2116. ldap_next_attribute
PHP Manual . Prev . Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ldap_next_attribute -- Get the next attribute in result . string ldap_next_attribute ( int link_identifier, int result_entry_identifier, int ber_identifier) . Returns the next attribute in an entry on success and FALSE on error. ldap_next_attribute() is called to retrieve the attributes in an entry. ... The first call to ldap_next_attribute() is made with the result_entry_identifier returned from ldap_first_attribute() . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-next-attribute.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2117. ldap_mod_add
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) ldap_mod_add -- Add attribute values to current attributes . int ldap_mod_add ( int link_identifier, string dn, array entry) . Returns TRUE on success, FALSE on failure. This function adds attribute(s) to the specified dn . It performs the modification at the attribute level as opposed to the object level. Object-level additions are done by the ldap_add() function. Prev . Home . Next . ldap_modify . Up . ldap_mod_del
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-mod-add.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2118. ldap_mod_del
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) ldap_mod_del -- Delete attribute values from current attributes . int ldap_mod_del ( int link_identifier, string dn, array entry) . Returns TRUE on success, FALSE on failure. This function removes attribute(s) from the specified dn . It performs the modification at the attribute level as opposed to the object level. Object-level deletions are done by the ldap_delete() function. Prev . Home . Next . ldap_mod_add . Up . ldap_mod_replace
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-mod-del.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2119. ldap_list
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ldap_list -- Single-level search . int ldap_list ( int link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]]) . ... ds is a valid link identifier for a directory server $basedn = "o=My Company, c=US"; $justthese = array("ou"); $sr=ldap_list($ds, $basedn, "ou=*", $justthese); $info = ldap_get_entries($ds, $sr); for ($i=0; $i<$info["count"]; $i++) echo $info[$i]["ou"][0] ; . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-list.html -- 5.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2120. ldap_modify
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ldap_modify -- Modify an LDAP entry . int ldap_modify ( int link_identifier, string dn, array entry) . Returns TRUE on success, FALSE on failure. ldap_modify() function is used to modify the existing entries in the LDAP directory. The structure of the entry is same as in ldap_add() . Prev . Home . Next . ldap_list . Up . ldap_mod_add
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ldap-modify.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы