Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
(the code is based on a c program by simon kershaw, webmaster@ely.anglican.org)
(the code is based on a c program by simon kershaw, webmaster@ely.anglican.org)
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
supports datagrams (connectionless, unreliable messages of a fixed maximum length). the udp protocol is based on this socket type.
the udp protocol is based on this socket type.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
if you have built php as a cgi program, you may test your build by typing make test. it is always a good idea to test your build. this way you may catch a problem with php on your platform early instead of having to struggle with it later.
for further details please read that section of the manual.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
since 2001 there is a hyperwave sdk available. it supports java, javascript and c++. this php extension is based on the c++ interface. in order to activate the hwapi support in php you will have to install the hyperwave sdk first.
certain attributes are always set by the hyperwave server, other may be modified by the user.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
provides sequenced, reliable, full-duplex, connection-based byte streams. an out-of-band data transmission mechanism may be supported. the tcp protocol is based on this socket type.
an out-of-band data transmission mechanism may be supported.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
decides whether php may expose the fact that it is installed on the server (e.g. by adding its signature to the web server header). it is no security threat in any way, but it makes it possible to determine whether you use php on your server or not.
it is no security threat in any way, but it makes it possible to determine whether you use php on your server or not.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
c 。 m pa reto public int compareto(st ring anotherstring) compares two strings lexicographically.the comparison is based on the unicode value of each character in the strings.the character sequence represented by this st ring object is compared lexicographically to the character sequence represented by the argument string.the result is a negative integer if this st ring object lexicographically precedes the argument string.the result is a positive integer if this st ring object lexicographically follows the argument string.the result is zero if the strings are equal; compareto returns 0 exactly when the equal s (0bj ect) method would retur t rue. this is the definition of lexicographic ordering.if two strings are different,then either they have different characters at some index that is a valid index for both strings,or their lengths are different,or both.if they have different characters at one or more index positions,let k be the smallest such index; then the string whose character at position k has the smaller value,as determined by using the operator, lexicographically precedes the other string.in this case,compa reto returns the difference of the two character values at position k in the two string-- that is,the value: this.charat(k)-anotherstring.charat(k) if there is no index position at which they differ,then the shorter string lexicographically precedes the longer string.in this case, compareto returns the difference of the lengths of the strings-- that is,the value: this.length( )-anotherstring.length( )
query length limit excedeed. max allowed query : 500 chars
Ultimo aggiornamento 2017-08-05
Frequenza di utilizzo: 4
Qualità:
Riferimento:
Alcuni contributi umani con scarsa rilevanza sono stati nascosti.
Mostra i risultati con scarsa rilevanza.