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

How many ways to include array elements in double-quoted strings using php?

564


Why is used in php?

530


Does empty check for null?

548


What is the difference between pop3 IMAP and MAPI?

643


What is a php certification?

497






Tell us what is the difference between session_unregister() and session_unset()?

559


What is the super method?

568


What is $_ request in php?

501


What type of errors can be occurred in php?

561


What is difference between Method overriding and overloading in PHP?

547


What is the difference between myisam and innodb?

511


Explain what is smarty?

567


What is the purpose of a query?

511


What are the features of php 7?

507


What are the advantages of using php?

542