Supported Protocols and Wrappers
PHP 带有内置的 URL 风格语法的封装协议 ==> 用于文件系统函数:fopen() copy() file_exists() filesize() 等;还可以使用 stream_wrapper_register() 来自定义封装协议
语法:scheme://...
0x01 文件系统函数
0x02 元封装器 php://filter
php://filter
用于数据流打开时的筛选过滤;应用于 all-in-one (一体式) 文件系统函数 (比如:readfile(), file(), file_get_contents()),在数据流读取之前没有机会应用其他过滤器;复合过滤链能在一个路径上制定:
常见用法: php://filter/convert.base64-encode/resource=