Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/en/class.PharException.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.phar.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'class.PharException.php',
1 => 'PharException',
),
'up' =>
array (
0 => 'book.phar.php',
1 => 'Phar',
),
'prev' =>
array (
0 => 'pharfileinfo.setuncompressed.php',
1 => 'PharFileInfo::setUncompressed',
),
'next' =>
array (
0 => 'PharException.intro.unused.php',
1 => 'PharException',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">The PharException class</h1>
<div class="partintro">
<div id="PharException.intro" class="section">
<h2 class="title">Introduction</h2>
<p class="para">
The PharException class provides a phar-specific exception class
for try/catch blocks.
</p>
</div>
<div id="PharException.synopsis" class="section">
<h2 class="title">Class synopsis</h2>
<div class="classsynopsis">
<div class="ooclass"><b class="classname">PharException</b></div>
<div class="classsynopsisinfo">
<span class="ooclass">
<b class="classname">PharException</b>
</span>
<span class="ooclass">
<span class="modifier">extends</span>
<a href="class.exception.php" class="classname">Exception</a>
</span>
{</div>
<div class="classsynopsisinfo classsynopsisinfo_comment">/* Properties */</div>
}</div>
</div>
</div>
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="PharException.intro.unused.php">PharException</a> — The PharException class provides a phar-specific exception class
for try/catch blocks.</li></ul>
</div>
<?php manual_footer(); ?>