mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172498 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c3ea4451ba
commit
df1bfeb3e3
13 changed files with 29 additions and 27 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
|
||||
<refentry id="function.bcompiler-write-header">
|
||||
<refnamediv>
|
||||
|
@ -11,6 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type><methodname>bcompiler_write_header</methodname>
|
||||
<methodparam><type>resource</type><parameter>filehandle</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>write_ver</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- splitted from ./en/functions/calendar.xml, last change in rev 1.19 -->
|
||||
<refentry id='function.cal-info'>
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>cal_info</methodname>
|
||||
<methodparam><type>int</type><parameter>calendar</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>calendar</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>cal_info</function> returns information on the
|
||||
|
@ -25,7 +25,7 @@
|
|||
<para>
|
||||
If no <parameter>calendar</parameter> is specified information on all
|
||||
supported calendars is returned as an array. This functionality
|
||||
will be available beginning with PHP 5.
|
||||
is available beginning with PHP 5.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.26 -->
|
||||
<refentry id="function.fbsql-create-db">
|
||||
<refnamediv>
|
||||
|
@ -11,9 +11,8 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type><methodname>fbsql_create_db</methodname>
|
||||
<methodparam><type>string</type><parameter>database_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>
|
||||
link_identifier
|
||||
</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>database_options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>fbsql_create_db</function> attempts to create a new
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.fbsql-query">
|
||||
<refnamediv>
|
||||
|
@ -12,6 +12,7 @@
|
|||
<type>resource</type><methodname>fbsql_query</methodname>
|
||||
<methodparam><type>string</type><parameter>query</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>batch_size</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>fbsql_query</function> sends a query to the currently
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.19 -->
|
||||
<refentry id="function.fbsql-start-db">
|
||||
<refnamediv>
|
||||
|
@ -11,9 +11,8 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type><methodname>fbsql_start_db</methodname>
|
||||
<methodparam><type>string</type><parameter>database_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>
|
||||
link_identifier
|
||||
</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>database_options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&return.success;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.fputcsv">
|
||||
<refnamediv>
|
||||
<refname>fputcsv</refname>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>int</type><methodname>fputcsv</methodname>
|
||||
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>fields</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>fields</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>delimiter</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>enclosure</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.rar-open">
|
||||
<refnamediv>
|
||||
<refname>rar_open</refname>
|
||||
|
@ -10,6 +10,7 @@
|
|||
<methodsynopsis>
|
||||
<type>resource</type><methodname>rar_open</methodname>
|
||||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>password</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Open specified Rar archive and return Rar file resource.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/readline.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.readline-completion-function">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>readline_completion_function</methodname>
|
||||
<methodparam choice="opt"><type>callback</type><parameter>line</parameter></methodparam>
|
||||
<methodparam><type>callback</type><parameter>function</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function registers a completion function. You must supply
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/readline.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.readline">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>readline</methodname>
|
||||
<methodparam choice="opt"><type>string</type><parameter>prompt</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>prompt</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function returns a single string from the user. You may
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.iterator-count">
|
||||
<refnamediv>
|
||||
<refname>iterator_count</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>iterator_count</methodname>
|
||||
<methodparam><type>IteratorAggregate</type><parameter>iterator</parameter></methodparam>
|
||||
<methodparam><type>object</type><parameter>iterator</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.iterator-to-array">
|
||||
<refnamediv>
|
||||
<refname>iterator-to-array</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>iterator_to_array</methodname>
|
||||
<methodparam><type>IteratorAggregate</type><parameter>iterator</parameter></methodparam>
|
||||
<methodparam><type>object</type><parameter>iterator</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.stream-get-line">
|
||||
<refnamediv>
|
||||
<refname>stream_get_line</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<type>string</type><methodname>stream_get_line</methodname>
|
||||
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>length</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>ending</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>ending</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns a string of up to <parameter>length</parameter> bytes read from the file
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.xattr-supported">
|
||||
<refnamediv>
|
||||
|
@ -13,6 +13,7 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type><methodname>xattr_supported</methodname>
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This functions checks if filesystem holding file <parameter>path</parameter>
|
||||
|
|
Loading…
Reference in a new issue