Explain what does the expression exception::__tostring means?
No Answer is Posted For this Question
Be the First to Post Answer
Apart from mail() function to send emails,is there any other functions in PHP to send emails?
What is csrf token and why it is required?
What is the $_ server php_self variable?
Which function would you use to insert a record into a database in php?
Which function(s) in PHP computes the difference of arrays?
Tell me is it possible to protect special characters in a query string?
does PHP support foreign key and Rollback?yes or not.if not then why. how will you done these concept in php?
1 Answers Avanigoradia, Primus Global,
When do you use define() and when do you use const. What are the main differences between those two?
How can we display information of a variable and readable by a human with php?
Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )
Do you know what is the use of the function 'imagetypes()'?
What is the PHP predefined variable that tells the What types of images that PHP supports?