전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
filters (array) - and array containing the names of any filters that have been stacked onto this stream. filters are currently undocumented.
filters are currently undocumented.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
a filter is a final piece of code which may perform opperations on data as it is being read from or written to a stream. any number of filters may be stacked onto a stream. custom filters can be defined in a php script using stream_register_filter() or in an extension using the api reference in 43장. to access the list of currently registered filters, use stream_get_filters().
there are many wrappers built into php by default (see appendix i), 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 chapter 43.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
연관성이 낮은 일부 인적 번역은 숨겨져 있습니다.
연관성이 낮은 결과 표시.