mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
array_product : fix link.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329579 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cff47c489a
commit
2b921fa00c
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="function.array-product" xmlns="http://docbook.org/ns/docbook">
|
||||
<refentry xml:id="function.array-product" xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>array_product</refname>
|
||||
<refpurpose>Calculate the product of values in an array</refpurpose>
|
||||
|
@ -52,7 +53,8 @@
|
|||
<row>
|
||||
<entry>5.3.6</entry>
|
||||
<entry>
|
||||
The product of an empty array returns 1. (&url.php.bugs;2696)
|
||||
The product of an empty array returns 1. (see
|
||||
<link xlink:href="&url.php.bugs;48484">Bug #48484</link>)
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue