mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove self-reference See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184894 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c187de872f
commit
8664ea3458
12 changed files with 20 additions and 27 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/calendar.xml, last change in rev 1.19 -->
|
||||
<refentry id='function.cal-to-jd'>
|
||||
<refnamediv>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<constant>CAL_FRENCH</constant>.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>cal_to_jd</function>.
|
||||
See also <function>cal_from_jd</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.28 -->
|
||||
<refentry id="function.fbsql-read-blob">
|
||||
<refnamediv>
|
||||
|
@ -54,7 +54,6 @@
|
|||
</example>
|
||||
<para>
|
||||
See also: <function>fbsql_create_blob</function>,
|
||||
<function>fbsql_read_blob</function>,
|
||||
<function>fbsql_read_clob</function>, and
|
||||
<function>fbsql_set_lob_mode</function>.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.28 -->
|
||||
<refentry id="function.fbsql-read-clob">
|
||||
<refnamediv>
|
||||
|
@ -54,8 +54,7 @@
|
|||
</example>
|
||||
<para>
|
||||
See also: <function>fbsql_create_blob</function>,
|
||||
<function>fbsql_read_blob</function>,
|
||||
<function>fbsql_read_clob</function>, and
|
||||
<function>fbsql_read_blob</function>, and
|
||||
<function>fbsql_set_lob_mode</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.imap-set-quota">
|
||||
<refnamediv>
|
||||
|
@ -57,7 +57,7 @@ imap_close($mbox);
|
|||
</para>
|
||||
<para>
|
||||
See also <function>imap_open</function> and
|
||||
<function>imap_set_quota</function>.
|
||||
<function>imap_get_quota</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.maxdb-client-encoding">
|
||||
<refnamediv>
|
||||
<refname>maxdb_client_encoding</refname>
|
||||
|
@ -16,7 +16,6 @@
|
|||
<refsect1>
|
||||
<title>See also</title>
|
||||
<para>
|
||||
<function>maxdb_client_encoding</function>.
|
||||
<function>maxdb_real_escape_string</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/mbstring.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.mb-strpos">
|
||||
<refnamediv>
|
||||
|
@ -47,7 +47,7 @@
|
|||
is omitted, internal character encoding is used.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>mb_strpos</function>,
|
||||
See also <function>mb_strrpos</function>,
|
||||
<function>mb_internal_encoding</function>,
|
||||
<function>strpos</function>
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mssql-data-seek">
|
||||
<refnamediv>
|
||||
|
@ -23,9 +23,6 @@
|
|||
number 0. The next call to <function>mssql_fetch_row</function>
|
||||
would return that row.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>mssql_data_seek</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-client-encoding">
|
||||
<refnamediv>
|
||||
<refname>mysqli_client_encoding</refname>
|
||||
|
@ -16,7 +16,6 @@
|
|||
<refsect1>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_client_encoding</function>&listendand;
|
||||
<function>mysqli_real_escape_string</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.msg-remove-queue">
|
||||
<refnamediv>
|
||||
<refname>msg_remove_queue</refname>
|
||||
|
@ -20,7 +20,7 @@
|
|||
release the system resources held by it.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>msg_remove_queue</function>,
|
||||
See also <function>msg_get_queue</function>,
|
||||
<function>msg_receive</function>,
|
||||
<function>msg_stat_queue</function> and
|
||||
<function>msg_set_queue</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.msg-set-queue">
|
||||
<refnamediv>
|
||||
<refname>msg_set_queue</refname>
|
||||
|
@ -32,7 +32,7 @@
|
|||
See also <function>msg_remove_queue</function>,
|
||||
<function>msg_receive</function>,
|
||||
<function>msg_stat_queue</function> and
|
||||
<function>msg_set_queue</function>.
|
||||
<function>msg_get_queue</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.msg-stat-queue">
|
||||
<refnamediv>
|
||||
<refname>msg_stat_queue</refname>
|
||||
|
@ -94,7 +94,7 @@
|
|||
<para>
|
||||
See also <function>msg_remove_queue</function>,
|
||||
<function>msg_receive</function>,
|
||||
<function>msg_stat_queue</function> and
|
||||
<function>msg_get_queue</function> and
|
||||
<function>msg_set_queue</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.gzgets">
|
||||
<refnamediv>
|
||||
<refname>gzgets</refname>
|
||||
|
@ -74,7 +74,7 @@ gzlose($handle);
|
|||
<simplelist>
|
||||
<member><function>gzopen</function></member>
|
||||
<member><function>gzgetc</function></member>
|
||||
<member><function>gzgets</function></member>
|
||||
<member><function>gzwrite</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue