mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Move important note upward to make it more prominent
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344603 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b84cc8e4c5
commit
653e79693a
2 changed files with 10 additions and 18 deletions
|
@ -15,6 +15,11 @@
|
|||
<para>
|
||||
Grabs a screenshot of the whole screen.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This function is only available on Windows.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<!--
|
||||
|
@ -64,15 +69,6 @@ imagedestroy($im);
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
This function is only available on Windows.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
|
|
|
@ -16,6 +16,11 @@
|
|||
<para>
|
||||
Grabs a window or its client area using a windows handle (HWND property in COM instance)
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This function is only available on Windows.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
@ -105,15 +110,6 @@ imagedestroy($im);
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
This function is only available on Windows.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue