검색어: implement (한국어 - 영어)

인적 기여

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

번역 추가

한국어

영어

정보

한국어

the requested component doesn't implement the idispatch interface

영어

the requested component doesn 't implement the idispatch interface

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

한국어

예 1. openssl_csr_sign() example - signing a csr (how to implement your own ca)

영어

you can use any certificate to sign another, but / / the process is worthless unless the signing certificate is trusted / / by the software / users that will deal with the newly signed certificate / / we need our ca cert and it' s private key $cacert = "file: / /path / to / ca.crt"; $privkey = array("file: / /path / to / ca.key", "your_ca_key_passphrase"); $userscert = openssl_csr_sign($csrdata, $cacert, $privkey, 365); / / now display the generated certificate so that the user can / / copy and paste it into their local configuration (such as a file / / to hold the certificate for their ssl server) openssl_x509_export($usercert, $certout) and echo $certout; / / show any errors that occurred here while (($e = openssl_error_string()) !== false) {echo $e. "\n";}

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

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

한국어

php itself doesn't handle transactions yet. thus if an error occurs no rollback is initiated. if you use components that support transactions you will have to implement the transaction management yourself.

영어

if you use components that support transactions you will have to implement the transaction management yourself.

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

한국어

if you don't implement a get_module() function in your dynamic loadable module, zend will compliment you with an error message when trying to access it.

영어

if you don' t implement a get_module() function in your dynamic loadable module, zend will compliment you with an error message when trying to access it.

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

한국어

before we start discussing code issues, you should familiarize yourself with the source tree to be able to quickly navigate through php's files. this is a must-have ability to implement and debug extensions.

영어

this is a must-have ability to implement and debug extensions.

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

한국어

currently it's not possible to trap com errors beside the ways provided by php itself (@, track_errors,..), but we are thinking of a way to implement this.

영어

6.

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

인적 기여로
9,154,552,578 더 나은 번역을 얻을 수 있습니다

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



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