ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Scripts  >>  PHP
 
 


 

 
 PHP interview questions  PHP Interview Questions
 ASP interview questions  ASP Interview Questions
 CGI Perl interview questions  CGI Perl Interview Questions
 JavaScript interview questions  JavaScript Interview Questions
 VB Script interview questions  VB Script Interview Questions
 JSP interview questions  JSP Interview Questions
 Shell Script interview questions  Shell Script Interview Questions
 Python interview questions  Python Interview Questions
 Tcl interview questions  Tcl Interview Questions
 Awk interview questions  Awk Interview Questions
 AJAX interview questions  AJAX Interview Questions
 Ruby on Rails interview questions  Ruby on Rails Interview Questions
 Scripts AllOther interview questions  Scripts AllOther Interview Questions
Question
what are in image creating functions in php
 Question Submitted By :: Rakesh Kumar Nautiyal
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what are in image creating functions in php
Answer
# 1
GD library
 
Is This Answer Correct ?    6 Yes 2 No
Harsh
 
  Re: what are in image creating functions in php
Answer
# 2
yes
 
Is This Answer Correct ?    2 Yes 2 No
Guest
 
 
 
  Re: what are in image creating functions in php
Answer
# 3
imagecreate(W,H)
 
Is This Answer Correct ?    0 Yes 0 No
Munesh Singh Tomar
 
  Re: what are in image creating functions in php
Answer
# 4
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 ?    0 Yes 0 No
Yukti Vig
 
  Re: what are in image creating functions in php
Answer
# 5
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 ?    0 Yes 0 No
Sanjeev Kumar
 

 
 
 
Other PHP Interview Questions
 
  Question Asked @ Answers
 
Who is the father of PHP and explain the changes in PHP versions? iMark-Group6
we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met. IndiaTimes1
How can we register the variables into a Session? HCL5
does PHP support foreign key and Rollback?yes or not.if not then why. how will you done these concept in php? Avanigoradia1
how do we can copy of the content of a web page with the help og the URL and display them onto any other page  4
How do you set the browser timeout?  3
How can we submit a form without a submit buttom? A1-Technology10
List out different arguments in PHP header function?  2
write code to find the date difference b/w two given date using PHP not MYSQL function? HyperQuality2
what is the default method of form in php?  5
how we can upload and view video files  2
is anybody upload more than 100mb file using PHP upload script in ONLINE SERVER (using .htaccess file)? please give some idea...  1
how to do connectivity of 2 dbs in PHP script? TCS3
How can you get, the total size of a certain directory?  1
What is the functionality of the function strstr and stristr?  2
when ever the user logged in the database table the current registered date will be appeared  3
suppose if u want to pass session value using cookies onlu.. what changes i've to made in php.ini file?  1
what mode to use when creating dirs with mkdir?  1
how can we check mail function with '127.0.0.1' (before submitting a site?  1
what is magic code ? iFlash3
 
For more PHP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com