mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
making see also and example title consistent
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118512 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ce2e5caccd
commit
081b3536bd
13 changed files with 41 additions and 35 deletions
|
@ -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-fetch-array">
|
||||
<refnamediv>
|
||||
|
@ -40,7 +40,7 @@
|
|||
a significant added value.
|
||||
</para>
|
||||
<para>
|
||||
For further details, also see
|
||||
See also
|
||||
<function>msql_fetch_row</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -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-select-db">
|
||||
<refnamediv>
|
||||
|
@ -29,7 +29,8 @@
|
|||
made on the active database.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>msql_connect</function>,
|
||||
See also
|
||||
<function>msql_connect</function>,
|
||||
<function>msql_pconnect</function>, and
|
||||
<function>msql_query</function>.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mssql-close">
|
||||
<refnamediv>
|
||||
|
@ -12,15 +12,15 @@
|
|||
<type>int</type><methodname>mssql_close</methodname>
|
||||
<methodparam choice="opt"><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns: &true; on success, &false; on error.
|
||||
</para>
|
||||
<para>
|
||||
<function>mssql_close</function> closes the link to a MS SQL
|
||||
Server database that's associated with the specified link
|
||||
identifier. If the link identifier isn't specified, the last
|
||||
opened link is assumed.
|
||||
</para>
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
Note that this isn't usually necessary, as non-persistent open
|
||||
links are automatically closed at the end of the script's
|
||||
|
@ -31,7 +31,8 @@
|
|||
generated by <function>mssql_pconnect</function>.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>mssql_connect</function>,
|
||||
See also
|
||||
<function>mssql_connect</function>, and
|
||||
<function>mssql_pconnect</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mssql-fetch-object">
|
||||
<refnamediv>
|
||||
|
@ -31,8 +31,8 @@
|
|||
</para>
|
||||
<para>
|
||||
See also
|
||||
<function>mssql_fetch-array</function>, and
|
||||
<function>mssql_fetch-row</function>.
|
||||
<function>mssql_fetch_array</function>, and
|
||||
<function>mssql_fetch_row</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mssql-fetch-row">
|
||||
<refnamediv>
|
||||
|
@ -28,7 +28,8 @@
|
|||
more rows.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>mssql_fetch_array</function>,
|
||||
See also
|
||||
<function>mssql_fetch_array</function>,
|
||||
<function>mssql_fetch_object</function>,
|
||||
<function>mssql_data_seek</function>,
|
||||
<function>mssql_fetch_lengths</function>, and
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mssql-num-fields">
|
||||
<refnamediv>
|
||||
|
@ -17,7 +17,8 @@
|
|||
fields in a result set.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>mssql_db_query</function>,
|
||||
See also
|
||||
<function>mssql_db_query</function>,
|
||||
<function>mssql_query</function>,
|
||||
<function>mssql_fetch_field</function>, and
|
||||
<function>mssql_num_rows</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mssql-num-rows">
|
||||
<refnamediv>
|
||||
|
@ -17,7 +17,8 @@
|
|||
a result set.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>mssql_db_query</function>,
|
||||
See also
|
||||
<function>mssql_db_query</function>,
|
||||
<function>mssql_query</function>, and
|
||||
<function>mssql_fetch_row</function>.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mssql-query">
|
||||
<refnamediv>
|
||||
|
@ -26,7 +26,8 @@
|
|||
<function>mssql_connect</function> was called, and use it.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>mssql_db_query</function>,
|
||||
See also
|
||||
<function>mssql_db_query</function>,
|
||||
<function>mssql_select_db</function>, and
|
||||
<function>mssql_connect</function>.
|
||||
</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-drop-db">
|
||||
<refnamediv>
|
||||
|
@ -15,14 +15,14 @@
|
|||
link_identifier
|
||||
</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
<function>mysql_drop_db</function> attempts to drop (remove) an
|
||||
entire database from the server associated with the specified
|
||||
link identifier.
|
||||
</para>
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
For downward compatibility <function>mysql_dropdb</function>
|
||||
can also be used. This is deprecated, however.
|
||||
|
@ -35,7 +35,7 @@
|
|||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also: <function>mysql_create_db</function>,
|
||||
See also <function>mysql_create_db</function>, and
|
||||
<function>mysql_query</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -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-errno">
|
||||
<refnamediv>
|
||||
|
@ -31,7 +31,7 @@
|
|||
make sure you check the value before calling another MySQL
|
||||
function.
|
||||
<example>
|
||||
<title>mysql_errno Example</title>
|
||||
<title><function>mysql_errno</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.27 -->
|
||||
<refentry id="function.mysql-fetch-array">
|
||||
<refnamediv>
|
||||
|
@ -124,7 +124,7 @@ select table1.field as foo table2.field as bar from table1, table2
|
|||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
For further details, see also
|
||||
See also
|
||||
<function>mysql_fetch_row</function> and
|
||||
<function>mysql_fetch_assoc</function>.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mysql-num-fields">
|
||||
<refnamediv>
|
||||
|
@ -14,13 +14,13 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>mysql_num_fields</function> returns the number of
|
||||
fields in a result set.
|
||||
fields in the result set <parameter>result</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
See also:
|
||||
See also
|
||||
<function>mysql_select_db</function>,
|
||||
<function>mysql_query</function>,
|
||||
<function>mysql_fetch_field</function>,
|
||||
<function>mysql_fetch_field</function>, and
|
||||
<function>mysql_num_rows</function>.</para>
|
||||
<para>
|
||||
For downward compatibility <function>mysql_numfields</function>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mysql-num-rows">
|
||||
<refnamediv>
|
||||
|
@ -45,7 +45,7 @@ echo "$num_rows Rows\n";
|
|||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also:
|
||||
See also
|
||||
<function>mysql_affected_rows</function>,
|
||||
<function>mysql_connect</function>,
|
||||
<function>mysql_data_seek</function>,
|
||||
|
|
Loading…
Reference in a new issue