From professional translators, enterprises, web pages and freely available translation repositories.
declaration and implementation of these functions can be done with macros; see the earlier section "declaration of the zend module block" for details.
Уровень выше
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
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 for reference purposes, you can find a list of the macros involved in declared startup and shutdown functions in Табл. 31-3
Last Update: 2011-10-24
Usage Frequency: 1
Quality: