At 11.58 30/06/02 +0000, Paul Hudson wrote:

>http://www.php.net/manual/en/function.getimagesize.php
>
>"A very common one in to embed"
>"A very common use is to embed"

Isnt this right as is now?

>http://uk.php.net/manual/en/function.iptcparse.php
>
>This is an image function - how come it is listed in misc. rather than in 
>image functions?
>Could at least a link be placed somewhere in the image section?  Or in
>http://www.php.net/manual/en/function.iptcembed.php,
>         which *is* under images? :)
>http://www.php.net/manual/en/function.imagecopy.php
>
>Just to make the function definition a little more obvious to the reader...
>
>"int imagecopy ( resource dst_im, resource src_im, int dst_x, int dst_y, 
>int src_x, int src_y, int src_w, int src_h)
>
>Copy a part of src_im onto dst_im starting at the x,y coordinates src_x, 
>src_y with a width of src_w and a height of src_h. The portion defined will be
>
>copied onto the x,y coordinates, dst_x and dst_y. "
>
>         -
>
>         "int imagecopy ( resource dest_image, resource source_image, int 
> dest_x, int dest_y, int source_x, int source_y, int source_width, int 
> source_height)
>
>Copy a part of source_image onto dest_image starting at the x,y 
>coordinates source_x, source_y with a width of source_width and a height 
>of source_height.
>
>The portion defined will be copied onto the x,y coordinates, dest_x and 
>dest_y.

I did not touch these typos: waiting for other docwriters to state their 
opinions.



-- 
http://cortesi.com/
blog  *  photos  *  PHP in italian
did I help you? http://cortesi.com/wishlist.php


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to