didou Mon Feb 19 00:54:18 2007 UTC
Modified files:
/phpdoc/en/reference/image/functions getimagesize.xml
imagefilter.xml
Log:
Use <constant> where needed
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/image/functions/getimagesize.xml?r1=1.28&r2=1.29&diff_format=u
Index: phpdoc/en/reference/image/functions/getimagesize.xml
diff -u phpdoc/en/reference/image/functions/getimagesize.xml:1.28
phpdoc/en/reference/image/functions/getimagesize.xml:1.29
--- phpdoc/en/reference/image/functions/getimagesize.xml:1.28 Sun Jan 14
03:15:21 2007
+++ phpdoc/en/reference/image/functions/getimagesize.xml Mon Feb 19
00:54:18 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
<refentry id="function.getimagesize">
<refnamediv>
<refname>getimagesize</refname>
@@ -127,7 +127,7 @@
<para>
If accessing the <parameter>filename</parameter> image is impossible, or
if it isn't a valid picture, <function>getimagesize</function> will
- generate an error of level <varname>E_WARNING</varname>.
+ generate an error of level <constant>E_WARNING</constant>.
</para>
</refsect1>
<refsect1 role="changelog">
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/image/functions/imagefilter.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/image/functions/imagefilter.xml
diff -u phpdoc/en/reference/image/functions/imagefilter.xml:1.7
phpdoc/en/reference/image/functions/imagefilter.xml:1.8
--- phpdoc/en/reference/image/functions/imagefilter.xml:1.7 Tue Jan 23
02:57:08 2007
+++ phpdoc/en/reference/image/functions/imagefilter.xml Mon Feb 19 00:54:18 2007
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.imagefilter">
<refnamediv>
<refname>imagefilter</refname>
@@ -33,34 +33,34 @@
<itemizedlist>
<listitem>
<simpara>
- <parameter>IMG_FILTER_NEGATE</parameter>: Reverses all colors of
+ <constant>IMG_FILTER_NEGATE</constant>: Reverses all colors of
the image.
</simpara>
</listitem>
<listitem>
<simpara>
- <parameter>IMG_FILTER_GRAYSCALE</parameter>: Converts the image into
+ <constant>IMG_FILTER_GRAYSCALE</constant>: Converts the image into
grayscale.
</simpara>
</listitem>
<listitem>
<simpara>
- <parameter>IMG_FILTER_BRIGHTNESS</parameter>: Changes the brightness
+ <constant>IMG_FILTER_BRIGHTNESS</constant>: Changes the brightness
of the image. Use <parameter>arg1</parameter> to set the level of
brightness.
</simpara>
</listitem>
<listitem>
<simpara>
- <parameter>IMG_FILTER_CONTRAST</parameter>: Changes the contrast of
+ <constant>IMG_FILTER_CONTRAST</constant>: Changes the contrast of
the image. Use <parameter>arg1</parameter> to set the level of
contrast.
</simpara>
</listitem>
<listitem>
<simpara>
- <parameter>IMG_FILTER_COLORIZE</parameter>: Like
- <parameter>IMG_FILTER_GRAYSCALE</parameter>, except you can specify
the
+ <constant>IMG_FILTER_COLORIZE</constant>: Like
+ <constant>IMG_FILTER_GRAYSCALE</constant>, except you can specify the
color. Use <parameter>arg1</parameter>, <parameter>arg2</parameter>
and
<parameter>arg3</parameter> in the form of
<parameter>red</parameter>, <parameter>blue</parameter>,
@@ -69,35 +69,35 @@
</listitem>
<listitem>
<simpara>
- <parameter>IMG_FILTER_EDGEDETECT</parameter>: Uses edge detection to
+ <constant>IMG_FILTER_EDGEDETECT</constant>: Uses edge detection to
highlight the edges in the image.
</simpara>
</listitem>
<listitem>
<simpara>
- <parameter>IMG_FILTER_EMBOSS</parameter>: Embosses the image.
+ <constant>IMG_FILTER_EMBOSS</constant>: Embosses the image.
</simpara>
</listitem>
<listitem>
<simpara>
- <parameter>IMG_FILTER_GAUSSIAN_BLUR</parameter>: Blurs the image
using
+ <constant>IMG_FILTER_GAUSSIAN_BLUR</constant>: Blurs the image using
the Gaussian method.
</simpara>
</listitem>
<listitem>
<simpara>
- <parameter>IMG_FILTER_SELECTIVE_BLUR</parameter>: Blurs the image.
+ <constant>IMG_FILTER_SELECTIVE_BLUR</constant>: Blurs the image.
</simpara>
</listitem>
<listitem>
<simpara>
- <parameter>IMG_FILTER_MEAN_REMOVAL</parameter>: Uses mean removal to
+ <constant>IMG_FILTER_MEAN_REMOVAL</constant>: Uses mean removal to
achieve a "sketchy" effect.
</simpara>
</listitem>
<listitem>
<simpara>
- <parameter>IMG_FILTER_SMOOTH</parameter>: Makes the image smoother.
+ <constant>IMG_FILTER_SMOOTH</constant>: Makes the image smoother.
Use <parameter>arg1</parameter> to set the level of smoothness.
</simpara>
</listitem>