Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what are in image creating functions in php

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is $_ request in php?

944


What are examples of dependent variables?

995


Can we use onclick in submit button?

1095


Why do we use csrf token?

996


Write a program to find a string is palindrome or not?

1013


Tell us why did you choose this particular career path?

1008


What is action hooks and filter hooks?

941


Is empty function c++?

1007


What is a persistence cookie?

981


What is curl php?

1073


What are the Formatting and Printing Strings available in PHP?

1130


Who created numbers?

1028


Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?

1052


what is the use of include_once in php?

1107


How to check a variable is array or not in php?

1062