mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
made it a little more obvious that you must include PEAR.php when extending the base PEAR object
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@44154 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b239db4de4
commit
427a997de5
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
<refpurpose>PEAR base class</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<synopsis>require_once "PEAR.php";</synopsis>
|
||||
<synopsis>class <replaceable>classname</replaceable> extends <classname>PEAR</classname> { ... }</synopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
|
|
Loading…
Reference in a new issue