Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
filepro (read-only)
php has also support for most of the web servers today.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
currentframe - (read-only)
currentframe - (read-only)
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
droptarget - (read-only) (???)
droptarget - (read-only) (???)
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
新建日历the calendar is read- only
new calendar
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 3
Qualità:
zip file functions (read only access)
zip file functions (read only access)
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
cxii. zip file functions (read only access)
next
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
读写模式@ option: check the document is read- only
read-write
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 3
Qualità:
名称 : @ option: check if resource is read- only
name:
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 3
Qualità:
these functions allow read-only access to data stored in filepro databases.
filepro is a registered trademark of fp technologies, inc.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
but this is not the case with regular parameters! all other parameters that are not passed by reference are in a read-only state.
all other parameters that are not passed by reference are in a read-only state.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
"a" for access (sets shm_rdonly for shmat) use this flag when you need to open an existing shared memory segment for read only
"a" for access (sets shm_rdonly for shmat) use this flag when you need to open an existing shared memory segment for read only
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
?php // basic sequence with ldap is connect, bind, search, interpret search // result, close connection echo "h3 ldap query test /h3 "; echo "connecting ..."; $ds=ldap_connect("localhost"); // must be a valid ldap server! echo "connect result is ".$ds." p "; if ($ds) {echo "binding ..."; $r=ldap_bind($ds); // this is an "anonymous" bind, typically // read-only access echo "bind result is ".$r." p "; echo "searching for (sn=s*) ..."; // 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); echo "data for ".$info["count"]." items returned: p "; for ($i=0; $i $info["count"]; $i++) {echo "dn is: ". $info[$i]["dn"] ." br "; echo "first cn entry is: ". $info[$i]["cn"][0] ." br "; echo "first email entry is: ". $info[$i]["mail"][0] ." p ";} echo "closing connection"; ldap_close($ds);} else {echo" h4 unable to connect to ldap server /h4 ";}?
?php / / basic sequence with ldap is connect, bind, search, interpret search / / result, close connection echo "h3 ldap query test / h3"; echo "connecting.. ."; $ds=ldap_connect("localhost"); / / must be a valid ldap server! echo "connect result is ".$ds. "p"; if ($ds) {echo "binding.. ."; $r=ldap_bind($ds); / / this is an "anonymous "bind, typically / / read-only access echo "bind result is ".$r." p "; echo "searching for (sn=s*).. ."; / / 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); echo "data for ".$info["count"]. "items returned: p"; for ($i=0; $i $info["count"]; $i++) {echo "dn is: ". $info[$i]["dn"]." br "; echo "first cn entry is:". $info[$i]["cn"][0]. "br"; echo "first email entry is: ". $info[$i]["mail"][0]." p ";} echo "closing connection"; ldap_close($ds);} else {echo" h4 unable to connect to ldap server / h4 ";}?
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta