what are in image creating functions in php

Answers were Sorted based on User's Feedback



what are in image creating functions in php..

Answer / harsh

GD library

Is This Answer Correct ?    10 Yes 2 No

what are in image creating functions in php..

Answer / guest

yes

Is This Answer Correct ?    4 Yes 2 No

what are in image creating functions in php..

Answer / yukti vig

extension=php_gd2.dll

you need to open an extension for gdlibrary in the php.ini
file. and then use simple image functions as suggested by
Munesh

Is This Answer Correct ?    2 Yes 0 No

what are in image creating functions in php..

Answer / sanjeev kumar

image creating functions

dir()

Example :-

<?php
//Open images directory
$dir = dir("images");//List files in images directory
while (($file = $dir->read()) !== false)
{
echo "filename: " . $file . "<br />";
}$dir->close();
?>

Is This Answer Correct ?    3 Yes 1 No

what are in image creating functions in php..

Answer / munesh singh tomar

imagecreate(W,H)

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More PHP Interview Questions

How to write a program to make chess?

0 Answers  


Is it possible to protect special characters in a query string?

0 Answers  


What is the purpose of the '.myd' file extension? What do thes file contain?

0 Answers  


If the variable $a is equal to 5 and variable $b is equal to character a, what’s the value of $$b? Can anyone explain how's the value of $$b=100

15 Answers   ABC, Asan, Indivar, Swistro Marketing Solutions,


What are sql functions?

0 Answers  






What are the different ways to login to a remote server? Explain the means, advantages and disadvantages?

1 Answers  


What is urlencode and urldecode in php?

0 Answers  


How check field is empty or not in php?

0 Answers  


hi,am a fresher in sap sd,will i try as a fresher or i wl go for with 2 to 3 yr exp,pls suggest me which web site is best for sap freshers.

0 Answers  


What are the 5 types of variables?

0 Answers  


when will be syndicate bank written exam ? i need the date of exam

0 Answers  


Can I use php in visual studio?

0 Answers  


Categories