- correct ref to function and c/p in the example code

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329951 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Pierre Joye 2013-03-28 21:10:15 +00:00
parent 6155859848
commit b63bf5479e

View file

@ -153,13 +153,13 @@
<![CDATA[
<?php
// Load an image
$excel = imagecreate(500, 500);
$im = imagecreate(500, 500);
// By default interpolation is IMG_BICUBIC_FIXED, switch
// to use the 'Mitchell' filter:
imagesetinterpolation($excel, IMG_MITCHELL);
imagesetinterpolation($im, IMG_MITCHELL);
// Continue to work with $excel ...
// Continue to work with $im ...
?>
]]>
</programlisting>
@ -176,22 +176,7 @@ imagesetinterpolation($excel, IMG_MITCHELL);
<itemizedlist>
<listitem>
<simpara>
<function>imageaffinematrixconcat</function>
</simpara>
</listitem>
<listitem>
<simpara>
<function>imageaffinematrixget</function>
</simpara>
</listitem>
<listitem>
<simpara>
<function>imagecrop</function>
</simpara>
</listitem>
<listitem>
<simpara>
<function>imagecropauto</function>
<function>imageaffine</function>
</simpara>
</listitem>
<listitem>