略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Stream Filters

2024-04-26

Stream Filters

A filter is a final piece of code which may perform operations 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_filter_register() or in an extension. To access the list of currently registered filters, use stream_get_filters().

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/stream.filters.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3