검색어: generating (히브리어 - 터키어)

컴퓨터 번역

인적 번역의 예문에서 번역 방법 학습 시도.

Hebrew

Turkish

정보

Hebrew

generating

Turkish

 

부터: 기계 번역
더 나은 번역 제안
품질:

인적 기여

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

번역 추가

히브리어

터키어

정보

히브리어

the option argument is used to indicate what loggin options will be used when generating a log message.

터키어

the option argument is used to indicate what loggin options will be used when generating a log message.

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

히브리어

?php / / redefine the user error constants - php 4 only define (fatal,e_user_error); define (error,e_user_warning); define (warning,e_user_notice); / / set the error reporting level for this script error_reporting (fatal _bar_ error _bar_ warning); / / error handler function function myerrorhandler ($errno, $errstr, $errfile, $errline) {switch ($errno) {case fatal: echo "b fatal / b [$errno] $errstr br \n"; echo" fatal error in line ".$errline. "of file ".$errfile; echo", php ".php_version. "(".php_os .") br \n"; echo "aborting... br \n"; exit 1; break; case error: echo" b error / b [$errno] $errstr br \n"; break; case warning: echo "b warning / b [$errno] $errstr br \n"; break; default: echo "unkown error type: [$errno] $errstr br \n"; break;}} / / function to test the error handling function scale_by_log ($vect, $scale) {if (!is_numeric($scale) _bar_ _bar_ $scale = 0) trigger_error("log(x) for x = 0 is undefined, you used: scale = $scale", fatal); if (!is_array($vect)) {trigger_error("incorrect input vector, array of values expected", error); return null;} for ($i=0; $i count($vect); $i++) {if (!is_numeric($vect[$i])) trigger_error("value at position $i is not a number, using 0 (zero)", warning); $temp[$i] = log($scale) * $vect[$i];} return $temp;} / / set to the user defined error handler $old_error_handler = set_error_handler("myerrorhandler"); / / trigger some errors, first define a mixed array with a non-numeric item echo "vector a\n"; $a = array(2,3 ,"foo",5.5,43.3,21.11); print_r($a); / / now generate second array, generating a warning echo "----\nvector b - a warning (b = log(pi) * a)\n"; $b = scale_by_log($a, m_pi); print_r($b); / / this is trouble, we pass a string instead of an array echo "----\nvector c - an error\n"; $c = scale_by_log("not array",2.3); var_dump($c); / / this is a critical error, log of zero or negative number is undefined echo "----\nvector d - fatal error\n"; $d = scale_by_log($a, -2.5);?

터키어

?php / / redefine the user error constants - php 4 only define (fatal,e_user_error); define (error,e_user_warning); define (warning,e_user_notice); / / set the error reporting level for this script error_reporting (fatal _bar_ error _bar_ warning); / / error handler function function myerrorhandler ($errno, $errstr, $errfile, $errline) {switch ($errno) {case fatal: echo "b fatal / b [$errno] $errstr br \n"; echo" fatal error in line ".$errline. "of file ".$errfile; echo", php ".php_version. "(".php_os .") br \n"; echo "aborting... br \n"; exit 1; break; case error: echo" b error / b [$errno] $errstr br \n"; break; case warning: echo "b warning / b [$errno] $errstr br \n"; break; default: echo "unkown error type: [$errno] $errstr br \n"; break;}} / / function to test the error handling function scale_by_log ($vect, $scale) {if (!is_numeric($scale) _bar_ _bar_ $scale = 0) trigger_error("log(x) for x = 0 is undefined, you used: scale = $scale", fatal); if (!is_array($vect)) {trigger_error("incorrect input vector, array of values expected", error); return null;} for ($i=0; $i count($vect); $i++) {if (!is_numeric($vect[$i])) trigger_error("value at position $i is not a number, using 0 (zero)", warning); $temp[$i] = log($scale) * $vect[$i];} return $temp;} / / set to the user defined error handler $old_error_handler = set_error_handler("myerrorhandler"); / / trigger some errors, first define a mixed array with a non-numeric item echo "vector a\n"; $a = array(2,3 ,"foo",5.5,43.3,21.11); print_r($a); / / now generate second array, generating a warning echo "----\nvector b - a warning (b = log(pi) * a)\n"; $b = scale_by_log($a, m_pi); print_r($b); / / this is trouble, we pass a string instead of an array echo "----\nvector c - an error\n"; $c = scale_by_log("not array",2.3); var_dump($c); / / this is a critical error, log of zero or negative number is undefined echo "----\nvector d - fatal error\n"; $d = scale_by_log($a, -2.5);?

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

경고: 보이지 않는 HTML 형식이 포함되어 있습니다

인적 기여로
7,740,609,746 더 나은 번역을 얻을 수 있습니다

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



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