来自专业的译者、企业、网页和免费的翻译库。
apache module 로
check out the complete list of configure options for an exhaustive rundown.
最后更新: 2011-10-24
使用频率: 1
质量:
see also the hyperwave module.
a time limited version can be ordered for free (30 days).
最后更新: 2011-10-24
使用频率: 1
质量:
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.
最后更新: 2011-10-24
使用频率: 1
质量:
the following configure options are related to the mbstring module.
you must enable the module with the configure script.
最后更新: 2011-10-24
使用频率: 1
质量:
예 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.
最后更新: 2011-10-24
使用频率: 1
质量:
예 1. using php's curl module to fetch the php homepage
using php 's curl module to fetch the example.com homepage
最后更新: 2011-10-24
使用频率: 1
质量:
php 4: dba를 동적으로 적재할 수 있는 공유 모듈(shared module) 형태로 만든다.
these options are only used in php 4 as of php 4.1.0.
最后更新: 2011-10-24
使用频率: 1
质量:
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.
最后更新: 2011-10-24
使用频率: 1
质量:
it is used internally by dbx only, and is actually the module number mentioned above.
see also: dbx_close().
最后更新: 2011-10-24
使用频率: 1
质量:
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.
最后更新: 2011-10-24
使用频率: 1
质量:
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).
最后更新: 2011-10-24
使用频率: 1
质量:
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));
最后更新: 2011-10-24
使用频率: 1
质量:
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.
最后更新: 2011-10-24
使用频率: 1
质量:
build shared apache 2.0 module. file is the optional pathname to the apache apxs tool; defaults to apxs.
note:
最后更新: 2011-10-24
使用频率: 1
质量:
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.
最后更新: 2011-10-24
使用频率: 1
质量:
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:
最后更新: 2011-10-24
使用频率: 1
质量:
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.
最后更新: 2011-10-24
使用频率: 1
质量:
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
最后更新: 2011-10-24
使用频率: 1
质量:
declaration and implementation of these functions can be done with macros; see the earlier section "declaration of the zend module block" for details.
prev
最后更新: 2011-10-24
使用频率: 1
质量:
警告:包含不可见的HTML格式
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.
最后更新: 2011-10-24
使用频率: 1
质量: