repo.or.cz
/
2ch-be.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[2ch-be.git]
/
dev-test
/
old_dev
/
old
/
vm.php
blob
8280cf1546ae95bff08bb45fbf78326f74d7a9f1
1
<
?php
2
3
$msgcont
=
file
(
"/home/mdb/s/t/stevensonholasca-gmail.com/u_1399965299.dat"
);
4
5
foreach
(
$msgcont
as
$key
=>
$value
) {
6
echo
urldecode
(
$value
);
7
}
8
9
10
11
?
>