mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document imagegetinterpolation()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351555 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
20216b916e
commit
0ebd26c45c
3 changed files with 72 additions and 0 deletions
63
reference/image/functions/imagegetinterpolation.xml
Normal file
63
reference/image/functions/imagegetinterpolation.xml
Normal file
|
@ -0,0 +1,63 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
|
||||
<refentry xml:id="function.imagegetinterpolation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>imagegetinterpolation</refname>
|
||||
<refpurpose>Get the interpolation method</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>imagegetinterpolation</methodname>
|
||||
<methodparam><type>GdImage</type><parameter>image</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Gets the currently set interpolation method of the <parameter>image</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<variablelist>
|
||||
&gd.image.description;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns the interpolation method.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><function>imagesetinterpolation</function></member>
|
||||
</simplelist>
|
||||
</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:"~/.phpdoc/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
|
||||
-->
|
|
@ -192,6 +192,14 @@ imagesetinterpolation($im, IMG_MITCHELL);
|
|||
</itemizedlist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><function>imagegetinterpolation</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
<function name="imagegd" from="PHP 4 >= 4.0.7, PHP 5, PHP 7"/>
|
||||
<function name="imagegd2" from="PHP 4 >= 4.0.7, PHP 5, PHP 7"/>
|
||||
<function name="imagegetclip" from="PHP 7 >= 7.2.0"/>
|
||||
<function name="imagegetinterpolation" from="PHP 8"/>
|
||||
<function name="imagegif" from="PHP 4, PHP 5, PHP 7"/>
|
||||
<function name="imagegrabscreen" from="PHP 5 >= 5.2.2, PHP 7"/>
|
||||
<function name="imagegrabwindow" from="PHP 5 >= 5.2.2, PHP 7"/>
|
||||
|
|
Loading…
Reference in a new issue