php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
im.php File Reference

Go to the source code of this file.

Variables

 $im = imagecreatefromgif('zip://' . dirname(__FILE__) . '/test_im.zip#pear_item.gif')
 
 $z = new ZipArchive()
 
 $im_string = $z->getFromName("pear_item.gif")
 

Variable Documentation

◆ $im

$im = imagecreatefromgif('zip://' . dirname(__FILE__) . '/test_im.zip#pear_item.gif')

Definition at line 3 of file im.php.

◆ $im_string

$im_string = $z->getFromName("pear_item.gif")

Definition at line 8 of file im.php.

◆ $z

$z = new ZipArchive()

Definition at line 6 of file im.php.