Vous avez cherché: wrapper (Anglais - Coréen)

Anglais

Traduction

wrapper

Traduction

Coréen

Traduction
Traduction

Traduisez instantanément des textes, des documents et des voix avec Lara

Traduire maintenant

Contributions humaines

Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.

Ajouter une traduction

Anglais

Coréen

Infos

Anglais

wrapper

Coréen

줄 정렬

Dernière mise à jour : 2016-12-09
Fréquence d'utilisation : 2
Qualité :

Anglais

wrapper type

Coréen

테이블 머리

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Anglais

attachment wrapper

Coréen

첨부 래퍼

Dernière mise à jour : 2014-05-12
Fréquence d'utilisation : 1
Qualité :

Référence: Anonyme

Anglais

test for the kjs wrapper

Coréen

kjs 래퍼 테스트name

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Référence: Anonyme

Anglais

a wrapper around the kcharselect widget.

Coréen

kcharselect 위젯을 둘러싸는 래퍼.

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Référence: Anonyme

Anglais

see appendix i for more information about wrappers and their wrapper data.

Coréen

wrapper_data (mixed) - wrapper specific data attached to this stream. see 부록 h for more information about wrappers and their wrapper data.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Anonyme

Anglais

sets an option on the specified context. value is set to option for wrapper

Coréen

sets an option on the specified context. value is set to option for wrapper

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Anonyme

Anglais

disable the url-aware fopen wrapper that allows accessing files via http or ftp.

Coréen

php 3: clibpdf 지원을 포함한다. dir은 clibpdf의 install directory,이고, 기본값은 /usr/local이다.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Anonyme

Anglais

a wrapper is additional code which tells the stream how to handle specific protocols / encodings.

Coréen

a wrapper is additional code which tells the stream how to handle specific protocols/encodings. for example, the http wrapper knows how to translate a url into an http/1.0 request for a file on a remote server. there are many wrappers built into php by default (see 부록 h), and additional, custom wrappers may be added either within a php script using stream_register_wrapper(), or directly from an extension using the api reference in 43장. because any variety of wrapper may be added to php, there is no set limit on what can be done with them. to access the list of currently registered wrappers, use stream_get_wrappers().

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Anonyme

Anglais

to implement a wrapper, you need to define a class with a number of member functions, as defined below.

Coréen

(php 4 = 4.3.0)

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Anonyme

Anglais

any remote files will be created according to the url wrapper that was used to open the file, and the credentials supplied to the remote server.

Coréen

open text file for reading. the stream is positioned at the beginning of the file.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Anonyme

Anglais

flag indicating if the wrapper is responsible for raising errors using trigger_error() during opening of the stream.

Coréen

as with any file or socket related function, an opperation on a stream may fail for a variety of normal reasons (i.e.: unable to connect to remote host, file not found, etc...). a stream related call may also fail because the desired stream is not registered on the running system. see the array returned by stream_get_wrappers() for a list of streams supported by your installation of php. as with most php internal functions if a failure occours an e_warning message will be generated describing the nature of the error.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Anonyme

Anglais

compiz custom (create wrapper script'compiz-kde-launcher 'to launch it)

Coréen

사용자 정의 컴피즈 ('compiz- kde- launcher' 래퍼 스크립트로 실행함) name

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :

Référence: Anonyme

Anglais

you can get around this limitation by writing a wrapper function (in normal php 3 form) to call the old_function.

Coréen

old_function 으로 정의된 함수들은 php의 내부 코드에서 호출될 수 없다. 이 말은 usort() 나, array_walk(), register_shutdown_function() 같은 함수에 사용할 수 없다는 의미이다. 이를 해결하기 위해서는 이 old_function 으로 선언된 함수를 호출하는 php3 형태의 함수를 만들어 사용하는 것이다.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Anonyme

Anglais

user designed wrappers can be registered via stream_register_wrapper(), using the class definition shown on that manual page.

Coréen

user designed wrappers can be registered via stream_register_wrapper(), using the class definition shown on that manual page.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Anonyme

Anglais

in addition to these wrappers, as of php 4.3, you can write your own wrappers using php script and stream_register_wrapper().

Coréen

the following is a list of the various url style protocols that php has built-in for use with the filesystem functions such as fopen() and copy(). in addition to these wrappers, as of php 4.3, you can write your own wrappers using php script and stream_register_wrapper().

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Anonyme

Anglais

if no wrappers for that protocol are registered, php will emit a notice to help you track potential problems in your script and then continue as though filename specifies a regular file.

Coréen

만약 filename 이 "http://"로 시작하면 (sensitive 하지 않은 경우에), http 1.0 연결이 지정된 서버를 열어줍니다.그리고 파일 포인터는 응답텍스트의 시작부분으로 돌려집니다.. a '호스트:' 헤더부분은 name-based virtual hosts를 핸들링하기 위해서 요청과 함께 보내집니다.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Référence: Anonyme
Avertissement : un formatage HTML invisible est présent

Obtenez une traduction de meilleure qualité grâce aux
8,944,442,406 contributions humaines

Les utilisateurs demandent maintenant de l'aide :



Nous utilisons des cookies pour améliorer votre expérience utilisateur sur notre site. En poursuivant votre navigation, vous déclarez accepter leur utilisation. En savoir plus. OK