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

Where is session value stored?

0 Answers  


What is array filter in php?

0 Answers  


Seeking a PHP skilled programmer, with knowledge of MySQL Database, Javascript and AJAX. CSS and HTML is a plus. Temporary job for 2 months. Possibility of extending the contract (depending on how good you are). Location: Delhi. Start: ASAP Contact me at boney@portlane.com together with your CV.

0 Answers   Eniro,


What is string function sql?

0 Answers  


What is the default session out time?

0 Answers  






What is use of in_array() function in php?

0 Answers  


What are the current versions of apache, PHP, and mysql?

21 Answers  


How do I debug php?

0 Answers  


What is if isset ($_ post submit )) in php?

0 Answers  


what is constructor

0 Answers  


i have a string and that string contains the alphanumeric value and i want to hide or semihide the 10 digit telephone number from the string.

0 Answers  


write a note on Testing the web site

0 Answers  


Categories