シェルスクリプトを追加する
This commit is contained in:
parent
1f67a85881
commit
1779a68eab
16
src/shell/helloworld.php
Normal file
16
src/shell/helloworld.php
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* This file is part of the PHP Example Project.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This function prints "Hello, World!" to the console.
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
function helloWorld() {
|
||||||
|
echo "Hello, World!\n";
|
||||||
|
}
|
||||||
|
|
||||||
|
helloWorld();
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user