Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
though the cgi sapi provides a way to suppress http headers, there's no equivalent switch to enable them in the cli sapi.
though the cgi sapi provides a way to suppress http headers, there 's no equivalent switch to enable them in the cli sapi.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
cli is started up in quiet mode by default, though the -q switch is kept for compatibility so that you can use older cgi scripts.
it does not change the working directory to that of the script. (-c switch kept for compatibility)
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
note that php internally stores integral values as signed. if you unpack a large unsigned long and it is of the same size as php internally stored values the result will be a negative number even though unsigned unpacking was specified.
prev
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
for security reasons, you should not put your dynamic modules into publicly accessible directories. even though it can be done and it simplifies testing, you should put them into a separate directory in production environments.
if you compiled it into the php binary, omit the call to dl(), as the module's functionality is instantly available to your scripts.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
the module parameter can be either a string or a constant, though the latter form is preferred. the possible values are given below, but keep in mind that they only work if the module is actually loaded.
the module parameter can be either a string or a constant, though the latter form is preferred.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
here we would like to show the very basics of php in a short simple tutorial. this text only deals with dynamic webpage creation with php, though php is not only capable of creating webpages. see the section titled what can php do for more information.
in this tutorial we assume that your server has support for php activated and that all files ending in .php are handled by php.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
by default, a whitespace character is any character that the c library function isspace() recognizes, though it is possible to compile pcre with alternative character type tables. normally isspace() matches space, formfeed, newline, carriage return, horizontal tab, and vertical tab. perl 5 no longer includes vertical tab in its set of whitespace characters. the \v escape that was in the perl documentation for a long time was never in fact recognized. however, the character itself was treated as whitespace at least up to 5.002. in 5.004 and 5.005 it does not match \s.
though binary zero characters are supported in the subject string, they are not allowed in a pattern string because it is passed as a normal c string, terminated by zero.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: