mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
no space in paramters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127441 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
18b52f3568
commit
a695c8a238
5 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.cpdf-import-jpeg">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<type>int</type><methodname>cpdf_import_jpeg</methodname>
|
||||
<methodparam><type>int</type><parameter>pdf_document</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>file name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>file_name</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x-coor</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y-coor</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>angle</parameter></methodparam>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.cpdf-set-font">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cpdf_set_font</methodname>
|
||||
<methodparam><type>int</type><parameter>pdf_document</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>font name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>font_name</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>size</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>encoding</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.26 -->
|
||||
<refentry id="function.fbsql-create-db">
|
||||
<refnamediv>
|
||||
|
@ -10,15 +10,15 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>fbsql_create_db</methodname>
|
||||
<methodparam><type>string</type><parameter>database name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>database_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>
|
||||
link_identifier
|
||||
</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>fbsql_create_db</function> attempts to create a new
|
||||
database on the server associated with the specified link
|
||||
identifier.
|
||||
database named <parameter>database_name</parameter> on the server
|
||||
associated with the specified connexion <parameter>link_identifier</parameter>.
|
||||
</para>
|
||||
<example>
|
||||
<title><function>fbsql_create_db</function> example</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/msql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.msql-createdb">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>msql_createdb</methodname>
|
||||
<methodparam><type>string</type><parameter>database name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>database_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mysql-create-db">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>mysql_create_db</methodname>
|
||||
<methodparam><type>string</type><parameter>database name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>database_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>
|
||||
link_identifier
|
||||
</parameter></methodparam>
|
||||
|
|
Loading…
Reference in a new issue