added pear/* , fixed typos, added some functions.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43079 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rui Hirokawa 2001-03-09 15:33:03 +00:00
parent 234a88d800
commit 95247980c8
3 changed files with 4 additions and 4 deletions

View file

@ -270,7 +270,7 @@ call_user_method ("print_info", $cntry, "\t");
</informalexample>
</para>
<simpara>
See also <function>call_user_func_array</function>.
See also <function>call_user_func_array</function>,
<function>call_user_func</function>,
<function>call_user_method_array</function>.
</simpara>

View file

@ -1230,7 +1230,7 @@ Array
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef>string <function>zendversion</function></funcdef>
<funcdef>string <function>zend_version</function></funcdef>
<paramdef>void<parameter></parameter></paramdef>
</funcprototype>
</funcsynopsis>
@ -1238,7 +1238,7 @@ Array
Returns a string containing the version of the currently running
PHP parser.
<example>
<title>zendversion() example</title>
<title><function>zend_version</function> example</title>
<programlisting role="php">
// prints e.g. 'Zend engine version: 1.0.4'
echo "Zend engine version: ".zend_version();

View file

@ -146,7 +146,7 @@ if (!isset($var)) { // evaluates false
<refnamediv>
<refname>get_defined_vars</refname>
<refpurpose>
Returns an array of all defined functions
Returns an array of all defined variables
</refpurpose>
</refnamediv>
<refsect1>