Answer Posted / ramesh
1. echo();
2. date();
3. isset();
4. array();
5. in_array();
6. mail();
7. empty();
8. md5();32 chars hash
9. sha1(); 40 chars hash
10. strlen();
11. addslashes();
12. stripslashes();
13. trim();
14. ucfirst();
15. ucwords();
16. ceil(); round fractions up;
17. floor(); round fractions down
18. rand(); generates a random number
19. round(); rounds a float
20. count(); count elements in a variable
21. strtolower();
22. strtoupper();
23. copy();
24. chmod();
25. move_uploaded_file();
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What are the encryption functions in php?
What are the different types of array in php?
What is config file in php?
What is the use of imagetypes() method?
How to get the directory name out of a file path name?
How big is varchar max?
What is the purpose of the php empty function?
What is empty () in php?
Tell me what's the difference between include and require?
Does php need apache?
What is the difference between php 5 and php 7?
How does php sessions work?
What is a path Traversal?
Does php have multiple inheritance?
What is difference between post and put in rest?