Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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/');

?>

Documentation

See Also