Results for initialization translation from Japanese to Chinese (Simplified)

Computer translation

Trying to learn how to translate from the human translation examples.

Japanese

Chinese

Info

Japanese

initialization

Chinese

 

From: Machine Translation
Suggest a better translation
Quality:

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Japanese

Chinese (Simplified)

Info

Japanese

表 39-1macros to access initialization entries in php

Chinese (Simplified)

returns the original value of entry name as boolean (defined as zend_bool, which currently means unsigned char).

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Japanese

access to initialization entries can also be handled with the macros shown in 表39-1.

Chinese (Simplified)

ini_orig_int(name)

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Japanese

php 4 features a redesigned initialization file support. it's now possible to specify default initialization entries directly in your code, read and change these values at runtime, and create message handlers for change notifications.

Chinese (Simplified)

php 4 features a redesigned initialization file support. it's now possible to specify default initialization entries directly in your code, read and change these values at runtime, and create message handlers for change notifications.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Japanese

finally, you have to introduce your initialization entries to php. this can be done in the module startup and shutdown functions, using the macros register_ini_entries() and unregister_ini_entries():

Chinese (Simplified)

zend_minit_function(mymodule) {register_ini_entries();} zend_mshutdown_function(mymodule) {unregister_ini_entries();}

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Get a better translation with
7,740,110,575 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK