dams Tue Feb 11 06:47:58 2003 EDT
Modified files:
/phpdoc/en/reference/printer/functions printer-delete-brush.xml
printer-delete-dc.xml
printer-delete-font.xml
printer-delete-pen.xml
printer-draw-bmp.xml
printer-write.xml
Log:
use of &return.success;
Index: phpdoc/en/reference/printer/functions/printer-delete-brush.xml
diff -u phpdoc/en/reference/printer/functions/printer-delete-brush.xml:1.2
phpdoc/en/reference/printer/functions/printer-delete-brush.xml:1.3
--- phpdoc/en/reference/printer/functions/printer-delete-brush.xml:1.2 Wed Apr 17
02:43:32 2002
+++ phpdoc/en/reference/printer/functions/printer-delete-brush.xml Tue Feb 11
+06:47:57 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/printer.xml, last change in rev 1.6 -->
<refentry id="function.printer-delete-brush">
<refnamediv>
@@ -14,8 +14,8 @@
</methodsynopsis>
<para>
The function deletes the selected brush. For an example see
- <function>printer_select_brush</function>. It returns &true; on
- success, or &false; otherwise. <parameter>handle</parameter>
+ <function>printer_select_brush</function>. &return.success;
+ <parameter>handle</parameter>
must be a valid handle to a brush.
</para>
</refsect1>
Index: phpdoc/en/reference/printer/functions/printer-delete-dc.xml
diff -u phpdoc/en/reference/printer/functions/printer-delete-dc.xml:1.2
phpdoc/en/reference/printer/functions/printer-delete-dc.xml:1.3
--- phpdoc/en/reference/printer/functions/printer-delete-dc.xml:1.2 Wed Apr 17
02:43:32 2002
+++ phpdoc/en/reference/printer/functions/printer-delete-dc.xml Tue Feb 11 06:47:57
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/printer.xml, last change in rev 1.6 -->
<refentry id="function.printer-delete-dc">
<refnamediv>
@@ -13,9 +13,9 @@
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
</methodsynopsis>
<para>
- The function deletes the device context and returns &true; on success,
- or &false; if an error occurred. For an example see
- <function>printer_create_dc</function>. <parameter>handle</parameter>
+ The function deletes the device context. &return.success;
+ For an example see <function>printer_create_dc</function>.
+ <parameter>handle</parameter>
must be a valid handle to a printer.
</para>
</refsect1>
Index: phpdoc/en/reference/printer/functions/printer-delete-font.xml
diff -u phpdoc/en/reference/printer/functions/printer-delete-font.xml:1.2
phpdoc/en/reference/printer/functions/printer-delete-font.xml:1.3
--- phpdoc/en/reference/printer/functions/printer-delete-font.xml:1.2 Wed Apr 17
02:43:32 2002
+++ phpdoc/en/reference/printer/functions/printer-delete-font.xml Tue Feb 11
+06:47:57 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/printer.xml, last change in rev 1.6 -->
<refentry id="function.printer-delete-font">
<refnamediv>
@@ -14,8 +14,8 @@
</methodsynopsis>
<para>
The function deletes the selected font. For an example see
- <function>printer_select_font</function>. It returns &true; on success,
- or &false; otherwise. <parameter>handle</parameter> must be a valid
+ <function>printer_select_font</function>. &return.success;
+ <parameter>handle</parameter> must be a valid
handle to a font.
</para>
</refsect1>
Index: phpdoc/en/reference/printer/functions/printer-delete-pen.xml
diff -u phpdoc/en/reference/printer/functions/printer-delete-pen.xml:1.2
phpdoc/en/reference/printer/functions/printer-delete-pen.xml:1.3
--- phpdoc/en/reference/printer/functions/printer-delete-pen.xml:1.2 Wed Apr 17
02:43:32 2002
+++ phpdoc/en/reference/printer/functions/printer-delete-pen.xml Tue Feb 11
+06:47:57 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/printer.xml, last change in rev 1.6 -->
<refentry id="function.printer-delete-pen">
<refnamediv>
@@ -14,8 +14,9 @@
</methodsynopsis>
<para>
The function deletes the selected pen. For an example see
- <function>printer_select_pen</function>. It returns &true; on success,
- or &false; otherwise. <parameter>handle</parameter> must be a valid
+ <function>printer_select_pen</function>.
+ &return.success;
+ <parameter>handle</parameter> must be a valid
handle to a pen.
</para>
</refsect1>
Index: phpdoc/en/reference/printer/functions/printer-draw-bmp.xml
diff -u phpdoc/en/reference/printer/functions/printer-draw-bmp.xml:1.2
phpdoc/en/reference/printer/functions/printer-draw-bmp.xml:1.3
--- phpdoc/en/reference/printer/functions/printer-draw-bmp.xml:1.2 Wed Apr 17
02:43:32 2002
+++ phpdoc/en/reference/printer/functions/printer-draw-bmp.xml Tue Feb 11 06:47:57
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/printer.xml, last change in rev 1.6 -->
<refentry id="function.printer-draw-bmp">
<refnamediv>
@@ -22,7 +22,7 @@
valid handle to a printer.
</para>
<para>
- The function returns &true; on success, or otherwise &false;.
+ &return.success;
</para>
<example>
<title><function>printer_draw_bmp</function> example</title>
Index: phpdoc/en/reference/printer/functions/printer-write.xml
diff -u phpdoc/en/reference/printer/functions/printer-write.xml:1.2
phpdoc/en/reference/printer/functions/printer-write.xml:1.3
--- phpdoc/en/reference/printer/functions/printer-write.xml:1.2 Wed Apr 17 02:43:35
2002
+++ phpdoc/en/reference/printer/functions/printer-write.xml Tue Feb 11 06:47:57
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/printer.xml, last change in rev 1.6 -->
<refentry id="function.printer-write">
<refnamediv>
@@ -14,8 +14,8 @@
<methodparam><type>string</type><parameter>content</parameter></methodparam>
</methodsynopsis>
<para>
- Writes <parameter>content</parameter> directly to the printer, and
- returns &true; on success or &false; if it failed.
+ Writes <parameter>content</parameter> directly to the printer.
+ &return.success;
</para>
<para>
<parameter>handle</parameter> must be a valid handle to a printer.
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php