Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
declaration
선언
Ultimo aggiornamento 2024-10-11
Frequenza di utilizzo: 1
Qualità:
例 31-1internal declaration of zend_function_entry.
예 31-1. internal declaration of zend_function_entry.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
c declaration of exported functions (required to declare the zend function block)
c declaration of exported functions (required to declare the zend function block)
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
declaration and implementation of these functions can be done with macros; see the earlier section "declaration of the zend module block" for details.
declaration and implementation of these functions can be done with macros; see the earlier section "declaration of the zend module block" for details.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
sets the namespace of a node to uri. if there is already a namespace declaration with the same uri in one of the parent nodes of the node, the prefix of this is taken, otherwise it will take the one provided in the optional parameter prefix or generate a random one.
sets the namespace of a node to uri. if there is already a namespace declaration with the same uri in one of the parent nodes of the node, the prefix of this is taken, otherwise it will take the one provided in the optional parameter prefix or generate a random one.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
after the declaration, code for checking and retrieving the function's arguments, argument conversion, and return value generation follows (more on this later).
after the declaration, code for checking and retrieving the function's arguments, argument conversion, and return value generation follows (more on this later).
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
for reference purposes, you can find a list of the macros involved in declared startup and shutdown functions in 表31-3. these are not used in our basic example yet, but will be demonstrated later on. you should make use of these macros to declare your startup and shutdown functions, as these require special arguments to be passed (init_func_args and shutdown_func_args), which are automatically included into the function declaration when using the predefined macros. if you declare your functions manually and the php developers decide that a change in the argument list is necessary, you'll have to change your module sources to remain compatible.
for reference purposes, you can find a list of the macros involved in declared startup and shutdown functions in 표 31-3. these are not used in our basic example yet, but will be demonstrated later on. you should make use of these macros to declare your startup and shutdown functions, as these require special arguments to be passed (init_func_args and shutdown_func_args), which are automatically included into the function declaration when using the predefined macros. if you declare your functions manually and the php developers decide that a change in the argument list is necessary, you'll have to change your module sources to remain compatible.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: