mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
no space in paramter name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124792 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
af789f5a8e
commit
8731e14f57
2 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/pfpro.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.pfpro-process-raw">
|
||||
<refnamediv>
|
||||
|
@ -14,10 +14,10 @@
|
|||
<methodparam choice="opt"><type>string</type><parameter>address</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>port</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>timeout</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>proxy address</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>proxy port</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>proxy logon</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>proxy password</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>proxy_address</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>proxy_port</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>proxy_logon</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>proxy_password</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns: A string containing the response.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/pfpro.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.pfpro-process">
|
||||
<refnamediv>
|
||||
|
@ -15,10 +15,10 @@
|
|||
<methodparam choice="opt"><type>string</type><parameter>address</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>port</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>timeout</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>proxy address</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>proxy port</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>proxy logon</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>proxy password</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>proxy_address</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>proxy_port</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>proxy_logon</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>proxy_password</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns: An associative array containing the response
|
||||
|
|
Loading…
Reference in a new issue