From professional translators, enterprises, web pages and freely available translation repositories.
filepro (read-only)
php has also support for most of the web servers today.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
currentframe - (read-only)
currentframe - (read-only)
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
droptarget - (read-only) (???)
droptarget - (read-only) (???)
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
新建日历the calendar is read- only
new calendar
Last Update: 2011-10-23
Usage Frequency: 3
Quality:
zip file functions (read only access)
zip file functions (read only access)
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
cxii. zip file functions (read only access)
next
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
读写模式@ option: check the document is read- only
read-write
Last Update: 2011-10-23
Usage Frequency: 3
Quality:
名称 : @ option: check if resource is read- only
name:
Last Update: 2011-10-23
Usage Frequency: 3
Quality:
these functions allow read-only access to data stored in filepro databases.
filepro is a registered trademark of fp technologies, inc.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
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.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
"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
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
?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 ";}?
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting