mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
proto fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147824 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
416e84ada2
commit
088a6917b3
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/bc.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.bcpow">
|
||||
<refnamediv>
|
||||
|
@ -12,8 +12,8 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>bcpow</methodname>
|
||||
<methodparam><type>number</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>scale</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/bc.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.bcscale">
|
||||
<refnamediv>
|
||||
|
@ -11,13 +11,13 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>bcscale</methodname>
|
||||
<type>bool</type><methodname>bcscale</methodname>
|
||||
<methodparam><type>int</type><parameter>scale</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function sets the default scale parameter for all subsequent
|
||||
bc math functions that do not explicitly specify a scale
|
||||
parameter.
|
||||
parameter. &return.success;
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue