From professional translators, enterprises, web pages and freely available translation repositories.
♪ no you can't hide ♪ what you intend...
♪ no you can't hide what you intend... ♪
Last Update: 2016-10-27
Usage Frequency: 1
Quality:
if your function accepts arguments passed by reference that you intend to modify, you need to take some precautions.
of course, you can change any zval containers that you created within your function, but you mustn 't change any zval s that refer to zend-internal data!
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the function implementation is surrounded by a conditional compilation statement. this is needed since the function get_module() is only required if your module is built as a dynamic extension. by specifying a definition of compile_dl_firstmod in the compiler command (see above for a discussion of the compilation instructions required to build a dynamic extension), you can instruct your module whether you intend to build it as a dynamic extension or as a built-in module. if you want a built-in module, the implementation of get_module() is simply left out.
by specifying a definition of compile_dl_firstmod in the compiler command (see above for a discussion of the compilation instructions required to build a dynamic extension), you can instruct your module whether you intend to build it as a dynamic extension or as a built-in module.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: