Wrapper¶
A wrapper may be two things:
PHP wrapper, a built-in tool to process various URL-style protocols
Design pattern, also known as adaptor.
<?php
// the PHP wrapper http
$html = file_get_content('http://www.php.net/');
?>
See also 0 <`Php wrapper and Local File Inclusion>`_.
Related : Stream Wrapper, Design Pattern Wrapper, Hyper Text Transfer Protocol (HTTP), Hyper Text Transfer Protocol Secure (HTTPS), php://, Wrapper Pattern, File Transfer Protocol (FTP), File Transfer Protocol Secure (FTPS), PHP Wrappers, Protocol, file://, Facade, file_get_contents(), ftp://, http://, php://filter