diff options
author | Thies C. Arntzen <thies@php.net> | 1999-09-02 11:58:23 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-09-02 11:58:23 +0000 |
commit | 9e959a0b8aba2ddf946ae6c4470b082c87f53ae2 (patch) | |
tree | 3afca3f28f972718bc69654955f3acfa04e70af0 /ext/standard/php_image.h | |
parent | 5b52d07ea6a7dab2ab339cbc731a6d0f78a95f34 (diff) | |
download | php-git-9e959a0b8aba2ddf946ae6c4470b082c87f53ae2.tar.gz |
newest GetImageSize renamed header-file
Diffstat (limited to 'ext/standard/php_image.h')
-rw-r--r-- | ext/standard/php_image.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ext/standard/php_image.h b/ext/standard/php_image.h new file mode 100644 index 0000000000..39dd9fa2fd --- /dev/null +++ b/ext/standard/php_image.h @@ -0,0 +1,26 @@ +/* + +----------------------------------------------------------------------+ + | PHP version 4.0 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997, 1998, 1999 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 2.0 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available at through the world-wide-web at | + | http://www.php.net/license/2_0.txt. | + | If you did not receive a copy of the PHP license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@php.net so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Rasmus Lerdorf | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + +#ifndef _IMAGE_H +#define _IMAGE_H + +PHP_FUNCTION(getimagesize); + +#endif /* _IMAGE_H */ |