mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
f85d380904
commit
6dc00c0480
3 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue