A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
apache module 로
check out the complete list of configure options for an exhaustive rundown.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
see also the hyperwave module.
a time limited version can be ordered for free (30 days).
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
this module defines the following constants:
the constants below are defined by this extension, and will only be available when the extension has either been compiled into php or dynamically loaded at runtime.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
the following configure options are related to the mbstring module.
you must enable the module with the configure script.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
예 3-5. installation instructions (apache module version)
addtype application / x-httpd-php .php loadmodule php4_module libexec / libphp4.so you can choose any extension you wish here. .php is simply the one we suggest.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
예 1. using php's curl module to fetch the php homepage
using php 's curl module to fetch the example.com homepage
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
php 4: dba를 동적으로 적재할 수 있는 공유 모듈(shared module) 형태로 만든다.
these options are only used in php 4 as of php 4.1.0.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
this module enables you to transparently read zip compressed archives and the files inside them.
this module enables you to transparently read zip compressed archives and the files inside them.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
it is used internally by dbx only, and is actually the module number mentioned above.
see also: dbx_close().
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
for dynamic extensions, module and request startup/shutdown events happen at the same time.
for dynamic extensions, module and request startup / shutdown events happen at the same time.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
code all of your module to work with the regular resource list mentioned in section (9).
le_mysql_link for non-persistent link and le_mysql_plink for a persistent link).
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
following is a quote from the sample module discussed previously, which makes use of the conversion functions:
zval **parameter; if((zend_num_args() != 1) _bar_ _bar_ (zend_get_parameters_ex(1, parameter) != success)) {wrong_param_count;} convert_to_long_ex(parameter); return_long(z_lval_p(parameter));
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
the following constants are defined when using the ftp module: ftp_ascii and ftp_binary.
the constants below are defined by this extension, and will only be available when the extension has either been compiled into php or dynamically loaded at runtime.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
build shared apache 2.0 module. file is the optional pathname to the apache apxs tool; defaults to apxs.
note:
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
the integration with apache and possible other servers is already described in the hyperwave module which has been the first extension to connect a hyperwave server.
certain attributes are always set by the hyperwave server, other may be modified by the user.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
encoding is used for http input character encoding conversion, http output character encoding conversion and default character encoding for string functions defined by mbstring module.
encoding:
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
10. i have followed all the steps to install the apache module version on unix, and my php scripts show up in my browser or i am being asked to save the file.
make sure that the httpd binary you are running is the actual new httpd binary you just built.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
if you read mysql.c, you'll notice that except for the more complex connect function, nothing in the rest of the module has to be changed.
php3_plist_delete( id) - delete the resource with the specified id
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
declaration and implementation of these functions can be done with macros; see the earlier section "declaration of the zend module block" for details.
prev
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
Aviso: contém formatação HTML invisível
all registered variables are serialized after the request finishes. registered variables which are undefined are marked as being not defined. on subsequent accesses, these are not defined by the session module unless the user defines them later.
it might be more appropiate to use a shared memory based filesystem (such as tmpfs on solaris / linux, or / dev / md on bsd) to store sessions in files, because they are properly locked.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade: