Home »
MCQs »
PHP MCQs
Which PHP function modifies the timestamp?
139. Which PHP function modifies the timestamp?
- date_modify()
- modify_timestamp()
- date_stamp()
- stamp()
Answer: A) date_modify()
Explanation:
The PHP date_modify() function modifies the timestamp.