Add imagecrop() to "see also" sections of imagecopy*()

Actually, the given examples of cropping and resizing, respectively, are
anachronistic; one would use imagecrop() and imagescale(), respectively,
nowadays.  As such they should be replaced with some still useful
examples.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350829 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-10-09 14:04:49 +00:00
parent f85d380904
commit 6dc00c0480
3 changed files with 9 additions and 1 deletions

View file

@ -132,6 +132,13 @@ imagedestroy($src);
</example>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
<member><function>imagecrop</function></member>
</simplelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -245,6 +245,7 @@ imagejpeg($image_p, null, 100);
<simplelist>
<member><function>imagecopyresized</function></member>
<member><function>imagescale</function></member>
<member><function>imagecrop</function></member>
</simplelist>
</refsect1>
</refentry>

View file

@ -201,7 +201,7 @@ imagejpeg($thumb);
<simplelist>
<member><function>imagecopyresampled</function></member>
<member><function>imagescale</function></member>
<member><function>imagecrop</function></member>
</simplelist>
</refsect1>
</refentry>