what are in image creating functions in php
Answers were Sorted based on User's Feedback
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 |
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 |
Hello Friends,I am seeking for a job in php having 9 months. exp.Please suggest any company openings.
How to call javascript function in php on button click?
Is php developer in demand?
How to get complete current page url in php?
Explain what is smarty?
What are the advantages and disadvantages of cascade style sheets?
Is rent a variable cost?
Explain how is it possible to cast types in php?
Explain php parameterized functions.
Who is the father or inventor of php?
How to delete cookie files on your computer?
What is the meaning of curl , which is used while connecting with pay pal? and how it works?