Results for configuration directive translation from English to Hungarian

English

Translate

configuration directive

Translate

Hungarian

Translate
Translate

Instantly translate texts, documents and voice with Lara

Translate now

Human contributions

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

Add a translation

English

Hungarian

Info

English

configuration

Hungarian

beállítások

Last Update: 2018-02-28
Usage Frequency: 9
Quality:

Reference: Translated.com

English

configuration:

Hungarian

a 'configure' beállításai:

Last Update: 2017-03-02
Usage Frequency: 1
Quality:

Reference: Translated.com

English

save configuration

Hungarian

beállítások mentése

Last Update: 2017-03-21
Usage Frequency: 1
Quality:

Reference: Translated.com

English

save configuration...

Hungarian

a beállítások mentése...

Last Update: 2017-03-09
Usage Frequency: 1
Quality:

Reference: Translated.com

English

see also the session.name configuration directive.

Hungarian

?php / / a munkamenet nevét webhelyneve-re állíjtuk $elozo_nev = session_name( "webhelyneve"); echo "a megelőző munkamenet név $elozo_nev volt. p ";?

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

Reference: Translated.com
Warning: Contains invisible HTML formatting

English

async configuration

Hungarian

aszinkron konfiguráció

Last Update: 2017-03-09
Usage Frequency: 1
Quality:

Reference: Translated.com

English

configuration failed.

Hungarian

a konfigurálás nem sikerült.

Last Update: 2017-03-09
Usage Frequency: 1
Quality:

Reference: Translated.com

English

see also the session.save_handler configuration directive.

Hungarian

?php function open ($save_path, $session_name) {global $sess_save_path, $sess_session_name; $sess_save_path = $save_path; $sess_session_name = $session_name; return(true);} function close() {return(true);} function read ($id) {global $sess_save_path, $sess_session_name; $sess_file = "$sess_save_path / sess_$id"; if ($fp = @fopen($sess_file, "r")) {$sess_data = fread($fp, filesize($sess_file)); return($sess_data);} else {return(""); / / itt mindenképpen "" a visszatérési érték.}} function write ($id, $sess_data) {global $sess_save_path, $sess_session_name; $sess_file = "$sess_save_path / sess_$id"; if ($fp = @fopen($sess_file, "w")) {return(fwrite($fp, $sess_data));} else {return(false);}} function destroy ($id) {global $sess_save_path, $sess_session_name; $sess_file = "$sess_save_path / sess_$id"; return(@unlink($sess_file));} / ********************************************* * figyelem - itt mindenképpen meg kell * * valósítani valamiféle szemétgyűjtést. * ********************************************* / function gc ($maxlifetime) {return true;} session_set_save_handler ("open", "close", "read", "write", "destroy", "gc"); session_start(); / / ezután hagyományosan használható a munkamenet?

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

Reference: Translated.com
Warning: Contains invisible HTML formatting

English

also see the session.cache_expire configuration directive.

Hungarian

ha a new_cache_expire paramétert is megadod, az érték a new_cache_expire -ben megadottra változik.

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

Reference: Translated.com

English

files included using the auto_prepend_file configuration directive are not included in the returned array.

Hungarian

a tömb indexei a filenevek, ahogy az include_once() -al használtad őket, a ".php "kiterjesztés nélkül.

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

Reference: Translated.com
Warning: Contains invisible HTML formatting

English

the presence and order of variable inclusion in this array is defined according to the variables_order configuration directive.

Hungarian

lásd a post metódusú feltöltések című részt további információkért a $_post lásd a post metódusú feltöltések című részt további információkért a $_post tartalmát és szerkezetét illetően.

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

Reference: Translated.com

English

please consult the apache docs for further configuration directives.

Hungarian

nézz utána a további konfigurációs lehetőségeknek az apache dokumentációdban.

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

Reference: Translated.com

English

the set_time_limit() function and the configuration directive max_execution_time only affect the execution time of the script itself.

Hungarian

azonban a set_time_limit() -nek nincs hatása, ha 'safe mode '-ot használsz.

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

Reference: Translated.com

English

you can set the php script document root by the configuration directive doc_root in the configuration file, or you can set the environment variable php_document_root.

Hungarian

a php szkript dokumentumok gyökérkönyvtárát a doc_root konfigurációs beállítással határozhatod meg a konfigurációs fájlban, vagy a php_document_root környezeti változóban adhatod meg ezt az értéket.

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

Reference: Translated.com

English

this option allows you to set a custom value for any of the configuration directives allowed in php.ini.

Hungarian

ezzel az opcióval bármilyen konfigurációs utasítást, ami csak a php.ini -ben megtalálható, egy saját értékkel érvényesíthetünk a szkript futásának idejére.

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

Reference: Translated.com

English

message is sent to php' s system logger, using the operating system's system logging mechanism or a file, depending on what the error_log configuration directive is set to.

Hungarian

a message paraméterben megadott üzenet a php rendszer naplójába kerül, az operációs rendszer naplóját vagy egy állományt megcélozva, az error_log beállítás értékétől függően.

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

Reference: Translated.com

English

# omitting the value part will set the given configuration directive to "1" $php -d max_execution_time -r '$foo = ini_get("max_execution_time"); var_dump($foo); 'string(1) "1 "# passing an empty value part will set the configuration directive to" "php -d max_execution_time= -r '$foo = ini_get("max_execution_time"); var_dump($foo);' string(0)" "# the configuration directive will be set to anything passed after the '= 'character $php -d max_execution_time=20 -r '$foo = ini_get("max_execution_time"); var_dump($foo);' string(2) "20" $php -d max_execution_time=doesntmakesense -r '$foo = ini_get("max_execution_time"); var_dump($foo); 'string(15) "doesntmakesense "

Hungarian

# az értéket elhagyva a megadott konfigurációs utasításhoz az "1" értéket # rendeli. $php -d max_execution_time -r '$foo = ini_get("max_execution_time"); var_dump($foo); 'string(1) "1 "# ha csak egy szóközt nyomunk az érték helyett, akkor a konfigurációs # utasításnak az" "értéket adja. php -d max_execution_time= -r '$foo = ini_get("max_execution_time"); var_dump($foo);' string(0)" "# a konfigurációs utasítás értéke az lesz, amit az egyenlőségjel után írunk: $php -d max_execution_time=20 -r '$foo = ini_get("max_execution_time"); var_dump($foo); 'string(2) "20" $php -d max_execution_time=fogalmamsincsen -r '$foo = ini_get("max_execution_time"); var_dump($foo);' string(15) "fogalmamsincsen "

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

Reference: Translated.com
Warning: Contains invisible HTML formatting

Get a better translation with
8,919,556,304 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