Source for file return.php

Documentation is available at return.php


1 <?php
2 /**
3 * @package Examples
4 * @author Derick Rethans <derick@php.net>
5 */
6
7 /**
8 * @param string $filename The filename of the image
9 * @return resource A GD image resource
10 */
11 function returnNiceGif ($filename)
12 {
13 return imagecreatefromgif ($filename);
14 }
15 ?>

Documentation generated on Tue, 18 Nov 2003 18:06:12 +0100 by phpDocumentor 1.2.2