Protocols and encapsulation protocols supported by PHP

Source: Internet
Author: User
PHP has a number of built-in URL-style encapsulation protocols that can be used for file system functions like fopen (), copy (), File_exists (), and FileSize (). In addition to these encapsulation protocols, a custom encapsulation protocol can be registered through Stream_wrapper_register ().

Note: The URL syntax used to describe an encapsulation protocol only supports scheme://... 's syntax. scheme:/ and scheme: The syntax is not supported.

file://-accessing the local file system

http://-access to HTTP (s) URLs

ftp://-access to FTP (s) URLs

php://-access to individual input/output streams (I/O streams)

zlib://-Compressed Stream

data://-data (RFC 2397)

glob://-Find matching file path mode

phar://-php Archive

Ssh2://-secure Shell 2

Rar://-rar

ogg://-Audio Stream

expect://-Processing of interactive streams

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.