mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Document imageflip() & imagecrop*() in the migration guide
# imagecrop*() will be documented shortly git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329879 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5fe36ddd07
commit
37d5074da4
1 changed files with 44 additions and 0 deletions
|
@ -605,6 +605,28 @@ String dereferencing: P
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="migration55.new-functions.gd">
|
||||
<title><link linkend="book.image">GD</link></title>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>imageflip</function>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>imagecrop</function>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>imagecropauto</function>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="migration55.new-functions.intl">
|
||||
<title><link linkend="book.intl">Intl</link></title>
|
||||
|
@ -1089,6 +1111,28 @@ String dereferencing: P
|
|||
<sect1 xml:id="migration55.global-constants">
|
||||
<title>New Global Constants</title>
|
||||
|
||||
<sect2 xml:id="migration55.global-constants.gd">
|
||||
<title><link linkend="book.image">GD</link></title>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>IMG_FLIP_BOTH</constant>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>IMG_FLIP_HORIZONTAL</constant>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>IMG_FLIP_VERTICAL</constant>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="migration55.global-constants.mysqli">
|
||||
<title><link linkend="book.mysqli">MySQLi</link></title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue