Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
wrapper
줄 정렬
Dernière mise à jour : 2016-12-09
Fréquence d'utilisation : 2
Qualité :
wrapper type
테이블 머리
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
attachment wrapper
첨부 래퍼
Dernière mise à jour : 2014-05-12
Fréquence d'utilisation : 1
Qualité :
Référence:
test for the kjs wrapper
kjs 래퍼 테스트name
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
Référence:
a wrapper around the kcharselect widget.
kcharselect 위젯을 둘러싸는 래퍼.
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
Référence:
see appendix i for more information about wrappers and their wrapper data.
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:
sets an option on the specified context. value is set to option for wrapper
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:
disable the url-aware fopen wrapper that allows accessing files via http or ftp.
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:
a wrapper is additional code which tells the stream how to handle specific protocols / encodings.
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:
to implement a wrapper, you need to define a class with a number of member functions, as defined below.
(php 4 = 4.3.0)
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
Référence:
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.
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:
flag indicating if the wrapper is responsible for raising errors using trigger_error() during opening of the stream.
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:
compiz custom (create wrapper script'compiz-kde-launcher 'to launch it)
사용자 정의 컴피즈 ('compiz- kde- launcher' 래퍼 스크립트로 실행함) name
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
Référence:
you can get around this limitation by writing a wrapper function (in normal php 3 form) to call the old_function.
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:
user designed wrappers can be registered via stream_register_wrapper(), using the class definition shown on that manual page.
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:
in addition to these wrappers, as of php 4.3, you can write your own wrappers using php script and stream_register_wrapper().
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:
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.
만약 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:
Avertissement : un formatage HTML invisible est présent