7 lines
51 B
PHP
7 lines
51 B
PHP
|
<?php
|
||
|
|
||
|
function tester()
|
||
|
{
|
||
|
echo("IT WORKS");
|
||
|
}
|