From 48e40094496257e0f086890e52cd372521f34caa Mon Sep 17 00:00:00 2001 From: Slawomir Pucia Date: Thu, 13 Jun 2002 16:55:23 +0000 Subject: [PATCH] s/GetImageSize/getimagesize/ git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85590 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/iptcparse.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/misc/functions/iptcparse.xml b/reference/misc/functions/iptcparse.xml index 3d7d6e9e87..34826477b0 100644 --- a/reference/misc/functions/iptcparse.xml +++ b/reference/misc/functions/iptcparse.xml @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ This function parses a binary IPTC block into its single tags. It returns an array using the tagmarker as an index and the value as the value. It returns &false; on error or if no IPTC data was - found. See GetImageSize for a sample. + found. See getimagesize for a sample.