01.
<?php
02.
$a
=
"この関数が実行されました"
;
03.
04.
if
( @file(
"test.txt"
)
or
print_r(
) ) {
05.
print
"OK"
06.
}
07.
else
{
08.
"ERR"
09.
10.
?>