mirror of
https://github.com/php/doc-de.git
synced 2026-03-29 10:42:12 +02:00
fixed svn properties git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@283888 c90b9560-bf6c-de11-be94-00142212c4b1
53 lines
1.6 KiB
XML
53 lines
1.6 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision$ -->
|
|
<!-- splitted from ./de/functions/image.xml, last change in rev 1.2 -->
|
|
<!-- last change to 'imageinterlace' in en/ tree in rev 1.2 -->
|
|
<!-- EN-Revision: n/a Maintainer: nobody Status: ready -->
|
|
<!-- OLD-Revision: 1.26/EN.1.2 -->
|
|
<refentry xml:id="function.imageinterlace" xmlns="http://docbook.org/ns/docbook">
|
|
<refnamediv>
|
|
<refname>imageinterlace</refname>
|
|
<refpurpose>
|
|
Schaltet die Interlaced-Darstellung eines Bildes an oder aus
|
|
</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Beschreibung:</title>
|
|
<methodsynopsis>
|
|
<type>int</type><methodname>imageinterlace</methodname>
|
|
<methodparam><type>resource</type><parameter>im</parameter></methodparam>
|
|
<methodparam choice="opt"><type>int</type><parameter>interlace</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
Mit der Funktion <function>imageInterlace</function> setzen Sie
|
|
das Bit für die interlaced-Darstellung eines Bildes auf An (1)
|
|
oder Aus (0).
|
|
</para>
|
|
<para>
|
|
Als Rückgabewert erhalten Sie die aktuelle Einstellung des
|
|
Interlaced-Modus.
|
|
</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
|
|
-->
|