Wrapper

A wrapper may be two things:

  • a PHP wrapper, a built-in tool to process various URL-style protocols

  • a design pattern, also known as adaptor.

<?php

// the PHP wrapper http
$html = file_get_content('http://www.php.net/');

?>

See also Php wrapper and Local File Inclusion

Related : Stream Wrapper, Design Pattern Wrapper, Hyper Text Transfer Protocol (HTTP), Hyper Text Transfer Protocol Secure (HTTPS), php://, File Transfert Protocol (FTP), File Transfert Protocol Secure (FTPS), PHP Wrappers, Protocol, file://