mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
234a88d800
commit
95247980c8
3 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue