GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
added tips to lamer.bash help
[mirrors/Programs.git]
/
php
/
stredni-php
/
delete.php
1
<
?php
2
3
$fp
=
FOpen
(
"gbook.txt"
,
"w"
);
4
FWrite
(
$fp
,
""
);
5
FClose
(
$fp
);
6
echo
"Soubor gbook.txt byl vyprazdnen."
;
7
8
?
>
This page took
1.766629 seconds
and
4
git commands to generate.