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

Pound

# is character, used in various situations:

  • Starts a single line comment
  • Starts the anchor part of a URL

This is also called a hash, although hash as many other meanings.

<?php

    parse_url('http://www.php.net/strlen#anchor'); 

    # A single line PHP comment

?>

Documentation