Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
ZEND_MOD_REQUIRED
Popis
#include <zend_modules.h>
void ZEND_MOD_REQUIRED ( char * ext_name )
ZEND_MOD_REQUIRED() generates a zend_module_dep
entry for the extension named by ext_name
. A simple entry
without further version specifications is generated.
See ZEND_MOD_REQUIRED_EX() for an extended version of this
macro that also allows to specify version dependencies.
Viz také
See ZEND_MOD_REQUIRED_EX() if you also need to specify extension version requirements.
See also ZEND_MOD_OPTIONAL(), ZEND_MOD_OPTIONAL_EX(), ZEND_MOD_CONFLICTS(), and ZEND_MOD_CONFLICTS_EX().
PÅ™edcházejÃcà | Domů | Dalšà |
ZEND_MOD_REQUIRED_EX | Nahoru |