diff --git a/reference/exif/functions/exif-imagetype.xml b/reference/exif/functions/exif-imagetype.xml index 6528c99945..95bddcd302 100644 --- a/reference/exif/functions/exif-imagetype.xml +++ b/reference/exif/functions/exif-imagetype.xml @@ -1,12 +1,12 @@ - + exif_imagetype Determine the type of an image - + &reftitle.description; intexif_imagetype @@ -23,7 +23,7 @@ whether or not the viewer is able to see a specific image in the browser. - + &reftitle.parameters; @@ -38,7 +38,7 @@ - + &reftitle.returnvalues; When a correct signature is found, the appropriate constant value will be @@ -47,7 +47,7 @@ exif_imagetype is much faster. - + &reftitle.changelog; @@ -76,7 +76,7 @@ - + &reftitle.constants; The following constants are defined, and represent possible @@ -162,7 +162,7 @@ - + &reftitle.examples; @@ -179,10 +179,12 @@ if (exif_imagetype('image.gif') != IMAGETYPE_GIF) { - + &reftitle.seealso; - getimagesize + + getimagesize + diff --git a/reference/exif/functions/exif-read-data.xml b/reference/exif/functions/exif-read-data.xml index f8032333c1..a1681dcfcf 100644 --- a/reference/exif/functions/exif-read-data.xml +++ b/reference/exif/functions/exif-read-data.xml @@ -1,14 +1,12 @@ - + exif_read_data - - Reads the EXIF headers from JPEG or TIFF - + Reads the EXIF headers from JPEG or TIFF - + &reftitle.description; arrayexif_read_data @@ -62,7 +60,7 @@ - + &reftitle.parameters; @@ -160,7 +158,7 @@ - + &reftitle.returnvalues; It returns an associative array where the array indexes are @@ -169,7 +167,7 @@ exif_read_data will return &false;. - + &reftitle.changelog; @@ -217,7 +215,7 @@ - + &reftitle.examples; @@ -242,6 +240,7 @@ foreach ($exif as $key => $section) { The first call fails because the image has no header information. + &example.outputs.similar; &reftitle.seealso; - exif_thumbnail&listendand; - getimagesize + + exif_thumbnail + getimagesize + diff --git a/reference/exif/functions/exif-tagname.xml b/reference/exif/functions/exif-tagname.xml index c8e80f47b2..8d0a09e529 100644 --- a/reference/exif/functions/exif-tagname.xml +++ b/reference/exif/functions/exif-tagname.xml @@ -1,11 +1,11 @@ - + exif_tagname Get the header name for an index - + &reftitle.description; stringexif_tagname @@ -15,7 +15,7 @@ &warn.undocumented.func; - + &reftitle.parameters; @@ -30,17 +30,19 @@ - + &reftitle.returnvalues; Returns the header name, or &false; if index is undefined. - + &reftitle.seealso; - exif_imagetype + + exif_imagetype + diff --git a/reference/exif/functions/exif-thumbnail.xml b/reference/exif/functions/exif-thumbnail.xml index acbce2e338..6708020e5a 100644 --- a/reference/exif/functions/exif-thumbnail.xml +++ b/reference/exif/functions/exif-thumbnail.xml @@ -1,12 +1,12 @@ - + exif_thumbnail Retrieve the embedded thumbnail of a TIFF or JPEG image - + &reftitle.description; stringexif_thumbnail @@ -30,7 +30,7 @@ are set. - + &reftitle.parameters; @@ -71,14 +71,14 @@ - + &reftitle.returnvalues; Returns the embedded thumbnail, or &false; if the image contains no thumbnail. - + &reftitle.changelog; @@ -109,7 +109,7 @@ - + &reftitle.examples; @@ -136,11 +136,13 @@ if ($image!==false) { - + &reftitle.seealso; - exif_read_data&listendand; - image_type_to_mime_type + + exif_read_data + image_type_to_mime_type +