검색어: configuration directive (영어 - 헝가리어)

영어

번역기

configuration directive

번역기

헝가리어

번역기
번역기

Lara로 텍스트, 문서 및 음성을 즉시 번역

지금 번역하기

인적 기여

전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.

번역 추가

영어

헝가리어

정보

영어

configuration

헝가리어

beállítások

마지막 업데이트: 2018-02-28
사용 빈도: 9
품질:

추천인: Translated.com

영어

configuration:

헝가리어

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

마지막 업데이트: 2017-03-02
사용 빈도: 1
품질:

추천인: Translated.com

영어

save configuration

헝가리어

beállítások mentése

마지막 업데이트: 2017-03-21
사용 빈도: 1
품질:

추천인: Translated.com

영어

save configuration...

헝가리어

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

마지막 업데이트: 2017-03-09
사용 빈도: 1
품질:

추천인: Translated.com

영어

see also the session.name configuration directive.

헝가리어

?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 ";?

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

추천인: Translated.com
경고: 보이지 않는 HTML 형식이 포함되어 있습니다

영어

async configuration

헝가리어

aszinkron konfiguráció

마지막 업데이트: 2017-03-09
사용 빈도: 1
품질:

추천인: Translated.com

영어

configuration failed.

헝가리어

a konfigurálás nem sikerült.

마지막 업데이트: 2017-03-09
사용 빈도: 1
품질:

추천인: Translated.com

영어

see also the session.save_handler configuration directive.

헝가리어

?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?

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

추천인: Translated.com
경고: 보이지 않는 HTML 형식이 포함되어 있습니다

영어

also see the session.cache_expire configuration directive.

헝가리어

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

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

추천인: Translated.com

영어

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

헝가리어

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

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

추천인: Translated.com
경고: 보이지 않는 HTML 형식이 포함되어 있습니다

영어

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

헝가리어

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.

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

추천인: Translated.com

영어

please consult the apache docs for further configuration directives.

헝가리어

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

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

추천인: Translated.com

영어

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

헝가리어

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

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

추천인: Translated.com

영어

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.

헝가리어

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.

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

추천인: Translated.com

영어

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

헝가리어

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.

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

추천인: Translated.com

영어

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.

헝가리어

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.

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

추천인: Translated.com

영어

# 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 "

헝가리어

# 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 "

마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:

추천인: Translated.com
경고: 보이지 않는 HTML 형식이 포함되어 있습니다

인적 기여로
8,926,182,736 더 나은 번역을 얻을 수 있습니다

사용자가 도움을 필요로 합니다:



당사는 사용자 경험을 향상시키기 위해 쿠키를 사용합니다. 귀하께서 본 사이트를 계속 방문하시는 것은 당사의 쿠키 사용에 동의하시는 것으로 간주됩니다. 자세히 보기. 확인