Results for initialization translation from Japanese to English

Computer translation

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

Japanese

English

Info

Japanese

initialization

English

 

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

English

Info

Japanese

表 39-1macros to access initialization entries in php

English

finally, you have to introduce your initialization entries to php.

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.

English

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.

English

to create an .ini section in your own module, use the macros php_ini_begin() to mark the beginning of such a section and php_ini_end() to mark its end.

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():

English

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,788,788,116 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