From db1a9d9ec7ca471917e8dc978bfcd97b4fbb9fc8 Mon Sep 17 00:00:00 2001 From: Paul Reinheimer Date: Tue, 2 Oct 2007 18:48:32 +0000 Subject: [PATCH] Documented the other parameter, the required one even :) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@243404 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/getimagesize.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/image/functions/getimagesize.xml b/reference/image/functions/getimagesize.xml index 258a35477b..a2d5645d6c 100644 --- a/reference/image/functions/getimagesize.xml +++ b/reference/image/functions/getimagesize.xml @@ -1,5 +1,5 @@ - + getimagesize @@ -40,7 +40,9 @@ filename - + This parameter specifies the file you wish to retrieve information + about. It can reference a local file or (configuration permitting) a + remote file using one of the supported streams.