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...

Give any ten basic functions in PHP?

Answer Posted / mahesh

1)getdate()//getting the current dates
2)ceil()//round to the next higher value.
3)floor()//rounds to the minimum value(killing the
fractional part)
4)round() round the value according to the fractional part
5)isset() checking for a setting condition
6)explode()// explode a string with the values given
7)print_r()prints trhe values of an array, also a variable
to an array
8)define()//define a value to a text...(Permanent)
9)header("Location: text.php)//jump to the location given
10)include()//include a file..

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by core php?

940


Write a hello world program using variable?

932


What is php compared to html?

963


Is empty function c++?

949


How to call a php function from html button?

1068


How to register a variable in PHP session?

959


What is php call function?

928


What is zend studio for?

999


Write down the code for save an uploaded file using php?

952


Tell me how is it possible to remove escape characters from a string?

948


Is php an array?

949


what the new feature add in php 7.2?

966


What is factory pattern in php?

919


How does cookies work in php?

968


What the use of var_dump()?

1039