s/GetImageSize/getimagesize/

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85590 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Slawomir Pucia 2002-06-13 16:55:23 +00:00
parent ed3d1dbe9c
commit 48e4009449

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/misc.xml, last change in rev 1.2 -->
<refentry id="function.iptcparse">
<refnamediv>
@ -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 <function>GetImageSize</function> for a sample.
found. See <function>getimagesize</function> for a sample.
</simpara>
</refsect1>
</refentry>