victor Sun Mar 2 07:39:01 2003 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions fputs.xml
is-writeable.xml
Log:
Incorrectly formatted function alias - fixed
Index: phpdoc/en/reference/filesystem/functions/fputs.xml
diff -u phpdoc/en/reference/filesystem/functions/fputs.xml:1.4
phpdoc/en/reference/filesystem/functions/fputs.xml:1.5
--- phpdoc/en/reference/filesystem/functions/fputs.xml:1.4 Sun Jan 12 21:54:28
2003
+++ phpdoc/en/reference/filesystem/functions/fputs.xml Sun Mar 2 07:39:00 2003
@@ -1,24 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fputs">
<refnamediv>
<refname>fputs</refname>
- <refpurpose>Writes to a file pointer</refpurpose>
+ <refpurpose>Alias of <function>fwrite</function></refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
- <methodsynopsis>
- <type>int</type><methodname>fputs</methodname>
- <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
- <methodparam><type>string</type><parameter>str</parameter></methodparam>
- <methodparam
choice="opt"><type>int</type><parameter>length</parameter></methodparam>
- </methodsynopsis>
<para>
- <function>fputs</function> is an alias to
- <function>fwrite</function>, and is identical in every way. Note
- that the <parameter>length</parameter> parameter is optional and
- if not specified the entire string will be written.
+ This function is an alias of <function>fwrite</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/filesystem/functions/is-writeable.xml
diff -u phpdoc/en/reference/filesystem/functions/is-writeable.xml:1.2
phpdoc/en/reference/filesystem/functions/is-writeable.xml:1.3
--- phpdoc/en/reference/filesystem/functions/is-writeable.xml:1.2 Wed Apr 17
02:38:09 2002
+++ phpdoc/en/reference/filesystem/functions/is-writeable.xml Sun Mar 2 07:39:01
2003
@@ -1,19 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.55 -->
<refentry id="function.is-writeable">
<refnamediv>
<refname>is_writeable</refname>
- <refpurpose>Tells whether the filename is writable</refpurpose>
+ <refpurpose>Alias of <function>is_writable</function></refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
- <methodsynopsis>
- <type>bool</type><methodname>is_writeable</methodname>
- <methodparam><type>string</type><parameter>filename</parameter></methodparam>
- </methodsynopsis>
<para>
- This is an alias for <function>is_writable</function>
+ This function is an alias of <function>is_writable</function>.
</para>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php