100% FREE COURSES
Get Access to Top-Rated FREE Udacity Courses
Days
Hours
Minutes
Seconds
GET DEAL
x
Categories
HTML
CSS
PHP
JavaScript
SQL
Bootstrap
Solidity
jQuery
Git
Chrome DevTools
C++
Python
Other
HTML
CSS
PHP
JavaScript
SQL
Bootstrap
Solidity
jQuery
Git
Chrome DevTools
C++
Python
Other
Sign up Free
Sign up Free
Code has been added to clipboard!
Useful PHP Functions
Example
Copy
<?php
$new_file = fopen(
'empty.txt'
,
'w'
); fclose($new_file);
?>
Related article