function hello($name)
{
return 'hello' . $name;
}
function bye()
{
return 'bye' . $name;
}
include_once('functions.php');
echo hello($argv[1]);
exec('php -f hello.php AlelxSSS'); // hello AlelxSSS
<?php
include('func.php');
nezaniatosti(options);
?>
Find more questions by tags PHP