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

Do you know design patterns. List few?

906


How do you trim spaces in excel?

964


What is pdo in php why use?

875


What is php session start?

960


What are the php functions?

974


How are php sessions stored?

920


How can you retrieve a cookie value?

1011


What are the final class and final method?

961


What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?

978


How is it possible to propagate a session id?

936


When use javascript vs php?

965


Is php strongly typed?

996


Explain the difference between $message and $$message?

918


How to get the total number of values in an array?

945


Explain how we can get the number of elements in an array?

963