Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
예 1. accessing the form data
?php $fdf = fdf_open_string( $http_fdf_data);... fdf_close($fdf);?
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
표 42-1. api macros for accessing zval containers
macro
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
accessing arrays and objects is a bit more complicated and is discussed later.
because all values are stored in a union, trying to access data with incorrect union members results in meaningless output.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
the is particularly useful when accessing http urls where the start of the actual stream data is found after an indeterminate offset into the stream.
the is particularly useful when accessing http urls where the start of the actual stream data is found after an indeterminate offset into the stream.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
once php is working at the command line, try accessing the script via the browser again. if it still fails then it could be one of the following:
once php is working at the command line, try accessing the script via the browser again.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
a visitor accessing your web site is assigned an unique id, the so-called session id. this is either stored in a cookie on the user side or is propagated in the url.
you need to take additional measures to actively protect the integrity of the session, depending on the value associated with it.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
handler is the name of the handler which shall be used for accessing path. it is passed all optional parameters given to dba_open() and can act on behalf of them.
this is important to know since in such cases locking is simply ignored on the resource and other solutions have to be found.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
accessing a member of an instance will first look for bean properties then public fields. in other words, print $date.time will first attempt to be resolved as $date.gettime(), then as $date.time.
accessing a member of an instance will first look for bean properties then public fields.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: