1
0
mirror of https://github.com/php/doc-de.git synced 2026-04-23 15:08:07 +02:00
Files
archived-doc-de/reference/printer/functions/printer-delete-dc.xml
T
Dirk Randhahn 5ce9e9d1a4 initial translation
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@172634 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-14 14:31:19 +00:00

46 lines
1.3 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.3 -->
<!-- splitted from ./en/functions/printer.xml, last change in rev 1.6 -->
<refentry id="function.printer-delete-dc">
<refnamediv>
<refname>printer_delete_dc</refname>
<refpurpose>Löscht einen Gerätekontext</refpurpose>
</refnamediv>
<refsect1>
<title>Beschreibung</title>
<methodsynopsis>
<type>bool</type><methodname>printer_delete_dc</methodname>
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
</methodsynopsis>
<para>
Diese Funktion löscht den übergebenen Gerätekontext (device conntext)
&return.success; Hier finden Sie ein Beispiel:
<function>printer_create_dc</function>.
<parameter>handle</parameter>
muss ein gültiger Druckerhandler sein.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->