Source for file example_pear.php
Documentation is available at example_pear.php
// this open tag is replaced by standard <?php
} elseif (($c) && ($d)) {
$var = foo ($bar, $baz, $quux);
function connect(&$dsn, $persistent = false )
$dsninfo = DB ::parseDSN ($dsn);
if (!$dsninfo || !$dsninfo['phptype']) {
return $this->raiseError ();
// In the next line, '#' will be transformed in //
echo '# is not aprecciated!'; # not allowed comment
Documentation generated on Mon, 11 Mar 2019 14:13:34 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|