当前位置:网站首页>PHP built-in protocols (supported and encapsulated protocols)

PHP built-in protocols (supported and encapsulated protocols)

2022-06-22 14:51:00 Chang Jiazhuang

PHP Official reference address

https://www.php.net/manual/zh/wrappers.php

 Insert picture description here

Protocol is introduced

agreement Brief introduction
file:// Access local file system
http:// visit HTTP(s) website
ftp:// visit FTP(s) URLs
php:// Access individual inputs / Output stream (I/O streams)
zlib:// Compressed flow
data:// data (RFC 2397)
glob:// Find matching file path patterns
phar://PHP file
ssh2:// Secure Shell Protocol 2
rar://RAR
ogg:// Audio stream
expect:// Handling interactive flows
原网站

版权声明
本文为[Chang Jiazhuang]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/173/202206221324079425.html