steinm          Wed Feb  8 06:28:05 2006 UTC

  Modified files:              
    /phpdoc/en/reference/paradox/functions      px-set-parameter.xml 
  Log:
  - added explaination for function arguments
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/paradox/functions/px-set-parameter.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/paradox/functions/px-set-parameter.xml
diff -u phpdoc/en/reference/paradox/functions/px-set-parameter.xml:1.2 
phpdoc/en/reference/paradox/functions/px-set-parameter.xml:1.3
--- phpdoc/en/reference/paradox/functions/px-set-parameter.xml:1.2      Fri Jun 
24 13:02:25 2005
+++ phpdoc/en/reference/paradox/functions/px-set-parameter.xml  Wed Feb  8 
06:28:05 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/paradox.xml, last change in rev  -->
 <refentry id="function.px-set-parameter">
  <refnamediv>
@@ -28,6 +28,8 @@
      <term><parameter>pxdoc</parameter></term>
      <listitem>
       <para>
+       Resource identifier of the paradox database
+       as returned by <function>px_new</function>.
       </para>
      </listitem>
     </varlistentry>
@@ -35,7 +37,8 @@
      <term><parameter>name</parameter></term>
      <listitem>
       <para>
-       <parameter>name</parameter> can be one of the following.
+       Depending on the parameter you want to set, <parameter>name</parameter>
+       can be one of the following.
       </para>
        <variablelist>
         <varlistentry>
@@ -71,6 +74,9 @@
      <term><parameter>value</parameter></term>
      <listitem>
       <para>
+       The value of parameter to set. For inputencoding and targetencoding
+       this must be the name of the encoding as understood by iconv or
+       recode, e.g. iso-8859-1, utf-8, cp850.
       </para>
      </listitem>
     </varlistentry>

Reply via email to